/* o4f483b */
/* fix0617b: header wordmark was a multicolor gradient (dark-red->gold) clipped to text,
   low-contrast/unreadable on the dark nav (rgba(10,13,11,.72)).
   Neutralize the gradient text-clip -> single solid readable gold. Header scope only. */
.nav-see800 .logo-text-see800{
  background:none!important;
  -webkit-background-clip:border-box!important;
  background-clip:border-box!important;
  color:#f0d68f!important;
  -webkit-text-fill-color:#f0d68f!important;
}
main>section:first-child h1{text-align:center!important}
[class*="burger-btn-"] span{background:#fff!important}
