body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Avenir", sans-serif;
} 

body.main {
  color: white;
  background-color: #010604;
}

.main .row {
  padding-top: 40px;
  padding-bottom: 40px;
}

.main .hero {
  position: relative;
  background: #7E3C3C;
  background: -webkit-linear-gradient(#FCCF86, #7E3C3C);
  background: -o-linear-gradient(#FCCF86, #7E3C3C);
  background: -moz-linear-gradient(#FCCF86, #7E3C3C);
  background: linear-gradient(#FCCF86, #7E3C3C);
  background-image: url(../img/background-fill.jpg);
  background-position: center;
  background-size: cover;
  /*background-attachment: fixed;*/
  padding-top: 40px;
  padding-bottom: 100px;
}

.cityscape {
  position:absolute;
  bottom: -2px;
  width: 100%;
  height: 102px;
  background-image: url(../img/Cityscape@2x.png);
  background-size: 1024px 102px;
  background-position: 0 100%, center;
  background-repeat: repeat-x;
}

.phone {
  width: 350px;
  height: 714px;
  background-image: url(../img/iPhone-6s-Silver@2x.png);
  background-size: 350px 714px;
  margin: 0 auto;
}

.phone img {
  margin-top: 91px;
  margin-left: 25px;
  width: 300px; 
  height: 534px;
}

.phone.small {
  width: 220px;
  height: 446px;
  background-image: url(../img/iPhone-6s-Space-Gray@2x.png);
  background-size: 220px 446px;
}

.phone.small img {
  margin-top: 57px;
  margin-left: 1px;
  width: 188px; 
  height: 334px;
}

.hero-content {
}

.hero-content img.icon {
  margin-top: 90px;
  width: 128px;
  height: 128px;
}

.hero-content h1 {
  background-image: url(../img/Logo@2x.png);
  width: 426px;
  height: 58px;
  background-size: 426px 58px;
  margin: 0 auto;
  margin-top: 30px;
}

.hero-content h1 span {
  display: none;
}

.hero-content {
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

.hero-content h2 {
  margin-top: 20px;
  font-size: 24px;
}

.hero-content small {
  font-size: 20px;
  color: white;
}

.hero-content hr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  width: 25%;
}

.hero-content ul {
  margin-top: 20px;
  margin-left: 0;
}

.hero-content li {
  font-size: 16px;
  list-style: none;
}

.hero-content label {
  display: block;
  font-size: 1em;
  color: white;
  padding-bottom: 10px;
}

.cta-group {
  font-size: 1.1em;
  padding-top: 0;
  padding-bottom: 50px;
}

.hero-content .cta-group {
  font-weight: 500;
}

.main form .row {
  padding: 0;
}

.hero-content input,
.button.large {
  color: #555;
  border-radius: 4px;
  border: 0.5px solid rgba(0,0,0,0.2);
  padding: 5px 8px;
  margin: 3px 0;
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 3px rgba(0,0,0,0.3), inset 0 1px 0px rgba(255,255,255,0.2);
  width: auto;
  display: inline;
  height: auto;
}

.hero-content input.error {
  border: 0.5px solid #800;
  box-shadow:  0 1px 3px rgba(0,0,0,0.3), inset 0 0px 5px rgba(200,0,0,0.8);
}

input:disabled {
  opacity: 0.5;
}

.hero-content input[type="submit"],
.button.large {
  color: white;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  background-color: #4A90E2;
}

.hero-content .thanks {
  visibility: hidden;
  opacity: 0;
}

.button.large {
  padding: 20px 30px;
}

.main .content {
  text-align: center;
}

.main .content h3 {
  padding-top: 15px;
  font-weight: 500;
  font-size: 20px;
}

.main .content p {
  max-width: 240px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.cta {
  text-align: center;
}

.footer {
  text-align: center;
}

.footer a {
  color: white;
}

.links li {
  display: inline-block;
  padding: 5px 10px;
}

.footer .small,
.small.links li {
  padding: 2px 5px;
  font-size: 12px;
}

ul.links {
  list-style-type: none;
  margin: 0;
}

.footer #terms {
  margin-top: 35px;
}

.press .content {
  margin-top: 2em;
}

.press figure {
  margin: 0;
  padding: 10px 0;
}

@media screen and (max-width: 39.9375em) {
  .hero-content img.icon {
    margin-top: 0;
  }

  .hero-content h1 {
    width: 280px;
    height: 38px;
    background-size: 280px 38px;
  }

  .hero .phone-container {
    padding: 0;
  }

  .hero-content h2 {
    font-size: 24px;
  }

  .hero-content ul {
    margin: 0;
  }

  .hero-content li {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .hero-content img.icon {
    width: 100px;
    height: 100px;
  }

  .phone {
    width: 300px;
    height: 612px;
    background-image: url(../img/iPhone-6s-Silver@2x.png);
    background-size: 300px 612px;
    margin: 0 auto;
  }

  .phone img {
    margin-top: 78px;
    margin-left: 21px;
    width: 258px; 
    height: 458px;
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .hero-content li {
    font-size: 12px;
  }

  .main .content h3 {
    font-size: 100%;
  }

  .main .content p {
    font-size: 80%;
  }

  .cta-group {
    font-size: 1em;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero .phone {
    margin-left: -75px;
  }
}
