
@font-face {
    font-family: 'mozzart_sketch_regularregular';
    src: url('../fonts/posterizer_kg_-_mozzartsketchregular-webfont.woff2') format('woff2'),
         url('../fonts/posterizer_kg_-_mozzartsketchregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
  min-height: 100%;
}

body {
    font-family: 'mozzart_sketch_regularregular';
    font-size: 2.4em;
    color:#fff;
    line-height: 1.3;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.wrapper {
    max-width: 1200px;
    margin:0 auto;
}

.padding {
    padding: 2em;
    box-sizing: border-box;
}

#header {
    line-height: 0.7;
    padding: 1em 1em 0 1em;
    vertical-align: top;
    overflow: auto;
}

.fb-like, .twitter-follow-button {
    float:left;
    margin: 0 1em 1em 0;
}

.section {
    background:#282828;
}

#background {
    top:0;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color:#1fbcf7;
}

#screenshots .padding {
    padding-bottom: 3em;
}

.screenshots {
    float: left;
}

.particles {
    width: 500%;
    min-height: 100%;
    background-image: url(../images/ParticleBackground.png);
    background-size: 1024px; 
    -webkit-animation: backgroundScroll 10s linear infinite;
    animation: backgroundScroll 10s linear infinite;
    position: fixed;
}

@keyframes backgroundScroll {
    from {
        -ms-transform: translate(0, 0); /* IE 9 */
        -webkit-transform: translate(0, 0); /* Safari */
        transform: translate(0, 0);
    }
    to {
        -ms-transform: translate(-1024px, 0); /* IE 9 */
        -webkit-transform: translate(-1024px, 0); /* Safari */
        transform: translate(-1024px, 0);
    }
}

.texture {
    background-image: url(../images/Texture.png) ;
}

.video {
    width: 100%;
}

#banner {
    position: relative;
}

#key-art {
    position: absolute;
    bottom: -80px;
    right: 0;
}

.description {
    width: 40%;
}

#main-video {
    padding-bottom: 1em;
    background-color: #000;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#platforms {
    text-align: center;
    padding-bottom: 1em;
    font-size: 0.6em;
}

#platforms p{
    margin-bottom: 0.2em;
}

#platforms .platform{
    display: inline-block;
    color: #fff;
    opacity: 0.7;
}

#platforms a.platform:hover{
    opacity: 1;
}

#platforms .platform{
    vertical-align:top;
    margin: 0 2.5%;
    position: relative;
}

#platforms .steam {
    width: 20%;
    margin-left: 0;
}

#platforms .xboxone {
    width: 12%;
}

#platforms img {
    max-width: 100%;
}

#platforms .xboxone img{
    margin-top:3px;
}

#platforms .ps4 {
    width: 14%;
}

#platforms .ps4 img{
    margin-top:-3px;
}

#platforms .vita {
    width: 12%;
    margin-right: 0;
    margin-top:-3px;
}

#platforms .vita img{
    margin-top:7px;
}

#platforms .switch {
    width: 12%;
}

.hue-logo {
    display: inline-block;
    width: 271px;
    height: 102px;
    background: url(../images/HueLogo.png) center no-repeat;
    background-size:contain;
    text-indent: -9999px;
    margin-bottom: 1em;
}

#awards {
    text-align: center;
    padding: 2em 0;
}

.laurel {
    display: inline-block;
    width: 10%;
    margin: 2em 0% 0 0%;
    padding: 1% 3% 0 3%;
    vertical-align: top;
    background: url(../images/awards/laurel.png) top center no-repeat;
    background-size: contain;
    height: 110px;
    font-size: 45%;
}

.laurel h2 {
    font-size: 1.8em;
    margin-bottom: 0.2em;
}

#screenshots {
    background-color: #000;
    overflow: auto;
}

#screenshots img {
    width: 33.333%;
    float: left;
}

h1 {
    font-size:1em;
    margin: 0;
}

.press {
    float: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#footer {
    background:#000;
    font-size: 0.7em;
    text-align: center;
}

#base {
    overflow: auto;
}

#mailing-list {
    width: 40%;
    float: right;
}

#mailing-list form {
    margin-bottom: 0;
}

#logos {
    width: 60%;
    float: left;
}

#logos div {
    float: left;
    display: block;
    height: 65px;
    text-indent: -9999px;
    margin-right: 10%
}

#mc-embedded-subscribe {
    width: 30%;
    float: right;
    margin-left: 5%;
    padding: 0;
}

.email {
    width: 65%;
    font-size: 0.7em;
    color: #000;
    border: none;
}

.Fiddlesticks {
    background: url(../images/FiddlesticksLogo.png) center center no-repeat;
    width: 207px;
}

.Curve {
    background: url(../images/CurveLogo.png) center center no-repeat;
    width: 116px;
}

.Kuju {
    background: url(../images/KujuLogo.png) center center no-repeat;
    width: 57px;
}

.distressed {
  -webkit-mask-box-image: url("../images/WobblyLine.png") 10 0 10 repeat;
   mask-border: url("../images/WobblyLine.png") 10 0 10 repeat;
}

.distressed-bottom {
  -webkit-mask-box-image: url("../images/WobblyLineBottom.png") 0 0 10 repeat;
   mask-border: url("../images/WobblyLineBottom.png") 0 0 10 repeat;
}

.distressed-top {
  -webkit-mask-box-image: url("../images/WobblyLineTop.png") 10 0 0 repeat;
   mask-border: url("../images/WobblyLineTop.png") 0 0 0 repeat;
}



@media (min-width: 1200px) {
    .laurel {
        font-size: 50%;
    }   
}

@media (max-width: 900px) {
    #key-art {
        position: static;
        margin: -100px 0 -20px 0;
        max-width: 100%;
        min-width: 60%;
    }

    #banner {
        text-align: center;
    }

    .description {
        width: 100%;
    }

    .hue-logo {
        width: 50%;
    }

    .laurel {
        width: 12%;
        margin: 2em 2% 0 2%;
        padding: 1% 4% 0 4%;
    }

    #screenshots img {
        width: 50%;
    }

    #header {
        text-align: center;

    }

    .fb-like, .twitter-follow-button {
        display: inline-block;
        float: none;
        margin-right: 1em;
        vertical-align: top;
    }

    #logos {
        width: 100%;
        float: none;
        text-align: center;
    }

    #logos div {
        display: inline-block;
        float: none;
        margin: 0 2%;
    }

    .Fiddlesticks {
    }

    .Curve {
    }

    .Kuju {
    }

    #mailing-list {
        width: 100%;
        float: none;
        text-align: center;
    }


}

@media (max-width: 650px) {
    .laurel {
        width: 24%;
        margin: 2em 1% 0 1%;
        padding: 3% 4% 0 4%;
    }

    #platforms .steam {
        width: 46%;
    }

    #platforms .xboxone {
        width: 36%;
        margin-top:30px;
    }

    #platforms .ps4 {
        margin-top:30px;
        width: 41%;
    }

    #platforms .vita {
        width: 34%;
        margin-top:30px;
    }    

    #platforms .switch {
        width: 34%;

    }    

}

@media (max-width: 500px) {
    .laurel {
        width: 25%;
        margin: 2em 5% 0 5%;
        padding: 1% 4% 0 4%;
    }

    #screenshots img {
        width: 100%;
    }
}