/* High-specificity override for Cassiopeia */

/* 1. Header Container - Solid White */
body.site .header,
body.site .container-header,
body.site .header-top {
  background-color: #ffffff !important;
  background-image: none !important;
  border-bottom: 1px solid #e2e8f0;
}

/* 2. Top Social / Utility Bar - Dark Green */
body.site .container-top-a,
body.site .top-bar {
  background-color: #1b4e23 !important;
}

body.site .container-top-a a {
  color: #fdb813 !important; /* Gold links */
}

/* 3. Navigation Links - Forest Green */
body.site .container-header .navbar-nav .nav-link,
body.site .container-header .mod-menu a,
body.site .container-header .nav-item a {
  color: #1b4e23 !important;
  font-weight: 600 !important;
}

/* 4. Active & Hover Links - Darker Green */
body.site .container-header .navbar-nav .nav-link:hover,
body.site .container-header .navbar-nav .nav-link:focus,
body.site .container-header .navbar-nav .active > .nav-link,
body.site .container-header .mod-menu .active a {
  color: #0f2d14 !important;
  background-color: transparent !important;
}



/* Change Cassiopeia footer background to green */
footer.container-footer,
.site-footer {
  background-color: #2e7d32 !important; /* Adjust hex code for your preferred green shade */
  color: #ffffff !important;            /* Ensures text remains readable */
}

/* Ensure footer links are legible */
footer.container-footer a,
.site-footer a {
  color: #a5d6a7 !important;
}