
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  font-family: 'Lato', sans-serif;

  background: #922eba; /* Old browsers */  
  background: -moz-linear-gradient(top,  #922eba 0%, #f2524a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #922eba 0%,#f2524a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #922eba 0%, #f2524a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#922eba', endColorstr='#f2524a',GradientType=0 ); /* IE6-9 */


  text-align: center;

  color: #fff;

  position: relative;

}

a {
  color: white;
}

.clearfix {
  clear: both;
}

.site-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10%;
  padding-bottom: 0px;
  padding-bottom: 50px;
  position: relative;
}

.header {
  width: 720px;
  margin: 0 auto 50px;
}

.header-text {
  float: left;
  width: 500px;
}

.logo {
  text-align: left;
  font-size: 120px;
  font-size: 12.0rem;
  line-height: 120px;
  margin-bottom: 20px;
}

.tagline {
  text-align: left;
  margin-top: 0;
  font-weight: 300;
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 10px;
}

.globe {
  display: inline-block;
  float: left;
  width: 180px;
  height: 180px;
  margin-top: 12px;
  background-image: url('images/globe.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 40px;
  margin-top: 50px;
}

h1 {
  margin-top: 40px;
}

.transparent-background {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
}

.spotlight {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .5);
  padding: 40px;
}

.spotlight h3 {
  margin-top: 0;
}

.spotlight img {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}

.screenshots {
  position: relative;
  z-index: 99;
  margin: 0;
  padding: 1em 0 0.1em;
  list-style: none;
  margin-top: 40px;

}

.screenshot {
  max-width: 30%;
  margin: 0 2.5%;
  display: inline-block;
  vertical-align: top;
}

.screenshot:first-child {
  margin-left: 0;
}

.screenshot:last-child {
  margin-right: 0;
}

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

.screenshot img  {
  max-width: 100%;
}

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

.store-badges {
  list-style: none;
  margin: 0 auto;
  padding: 0 0 40px;
}

.store-badge {
  display: inline-block;
  margin: 0 2%;
  vertical-align: top;
  width: 29%;
}

.store-badge a {
  position: relative;
  z-index: 99;
}

.store-badge p {
  line-height: 1.6em;
}

.store-badge p a, .store-badge li a {
  color: white;
  text-decoration: none;
  padding-bottom: 0.05em;
  border-bottom-width: 0.1em;
  border-bottom-style: solid;
}

.store-badge ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store-badge img {
  height: 60px;
  margin-top: 20px;
}

.store-badge li {
  line-height: 1.6em;
}

.body-copy {
  max-width: 50%;
}

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

.support-title {
  margin-top: 0px;
}

.support-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.cta-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: transparent;
  color: white;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid white;
  font-size: 20px;
  font-size: 2.0rem;
  position: relative;
  z-index: 99;
}

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

.cta-button i {
  line-height: 60px;
  font-size: 30px;
  font-size: 3.0rem;
}

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

@media only screen and (max-width: 600px) {
  body {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .hide-mobile {
    display: none;
  }
  .site-wrap {
    padding: 0;
  }
  .background-image {
    background-size: 200% 100%;
  }
  .logo {
    max-width: 80%;
  }
  .people {
    background-image: url('web_people_small.png');
    margin: 0 10%;
  }
  h1 {
    font-size: 30px;
    font-size: 3.0rem;
    margin: 0 10% 40px;
  }
  .spotlight {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .screenshots {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
  }
  .screenshot {
    max-width: 100%;
    margin: 0 2.5%;
    display: block;
    vertical-align: top;
  }
  .store-badges {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .store-badge {
    display: block;
    width: auto;
    margin: 2em 0;
  }
  .store-badge img {
    height: auto;
    width: 200px;
  }
  .support-wrap {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 50px 20px;
  }
  .support-link {
    margin: 0 10px;
  }
  .cta-button {
    width: 50px;
    height: 50px;
  }

  .cta-button  i {
    line-height: 50px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
