.hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-1 {
  padding: 80px 0 180px;
}
@media screen and (max-width: 767px) {
  .hero-1 {
    padding: 15px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-image {
    margin-bottom: 25px;
  }
  .hero-1 .hero-image img {
    margin: 0 auto;
  }
}
.hero-1 .pull-left img {
  float: right;
}
@media screen and (max-width: 767px) {
  .hero-1 .pull-left img {
    float: none;
  }
}
.hero-1 .hero-content {
  text-align: center;
}
.hero-1 .hero-content .hero-title {
  color: #ffffff;
  margin: 0 0 5px;
  font-size: 18px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content .hero-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.hero-1 .hero-content .hero-subtitle {
  color: #ffffff;
  margin: 0 0 10px;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content .hero-subtitle {
    font-size: 30px;
  }
}
.hero-1 .hero-content .hero-subtitle strong {
  font-size: 70px;
  color: #d49b70;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content .hero-subtitle strong {
    display: block;
  }
}
.hero-1 .hero-content .hero-intro {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content .hero-intro {
    font-weight: 400;
  }
}
.hero-1 .hero-content .hero-intro:after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  border-bottom: 3px solid #d49b70;
  margin: 35px auto;
}
.hero-1 .hero-content .hero-links {
  margin-top: 10px;
}
.hero-1 .hero-content .hero-links a {
  margin-left: 20px;
}
.hero-1 .hero-content .hero-links a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}

.hero-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.hero-2 .hero-image {
  text-align: center;
}
.hero-2 .hero-image img {
  display: inline-block;
}
.hero-2 .hero-content {
  text-align: center;
  padding: 0;
}
.hero-2 .hero-content .hero-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-2 .hero-content .hero-intro {
  max-width: 900px;
  margin: auto;
}
.hero-2 .hero-content .hero-links {
  margin-top: 30px;
}
.hero-2 .hero-content .hero-links a + a {
  margin-left: 10px;
}