* {
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  font: 18px/1.5 "proxima-nova", Helvetica, sans-serif; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

h1 {
  font-weight: 600; }

header {
  height: 100px;
  background: #e7c400;
  background: -moz-linear-gradient(top, #e7c400 0%, #dbba00 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7c400), color-stop(100%, #dbba00));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7c400 0%, #dbba00 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7c400 0%, #dbba00 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7c400 0%, #dbba00 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7c400 0%, #dbba00 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$bitsyYellow', endColorstr='#dbba00',GradientType=0 );
  /* IE6-9 */ }
  header h1 {
    width: 260px;
    height: 100px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat center 23px;
    text-indent: -9000px; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      header h1 {
        background-image: url(../images/logo@2x.png);
        background-size: 260px 61px; } }

#hero {
  position: relative;
  height: 300px;
  background: url(../images/hero.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed; }
  #hero #hero-iphone1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 334px;
    max-width: 100%;
    margin-left: -167px; }
    @media (max-width: 334px) {
      #hero #hero-iphone1 {
        left: 0;
        margin: 0; } }

body.touchy #hero {
  background-attachment: scroll; }

#kickstarter-banner {
  background: #2bde73; }
  #kickstarter-banner a {
    display: block;
    padding: 7px 0;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none; }
    #kickstarter-banner a:hover {
      background: #58aa5d; }

#intro {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center; }
  #intro h1 {
    width: 66.66667%;
    margin: 0 auto 12px;
    font-size: 32px;
    line-height: 1.2; }
  #intro p {
    width: 66.66667%;
    margin: 0 auto 27px; }
    #intro p:last-child {
      margin-bottom: 0;
      padding-bottom: 50px;
      border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 560px) {
    #intro h1, #intro p {
      width: 83.33333%; } }

#memories, #statistics {
  float: left;
  width: 33.33333%;
  margin-bottom: 100px;
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: center top;
  font-size: 16px;
  line-height: 1.5; }
  #memories h1, #statistics h1 {
    margin-bottom: 12px;
    font-size: 28px;
    text-align: center; }
  #memories p, #statistics p {
    margin-bottom: 24px; }
    #memories p:last-child, #statistics p:last-child {
      margin-bottom: 0; }
  @media (max-width: 740px) {
    #memories, #statistics {
      float: none;
      width: auto; }
      #memories h1, #memories p, #statistics h1, #statistics p {
        width: 66.66667%;
        margin-left: auto;
        margin-right: auto; } }
  @media (max-width: 560px) {
    #memories h1, #memories p, #statistics h1, #statistics p {
      width: 83.33333%;
      margin-left: auto;
      margin-right: auto; } }

#memories {
  margin-left: 8.33333%;
  margin-right: 16.66667%;
  background-image: url(../images/memories-icons.png); }
  @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #memories {
      background-image: url(../images/memories-icons@2x.png);
      background-size: 334px 70px; } }
  @media (max-width: 740px) {
    #memories {
      margin: 0 auto 27px; } }

#statistics {
  margin-right: 8.33333%;
  background-image: url(../images/statistics-icons.png); }
  @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    #statistics {
      background-image: url(../images/statistics-icons@2x.png);
      background-size: 334px 70px; } }
  @media (max-width: 740px) {
    #statistics {
      margin: 0 auto 100px; } }

#coming-soon {
  clear: both; }
  #coming-soon h1, #coming-soon p {
    width: 66.66667%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 560px) {
      #coming-soon h1, #coming-soon p {
        width: 83.33333%; } }
  #coming-soon h1 {
    margin-bottom: 10px; }
  #coming-soon #mc_embed_signup {
    margin-top: 20px;
    text-align: center; }
    #coming-soon #mc_embed_signup #mce-EMAIL {
      width: 50%;
      margin-bottom: 20px;
      padding: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #aaa;
      font: 18px/1.5 "proxima-nova", Helvetica, sans-serif;
      text-align: center; }
      @media (max-width: 560px) {
        #coming-soon #mc_embed_signup #mce-EMAIL {
          width: 66.66667%; } }
    #coming-soon #mc_embed_signup #mc-embedded-subscribe {
      -webkit-appearance: none;
      width: 16.66667%;
      padding: 5px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      border-radius: 3px;
      background: #e7c400;
      font: 18px/1.5 "proxima-nova", Helvetica, sans-serif;
      color: #fff;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); }
      @media (max-width: 560px) {
        #coming-soon #mc_embed_signup #mc-embedded-subscribe {
          width: 33.33333%; } }

footer {
  position: relative;
  min-height: 300px;
  margin-top: 100px;
  box-sizing: border-box;
  background: #e7c400 url(../images/footer.jpg) center center;
  background-size: cover; }
  @media (max-width: 400px) {
    footer {
      min-height: 200px; } }
  footer .container {
    height: 100px;
    padding-top: 100px; }
    @media (max-width: 400px) {
      footer .container {
        padding-top: 50px; } }
  footer #footer-twitter, footer #footer-facebook, footer #footer-dribbble, footer #footer-instagram {
    float: left;
    display: block;
    width: 8.33333%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9000px; }
    @media (max-width: 600px) {
      footer #footer-twitter, footer #footer-facebook, footer #footer-dribbble, footer #footer-instagram {
        width: 16.66667%; } }
  footer #footer-twitter {
    margin-left: 25%;
    background-image: url(../images/twitter.png); }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer #footer-twitter {
        background-image: url(../images/twitter@2x.png);
        background-size: 50px 50px; } }
    @media (max-width: 600px) {
      footer #footer-twitter {
        margin-left: 0; } }
  footer #footer-facebook {
    background-image: url(../images/facebook.png); }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer #footer-facebook {
        background-image: url(../images/facebook@2x.png);
        background-size: 50px 50px; } }
  footer #footer-mark {
    float: left;
    width: 16.66667%;
    height: 100px;
    background: url(../images/footer-mark.png) center center no-repeat;
    text-indent: -9000px; }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer #footer-mark {
        background-image: url(../images/footer-mark@2x.png);
        background-size: 100px 100px; } }
    @media (max-width: 600px) {
      footer #footer-mark {
        width: 33.33333%; } }
  footer #footer-dribbble {
    background-image: url(../images/dribbble.png); }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer #footer-dribbble {
        background-image: url(../images/dribbble@2x.png);
        background-size: 50px 50px; } }
  footer #footer-instagram {
    background-image: url(../images/instagram.png); }
    @media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      footer #footer-instagram {
        background-image: url(../images/instagram@2x.png);
        background-size: 50px 50px; } }

#kickstarter-widget {
  position: absolute;
  top: 120px;
  right: 20px; }
  @media (max-width: 1174px) {
    #kickstarter-widget {
      display: none; } }
