/* Keep the desktop hero callout clear of the navigation layered above it. */
@media (min-width: 769px) {
  .hk-hero {
    min-height: 920px;
  }

  .hk-hero-content {
    top: 70px;
  }
}

/* High-contrast hero treatment over detailed food photography. */
.hk-hero-content {
  background: rgba(0, 0, 0, 0.72);
}

.hk-hero-title {
  color: #fff4de;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.hk-hero-tagline {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
}
