
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  background-color: #ddd;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dddddd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dddddd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

a {
  color: #2a6392;
}

.hero {
  padding: 60px 0;
}

.hero__title {
  margin: 40px 0 30px;
}

.screenshot__content-wrap {
  padding: 0 20px;
}

.screenshot__content-wrap img  {
  max-width: 100%;
  margin: 20px 0;
}

.screenshot__description {
  font-size: 16px;
  font-size: 1.6rem;
}

.store-badges__list {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.store-badges__list-item{
  display: inline-block;
  margin: 0 10px 0 0;
}

.store-badges__image {
  height: 70px;
}

.support {
  padding: 50px;
  margin-top: 50px;
}

.support__title {
  margin: 0px auto 30px;
}

.support__links {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.support__link {
  display: inline-block;
  margin: 0 28px;
}

.support__button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  color: #2a6392;
  text-decoration: none;
  font-size: 20px;
  font-size: 2.0rem;
  position: relative;
  z-index: 99;
}

.support__button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.support__button i {
  line-height: 60px;
  font-size: 50px;
  font-size: 5.0rem;
}

.copyright {
  margin: 40px 0 0 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}

.app-icon {
  width: 200px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  display: block;
  margin: 0 auto;
}

.app-icon__label {
  display: block;
  margin: 0 auto;
  color: #333;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  text-align: center;
  width: 150px;
  font-size: 24px;
  padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
  .hero__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 991px) {
  .screenshot__content-wrap img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 495px) {
  .hero {
    padding: 20px 0;
  }
  .app-icon {
    width: 150px;
  }
  .store-badges__image {
    height: 50px;
  }
  .screenshot__content-wrap--portrait img {
    padding: 0 40px;
  }
  .support {
    padding: 25px;
    margin-top: 25px;
  }
  .support__title {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .support__copy {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .support__link {
    margin: 0 12px;
  }
  .support__button i {
    font-size: 40px;
    font-size: 4.0rem;
  }
  .copyright {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
