.hero {
  position: relative;
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 100px 0;
}
@media only screen and (max-width: 640px) {
  .hero {
    background-position: center center;
  }
}
.hero h1 {
  font-size: var(--font-size-hero);
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-weight: var(--font-weight-heavy);
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
  .hero h1 {
    font-size: 54px;
    margin-bottom: 32px;
  }
}
.hero h1 .kicker {
  line-height: 1;
  color: white;
  font-size: var(--font-size-sm);
  letter-spacing: 0.075em;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .hero h1 .kicker {
    font-size: 20px;
  }
}
.hero h2 {
  color: white;
  font-size: 22px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 32px;
}
@media only screen and (max-width: 640px) {
  .hero h2 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 90px;
  }
}
.hero a.has-secondary-background-outline {
  border-color: var(--color-terciary);
  background-color: white;
  color: var(--color-terciary);
}
.hero a.has-secondary-background-outline:hover {
  background-color: var(--color-terciary);
  color: white;
  border-color: var(--color-terciary);
}
@media only screen and (min-width: 1024px) {
  .hero a.has-secondary-background-outline {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .hero a.button {
    width: 90%;
    margin: 0 auto 1rem auto;
  }
}

/*# sourceMappingURL=style.css.map */
