/** reset any browser styling **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/**#page-container,
body:after {
     position: fixed;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     z-index: 1;
}

body:after {
    content: '';
    background: transparent url('../images/pattern.png') repeat top left;
}**/

#page-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
}

body,
html{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    min-height: 100%;
    height: 100%;
    opacity: 1;
    color: #ffffff;
}

h1, h3, p, a{
    color: #ffffff;
}

h1{
    font-size: 5em;
}

h3{
    font-size: 3em;
}

p{
    line-height: 40px;
}

a{
    cursor: pointer;
}

#logo{
    position: absolute;
    top: 20px;
    left: 50px;
    background: url('../images/logo.png') no-repeat;
    background-size: contain;
    height: 150px;
    width: 300px;
}

#wrapper{
    margin: 15% auto 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    padding: 20px;
}

@media only screen and (max-width: 830px) {
    #logo{
        width: 100%;
        background-position: center;
        left: unset;
    }

    #wrapper{
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    h1{
        font-size: 2.5em;
    }

    h3{
        font-size: 1.5em;
    }

    p{
        font-size: 0.8em
    }
}
