/* ForeBangers — Unified Site Chrome (v1.0)
   Load this LAST on every top-level page. It locks the header and footer
   to one standard look regardless of which other page-level stylesheet
   (master-2.6-morning-light, master-2.4-bright-pass, v5-*) is also
   loaded for that page's body content. Do not scope selectors below to
   .home-page or any page body class — this file must render identically
   everywhere. */

.site-header{
  background:rgba(3,38,29,.985)!important;
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  border-bottom:1px solid #cda33a!important;
  box-shadow:0 8px 28px rgba(0,0,0,.22)!important;
}
.site-header .links>a.active{color:#e9c867}
.site-header .links>a.active::after{width:100%}
.site-header .nav-cta{
  background:transparent!important;
  color:#f5d46e!important;
  border:1px solid #d5aa3d!important;
}
.site-header .nav-cta:hover{
  background:#d5aa3d!important;
  color:#062d23!important;
}

.footer{
  background:#03271e!important;
  color:#e7dfcf!important;
  border-top:1px solid #cda33a!important;
}
.footer .legal a,.legal a{color:#d9cda9;text-decoration:none}
.footer .legal a:hover,.legal a:hover{color:#e9c867}
.copyright{color:#a9ad9f!important}
