body, h1 {
    margin: 0
}

#logo-front, .links img {
    image-rendering: pixelated
}

#media, #menu, #menu_back, .form, .links, footer {
    text-align: center
}

.links, footer {
    font-size: 1em
}

#logo, .links, footer .copyright {
    position: relative
}

#logo-back, #logo-front, #logo-transition, #main-container, #media, #menu, #menu_back {
    position: absolute
}

a {
    text-decoration: none;
    color: #fff
}

@font-face {
    font-family: Munro;
    src: url(../fonts/munro.ttf) format("truetype");
    font-smooth: never;
    -webkit-font-smoothing: none
}

body {
    font-family: Munro;
    background: #171515
}

footer {
    position: fixed;
    bottom: 10px;
    width: 100%;
    z-index: -1
}

footer .copyright {
    width: 200px;
    color: #555;
    left: 50%;
    margin-left: -100px
}

#logo, #media, #menu > a, #menu_back, .links * {
    color: #fff
}

.links {
    width: 100%;
    top: 40px;
    margin-bottom: 40px
}

.links * {
    margin-left: 5px
}

.links img {
    width: 40px
}

#logo-back, #menu {
    width: 1280px
}

#main-container {
    width: 100%;
    height: 100%
}

#logo {
    left: 50%;
    margin-left: -640px;
    width: 500px;
    top: 3%;
    font-size: 30px;
    height: 720px
}

#about, .form {
    font-size: .7em
}

#logo-back {
    z-index: 0
}

#logo-transition {
    display: none;
    z-index: 100;
    margin: 0 auto 0 148px;
    left: 50%
}

#logo-front {
    z-index: 100;
    margin: 0 auto 0 -57px;
    left: 50%;
    top: 104px
}

#menu {
    top: 565px;
    z-index: 99999;
    text-shadow: 0px 2px 0px black, 2px 2px 0px black;
}

#menu > a {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-shadow: 0px 2px 0px black, 2px 2px 0px black;
    vertical-align: top
}

#menu > a:hover, a:hover {
    text-decoration: underline
}

#menu img {
    max-width: 47px;
    cursor: pointer
}

.form {
    margin-top: 0px
}

#soon{
    top: 335px;
    color: orange;
    text-shadow: 0px 2px 0px black, 2px 2px 0px black;
    position: absolute;
    z-index: 999999999999999;
    text-align: center;
    width: 1280px;
}

#about {
    color: #D2F5F2
}

#media {
    width: 100%;
    z-index: 1000;
    top: 10%;
    font-size: 30px;
    margin: 0 10px
}

#media img {
    width: 20%
}

#menu_back {
    bottom: 0;
    z-index: 999999;
    width: 1280px
}


#about .title {
    text-shadow: 0 0 11px rgba(0, 0, 0, 1);
    color: white;
    font-size: 20px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
    margin: 0px 70px 20px 70px;
    line-height: 37px;
}

#about {
    margin-left: 15%;
    margin-right: 15%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 25px;
}

#about div {
    margin-bottom: 7px;
}
#about img{
    max-width: 500px;
    cursor: default;
    margin: 5px 0px;
}
#about h1{
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    border-bottom: 2px solid white;
}

.innerlinks{
    text-decoration: underline;
}

#steamwidget{
    width: 646px;
    height: 190px;
}

@media only screen and (max-width: 830px) {
    #steamwidget{
        width: 400px;
    }
    .about #logo {
        left: 50%;
        margin-left: -50%;
        width: 100%;
        top: 0px;
        font-size: 23px;
        height: 720px;
    }
    .about #logo-back, .about #menu {
        width: 100%;
    }
    .about #menu{
        top: 20% !important;
    }
    .about #logo-front {
        width: 96%;
        left: 0px;
        margin-left: 2%;
        top: 3% !important;
    }
    .about #about {
        margin: 0px;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 10px 25px;
    }
    .about #about img{
        max-width: 95%;
    }
    .about footer{
        display: hidden;
    }
}

@media only screen and (max-width: 500px) {
    #logo {
        top: 0;
        font-size: 25px
    }

    .links {
        top: -110px
    }

    #logo-front {
        position: absolute;
        z-index: 100;
        margin: 0 auto 0 216px;
        left: 50%;
        top: 90px;
        width: 350px;
    }

    #soon {
        top: 230px
    }

    #menu {
        top: 400px
    }

    .form {
        margin-top: 25px;
        width: 320px;
        margin-left: 480px
    }

    footer .copyright {
        width: 100%;
        color: #fff;
        text-align: center;
        left: 0;
        margin-left: 0
    }

    footer {
        position: relative;
        top: 760px;
        width: 100%;
        z-index: 99999999999
    }

    #about {
        width: 100%;
        margin-left: 490px;
        padding: 0px !important;
    }

    #media {
        top: 3%;
        margin: 0
    }

    #media img {
        width: 44%
    }

    #menu_back {
        bottom: 130px
    }
    #about div{
        margin: 0px 5px 7px 5px;
    }
}
