html {
  scroll-padding-top: 70px;
}
a.nav-link:hover,
a.dropdown-item:hover {
  color: #ffc107 !important;
  text-shadow: 0px 2px 4px rgba(255, 193, 7, 0.8);
}
.btn-outline-warning {
  color: #cd7f32; /* bronze */
  border-color: #cd7f32;
}
.indent {
  text-indent: 2.0em;
}
.navbar-brand {
  color: #d4af37; /* gold */
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.navbar-brand:hover {
  color: #e9c03d;
  text-shadow: 0px 2px 4px rgba(203, 163, 120, 0.6);
}
