/* NAVBAR STYLING � Shakedown WSR */

/* Base navbar */


/* Brand */
.navbar-brand {
  font-family: 'Changa One', sans-serif;
  font-size: 1.5rem;
  color: #ffcc00 !important;
}

/* Active top-level link */
.navbar-nav .nav-link.active {
  color: #ffcc00 !important;
  font-weight: bold;
  border-bottom: 2px solid #ffcc00;
}

/* Hover effect (optional but nice) */
.navbar-nav .nav-link:hover {
  color: #ffcc00 !important;
}

/* Dropdown menu */
.dropdown-menu-dark {
  background-color: #1e1e1e;
}

/* Active dropdown item */
.dropdown-menu .dropdown-item.active {
  color: #ffcc00 !important;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}

/* Dropdown hover */
.dropdown-menu .dropdown-item:hover {
  color: #ffcc00 !important;
  background-color: rgba(255, 204, 0, 0.1);
}
