/* Makes the small hero label legible without competing with the photograph. */
.hero-eyebrow {
  display: block;
  color: #ecff9a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .9), 0 0 12px rgba(174, 255, 94, .32);
}

/* Keep the three top navigation links easy to read without changing the main title. */
#site-nav > a {
  color: #1b2921;
  opacity: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .88), 0 0 11px rgba(255, 250, 240, .78);
}

@media (max-width: 780px) {
  #site-nav > a {
    color: #fff;
    text-shadow: none;
  }
}
