/* Keep every navigation label readable on the white fixed header. */
header.scrolled .nav-link,
header.scrolled .nav-link:not(.nav-link-active) {
  color: #111827 !important;
}

header.scrolled .nav-link.nav-link-active {
  color: #e86138 !important;
}

header.scrolled .nav-link:hover {
  color: #e86138 !important;
}
