/* ============================================================================
   Reset
   ========================================================================= */

body, html, h1, h2, h3, ul {
  margin: 0;
  padding: 0;
  font-family: helvetica;
  color: #2c2c2c;
  font-family: 'Short Stack', Helvetica, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.3;
}

body {
  background: #3e2010 url(/assets/images/bg.png) repeat-x 0 -100px;
}


/* ============================================================================
   Typography
   ========================================================================= */

h1, h2 {
  font-family: 'Titan One', cursive;
  text-align: center;
}

h1 {
  font-size: 40px;
  color: #fff;
  margin: 15px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 30px;
  color: #fff;
  margin: 2em 0 1em 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

p {
  font-size: 19px;
  line-height: 1.4;
  margin: 30px 0;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.introduction {
  font-size: 22px;
}

ul {
  margin: 2em 0;
  list-style-type: none;
}

li {
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

a {
  color: #ffe;
}



/* ============================================================================
   Layout
   ========================================================================= */

.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.logo {
  position: absolute;
  display: block;
  width: 700px;
  top: 100px;
  left: 50%;
  margin-left: -350px;
}

.scene {
  margin: 0;
  width: 1024px;
  height: 650px;
}

.layer {
  width: 100%;
}

  .clouds {
    width: 140% !important;
    margin-left: -20%;
    background: url(/assets/images/clouds.png) repeat-x;
  }

  .left-tree-back {
    width: 100%;
    background: url(/assets/images/left-tree-back.png) no-repeat 0 0;
    margin: -40px 0 0 -40px;
  }

  .right-tree-back {
    width: 103% !important;
    background: url(/assets/images/right-tree-back.png) no-repeat 100% 0;
    margin: -40px -140px 0 0;
  }

  .bush-back {
    width: 140% !important;
    margin-left: -10%;
    background: url(/assets/images/bush-back.png) repeat-x 0 350px;
  }

  .elephant {
    background: url(/assets/images/elephant.png) no-repeat 200px;
    width: 140% !important;
    margin-left: -20%;
  }

  .lion {
    background: url(/assets/images/lion.png) no-repeat 1200px;
    width: 140% !important;
    margin-left: -20%;
  }

  .tree-back {
    background: url(/assets/images/tree-back.png) no-repeat 90% 0px;
  }

  .guy {
    background: url(/assets/images/guy.png) no-repeat 40% 270px;
  }

  .bush {
    background: url(/assets/images/bush.png) no-repeat 30% 410px;
  }

  .bubble img {
    position: absolute;
    top: 140px;
    left: 650px;
  }

  .bush-front {
    background: url(/assets/images/bush-front.png) no-repeat 0 390px;
  }


#bones {
  position: absolute;
  display: block;
  top: 1350px;
  left: 2%;
}

  #bones img {
    border: none;
    z-index: 10;
  }


#worms {
  position: absolute;
  display: block;
  top: 1450px;
  right: 0;
}

   #worms img {
     border: none;
   }


#axe {
   position: absolute;
   display: block;
   top: 2050px;
   left: 2%;
}

 #axe img {
   border: none;
 }


#skeleton {
  position: absolute;
  display: block;
  top: 3390px;
  left: 0;
}

  #skeleton img {
    border: none;
  }


#skeleton2 {
  position: absolute;
  top: 3980px;
  right: 0;

}

  #skeleton2 img {
    border: none;
  }



/* ============================================================================
   Info
   ========================================================================= */

.app-store-link {
  margin: 3em 0;
  text-align: center;
}

.intro {
  width: 65% ;
  margin: 0 auto ;
}

.content-wrapper {
  background: #a97b50 url(/assets/images/bg-dirt.png) repeat;
  margin-top:260px;
}

.content {
  position: relative;
  z-index: 9999;
  margin: 0 auto;
  width: 700px;
}

.content img {
  display: block;
  margin: 2em auto 0 auto;
  border: 10px solid #341d10;
  max-width: 100%;
  z-index: 1000;
}

.content img.star {
  border: none;
  max-width: 400px;
}



/* ============================================================================
   Footer
   ========================================================================= */

footer {
  background: #333333 url(/assets/images/bg-footer.png) repeat-x;
  text-align: center;
  padding: 30px 0 10px 0;
  color: #fff;
}

.languages {
  margin: 40px 0 20px 0;
}
.languages img {
  width: 39px;
  height: auto;
  margin: 0 2px;
}

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



/* ============================================================================
   Media queries
   ========================================================================= */


@media only screen and (max-device-width : 320px)  {

  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 50px;
  }

  p, li {
    font-size: 50px;
  }

  .intro {
    width: 95%;
  }

  .introduction {
    font-size: 60px;
    padding: 1em 0 1em 0;
  }

  .logo {
    position: absolute;
    display: block;
    width: 900px;
    top: 100px;
    left: 50%;
    margin-left: -450px;
  }

  #bones,
  #worms,
  #axe,
  #skeleton,
  #skeleton2 {
    opacity: 0.2;
  }

  .screenshots {
    margin: 0 auto;
    width: 90%;
  }

  .screenshots img {
    display: block;
    margin: 2em auto 0 auto;
    border: 10px solid #6f4b29;
    width: 98%;
  }

  footer {
    padding: 30px 0 10px 0;
    font-size: 20px;
  }

    .languages img {
      width: 59px;
    }

}
