/*
 * SEO-oriented presentation fixes that preserve the current look after
 * semantic heading cleanup on the homepage.
 */

.home .eoy-home-section-heading {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
  padding-bottom: 10px;
}

.home .eoy-home-subheading {
  color: #333;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.6em;
  padding-bottom: 10px;
}

.home .eoy-home-primary-heading {
  text-wrap: balance;
}

@media (max-width: 980px) {
  .home .eoy-home-section-heading,
  .home .eoy-home-subheading {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .home .eoy-home-section-heading,
  .home .eoy-home-subheading {
    font-size: 22px;
    line-height: 1.35em;
  }
}
