@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,400i,700,700i&subset=latin-ext');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Anonymous Pro', monospace;
    background-color: #000;
    color: #fff;
    letter-spacing: .05em;
    text-align: left;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

header,
main {
    display: block;
}

p {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 9em 0;
    font-weight: 400;
    max-width: 500px;
}

p span {
    padding-bottom: 1em;
    color: #fff;
    display: block;
    font-size: 30px;
}


h2 {
    font-size: 56px;
    font-weight: 400;
    line-height: 1.3;
    padding: 3em 0em 3em 0;
    max-width: 850px;
}

.contact {
    padding-bottom: .3em;

}

.content {
    padding: 6em 4em;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.header {
    position: absolute;
    top: 0em;
    right: 0em;
    height: 900px;
    width: 100%;
    text-align: right;
    text-indent: -9999px;
    background-image: url(images/bg_animation.gif);
    background-repeat: no-repeat;
    background-size: 900px 900px;
    z-index: -1;
}

.logo {
    margin: 0em;
    width: 68px;
    height: 80px;
    text-indent: -9999px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: 68px 80px;
    z-index: -1;
}

.bg {
    position:fixed;
    top: -10%;
    right: -60%;
    width: 1800px;
    height: 1800px;
    background-image: url(images/bg_animation.gif);
    background-repeat: no-repeat;
    background-size: 1800px 1800px;
    text-indent: -9999px;
    z-index: -1;
}

@media screen and (max-width: 1200px) {

    .bg {
        top: -5%;
        right: -75%;
        width: 1600px;
        height: 1600px;
        background-size: 1600px 1600px;
    }

    h2 {
        font-size: 46px;
        font-weight: 400;
        line-height: 1.3;
        padding: 3em 0em 3em 0;
        max-width: 850px;
    }

}

@media screen and (max-width: 1000px) {

    .bg {
        top: -5%;
        right: -75%;
        width: 1350px;
        height: 1350px;
        background-size: 1350px 1350px;
    }

    h2 {
        font-size: 46px;
        font-weight: 400;
        line-height: 1.3;
        padding: 3em 0em 3em 0;
        max-width: 850px;
    }

}

@media screen and (max-width: 700px) {

    .bg {
        top: -5%;
        right: -60%;
        width: 900px;
        height: 900px;
        background-size: 900px 900px;
    }

    p {
        margin: 0 0 6em 0;
    }
}

@media screen and (max-width: 500px) {

    .bg {
        top: 0%;
        right: -150%;
        width: 900px;
        height: 900px;
        background-size: 900px 900px;
    }

    h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.5;
        padding: 3em 0em 3em 0;
    }

    .logo {
        width: 51px;
        height: 60px;
        background-size: 51px 60px;
    }

    .content {
        padding: 3em 2em;
    }
}

@media screen and (max-width: 350px) {

    .bg {
        top: 0%;
        right: -175%;
        width: 900px;
        height: 900px;
        background-size: 900px 900px;
    }

    h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 1.5;
        padding: 3em 0em 3em 0;
    }

    .logo {
        width: 34px;
        height: 40px;
        background-size: 34px 40px;
    }
}