/* CSS Document */
.hero {
  height: 73.3333333333vw;
  background: center center/cover no-repeat url("../img/contact-hd.jpg");
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 520px;
    background: center center/cover no-repeat url("../img/contact-hd-pc.jpg");
  }
}
.hero h2 {
  position: absolute;
  bottom: 15vw;
  color: #fff;
  font-size: 6vw;
}
.hero h2 small {
  font-size: 0.7em;
  font-weight: normal;
  line-height: 3em;
}
@media screen and (min-width: 768px) {
  .hero h2 {
    font-size: 32px;
    bottom: 80px;
  }
  .hero h2 small {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .hero h2 {
    font-size: 50px;
  }
  .hero h2 small {
    font-size: 36px;
  }
}

#contact {
  padding-bottom: 30vw;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-bottom: 200px;
  }
}
#contact p.lead {
  margin-top: 15vw;
  padding-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  #contact p.lead {
    margin-top: 120px;
    padding-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */