body {
  color: #aaa;
  background-color: #080808
}

body.home{
  padding-top: 50px;
}
.starter-template {
}

b, strong{
    font-weight: normal;
    color: white;
}


.anchor{
    display: block;
    position: relative;
    top: -60px;
}

.play{
    background: url(img/play-background.png) repeat-x;
    background-position: center -120px;
    position: relative;
    overflow: auto;
}

.play .container{
    padding: 0;
}

h1{
    height: 188px;
    background: url(img/logo.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin: 10px 0;
}
h1 span{
    display: none;
}

.lea{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 488px;
    background: url(img/lea-title.png) bottom center repeat-x;
}

.scanlines{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url(img/scanlines.png);
}



@media (min-width: 1140px){
    .play{
        height: 660px;
    }
    h1 {
        height: 141px;
        margin: 15px 0;
    }
}
@media (max-width: 1139px) and (min-width: 640px){
    .play{
        background-size: 2000px auto;
        height: 660px;
    }
    h1 {
        height: 141px;
    }
}
@media (max-width: 639px) {
    .play{
        background-size: 2000px auto;
        height: 620px;
    }
    h1 {
        height: 94px;
    }

    .lea{
        display: none;

    }
}


.play-box{
    padding: 40px 15px;
    text-align: center;
}


/**
 *  LOGO
 */

.blackbox{
    border: 2px solid rgba(16,16,16,0.5);
    padding: 2px;
    box-sizing: content-box;
    margin: 0 auto;
    position: relative;
}
.blackbox > div{
    background: rgba(16,16,16,0.9);
    overflow: hidden;
    text-align: center;
}

.video > div{
    background: black;
}
.download{
    margin-top: 40px;
}
.download > div, .support > div{
    padding: 0 16px 8px 16px;
}
.support img{
    margin: 10px 0;
}


@media (min-width: 640px) {
    .blackbox {
        width: 550px;
    }

    .video, .video > div, .video iframe  {
        width: 575px;
        height: 320px;
    }
    .soundcloud{
        width: 575px;
        height: 500px;
    }


    .cta {
        width: 575px;
        margin-top: 20px;
    }
}

@media (max-width: 639px) {
    .blackbox {
        width: 290px;
    }

    .video, .video > div, .video iframe  {
        width: 290px;
        height: 190px;
    }

    .soundcloud{
        width: 260px;
        height: 250px;
    }

    .cta {
        width: 290px;
        margin-top: 20px;
    }
}




.cta > div{
    padding: 16px;
    text-align: center;
}

.cta  p{
    font-size: 16pt;
    padding: 0;
    margin: 0;
}





/*
    ABOUT
*/

.summary {
    padding-bottom: 20px;
}

.summary p{
    font-size: 14pt;
    padding-bottom: 10px;
}

.summary h2{
    padding-bottom: 20px;
}

.navbar-inverse,.features, #footer{

    background: #111;
    background: url(img/topbar-bg.png);
}

@media (max-width: 991px) and (min-width: 768px) {
    #navbar li.optional {
        display: none;
    }
}

.features, #footer{
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.features:before, #footer:before{
    content: " ";
    display: block;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 16px;
    background: url(img/feature-border-top.png) repeat-x bottom;
}
.features:after{
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 16px;
    background: url(img/feature-border-bottom.png) repeat-x bottom;
}

.feature p{
    padding: 8px;
}

.feature img{
    box-shadow: 0 0 8px black;
    margin-bottom: 8px;
}

.featureList:after{
    content: "";
    display: block;
    clear: both;
}
.feature{
    text-align: center;
}



@media (max-width: 400px) {
  .feature img{
    width: 100%;
  }
}

@media (min-width: 767px) {
  .feature {
    width: 50%;
    float: left;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .feature {
    width: 33%;
    height: 300px;
    float: left;
  }
}

/*
    MORE
*/



.more{
    overflow: hidden;
    background: url(img/autumn-bg.png) 0 center;
}

.moreInner{
    overflow: hidden;
    min-height: 420px;
    position: relative;
    padding: 40px 0;
}

.characters{
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    background: url(img/characters.png) center bottom no-repeat;
    height: 400px;
}


.imprint{
    padding: 40px 0;
}

/*
   SOCIAL
*/


nav .social{
    float: left;
    padding-top: 11px;
}
@media (min-width: 768px) {
  nav .social{
    float: right;
  }
}

.social a{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: -48px 0;
    background-repeat: no-repeat;
}
.social a:hover{
    background-position: 0 0;
}

.social a span{
    display: none;
}

.facebook{
    background-image: url(img/social/facebook-button.png);
}
.twitter{
    background-image: url(img/social/twitter-button.png);
}
.indiedb{
    background-image: url(img/social/indiedb-button.png);
}
.youtube{
    background-image: url(img/social/youtube-button.png);
}
.tumblr{
    background-image: url(img/social/tumblr-button.png);
}



/*
  BROWSER BOX
*/

.browserBox{
    background: url(img/feature-bg.png);
    border: 2px solid #555;
    color: #aaa;
    margin: 0 auto;
    width: 600px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -150px;
    padding: 15px;
    text-align: center;
    font-size: 16pt;
}
.browserBox h2{
    color: white;
}
.browserBox p{
    padding: 20px 0;
}


/*
    Signup Form of Mailchimp
*/

 #mc_embed_signup{
    text-align: center;
    padding-bottom: 20px;
 }
 #mc_embed_signup input[type=email]{
    background: black;
    border: 1px solid #555;
    padding: 2px 5px;
    width: 250px;
 }

 #mc_embed_signup input[type=submit]{
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: bold;
    background-color: #333;
    border: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    cursor: pointer;
    -webkit-transition: 0.1s linear;
}
.button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}



.steamBox {
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -530px;
    width: 225px;
}
.steamBox div{
    height: 321px;
}


@media (max-width: 639px) {
  .steamBox {
    left: 50%;
    top: 520px;
    margin-left: -112px;
  }
}