.nav-brand, .footer-emblem{
    display:flex;
    align-items:center;
    gap:0.9rem;
    text-decoration:none; 
    background: url("logo.png") !important;
    height: 55px !important; 
    width: 100%;
    background-size: contain !important; 
    background-repeat: no-repeat !important;
    margin: .3rem 0;
    border: none !important;
    min-width: 92px !important;
}
:is(.nav-brand div, .footer-emblem span){
    display: none;
}
.footer-brand-name{
    display: none
    ;
}
.menubtn{
    display: none;
}
.nav-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menubtn{
    display: none !important;
}

  .orange-band{
    display: none !important;
  }
  .nonpartisan{
    display: none !important;
  }
.wsc:nth-child(4) div{
    color: white;
}
.extra-objectives .section-label{
    color: white;
}
.extra-objectives .section-label::before{
    background-color: white;
}
.dir-picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media all and (max-width:600px) {
  html{
    overflow-x: hidden;
  }
.menubtn{
    display: flex;
}
  .info{
    flex-direction: column;
    padding: 24px 24px ;
    align-items: flex-start;
    gap:20px;
  }
  .hero-stripe{
    width: 100%;
    padding: 10px 0;
    flex-direction: column;
    height: fit-content;
    align-items: flex-start;
  }
  .hstat-num{
    font-size: 2.3rem;
  }
  .stripe-pill{
    font-size: 1.1rem;
  }
  .hero-stripe{
    gap: 1.8rem !important;
  }
  .hstat-label{
    font-size: 1rem;
  }
  .hero-right .cont{
    object-fit: contain;
  }
  nav{
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: .5rem 1.2rem 0rem 1.2rem;
  }
  .nav-menu{
    flex-direction: column;
    gap:2.5rem !important;
  }
  .menubtn{
    width: 30px;
    height: 30px;
    display: flex !important;
  }
  .menu-open{
    display: flex !important;
  }
  .menu-close{
    display: none !important;
  }
  .page-hero{
    padding-top: 7rem !important;
  }
  .show{
    display: flex;
  }
  .hide{
    display: none;
  }
  .who-grid{
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 2rem !important;
  }
  .who-text{
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 0rem;
  }
  .orange-band{
    display: none !important;
  }
}
