.header_container {
  background-color: white;
  color: white;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.h-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0rem 1rem;
  box-sizing: border-box;
}

.header-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}


.site-header {
  padding-bottom: 1rem;
}

.header-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 1rem;
}

.top-header {
  padding: 0.3rem 0;
  display: flex;
  justify-content: center;
  margin-top: -0.5rem;
}

.center-logo {
  text-align: center;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  height: 3.5rem;
  margin-right: 1rem;
  margin-left: 5rem;
}

.logo h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
}

.logo .blue {
  color: #405189;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 3.75rem;
  font-weight: normal;
}

.logo .gold {
  color: #BA9964;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 3.75rem;
  font-weight: normal; 
}

.logo-date-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.date {
  color: #405189;
  font-size: 1rem;
  font-family: 'DMSerifDisplay-Regular_c';
  white-space: nowrap;
  margin-top: 1rem;
  position: relative;
  left: 580px;
}

@media (max-width: 835px) {
  .logo-date-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .date {
    margin-top: -3rem; 
  }

  .social{
    margin-top: -6rem !important;
  }

}

.menu-bar {
  display: flex;
  justify-content: flex-start; 
  align-items: center;
  padding-top: 0rem;
  flex-wrap: wrap;
  gap: 6.5rem; 
  border: 10px solid transparent; 
  margin-top: -1.2rem;
}

/* Social */
.social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.follow-label_header {
  color: #a5803e !important;
  margin-bottom: 0.3rem;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 1rem;
  margin-top: -1.5rem;
}

.icons {
  display: flex;
  gap: 0.4rem;
}

.icons a {
  color: #2e3b8f;
  font-size: 0.9rem;
  text-decoration: none;
}

.mewe {
  font-weight: bold;
  font-size: 0.9rem;
}

.nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 1rem;
}

.nav_group.nav_secondary {
  position: relative;
  top: 0.1875rem;
}


@media (min-width: 1126px) and (max-width: 1295px) {
  .nav {
    margin-top: 0.3rem !important ;
    margin-left: -4rem;
  }
  .social{
    margin-top: -6rem !important;
  }
}

@media (min-width: 1126px) and (max-width: 1295px) {

  .menu-bar {
    display: flex;
    justify-content: center;  
    align-items: center;     
    width: 100%;
    position: relative;      
  }


  .social {
    position: absolute;       
    top: 0;                    
    left: 0;
    margin-top: -2rem !important;            
  }


  .nav {
    display: flex;
    flex-direction: row;
    align-items: center;      
    justify-content: center;  
    margin-left: 0 !important;
  }

}





@media (min-width: 1024px) and (max-width: 1125px) {
  .menu-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }

  .social {
    position: absolute;
    top: 0;    
    left: 0;
    margin-top: -2rem !important;
  }

  
  .nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 0 !important;
    margin-top: 0.15rem !important;
  }
  .header {
    height: 8rem;
  }

}

  .nav_group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  
  
  .nav_secondary {
    gap: 1.375em;
  }

.nav a {
  text-decoration: none;
  font-size: 0.95rem;
}

.nav_title {
  color: #5E5E5E;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 1rem;
  margin: 0 1rem;

}

.actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.donate {
  background-color: #BB975D;
  color: white;
  border: none;
  padding: 0.1rem 1rem;
  cursor: pointer;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 1rem;
}

.subscribe {
  background-color: transparent;
  color: #494949;
  border: 1px solid #BA9964;
  padding: 0.1rem 1rem;
  cursor: pointer;
  font-family:'DMSerifDisplay-Regular_c';
  font-size: 1rem;
}

.login {
  color: #405189;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-family:'DMSerifDisplay-Regular_c';
}

.icon-bg {
  color: #405189;
}


/* General: Hide hamburger menu on large screens */
.hamburger {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #405189;
}

/* Less than 1024px (tablets and large mobile phones) */
@media (max-width: 1023px) {
  .menu-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .nav {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .nav.open {
    display: flex;
  }

  .hamburger {
    display: block;
    align-self: flex-end;
    cursor: pointer;
  }

  .social {
    order: 1;
  }

  .nav {
    order: 2;
  }
}

/* Less than 650px (small mobiles) */
@media (max-width: 649px) {
  .logo h1 {
    font-size: 2rem;
  }

  .logo img {
    height: 2.5rem;
  }

  .date {
    font-size: 0.85rem;
  }

  .menu-bar {
    gap: 0.5rem;
  }

  .donate,
  .subscribe {
    padding: 0.3rem 0.7rem;
    font-size: 0.85rem;
  }
  .hamburger {
    display: block !important;
    margin-top:1.5rem !important;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
}


.hicon-img {
  width: 1.250rem;
  height: auto;
  display: block;
  max-height: 100%;
  object-fit: contain;
}


.hicon-img-2 {
  width: 2.5rem;
  height: auto;
  display: block;
  max-height: 100%;
  object-fit: contain;
}


@media (max-width: 1295px) {
  .social {
    align-items: center;
    margin-top: -4rem;
  }
  .nav{
    margin-top: -8rem;
  }
}



.social-mobile {
  display: none;
}


@media (max-width: 1023px) {
  .social {
    display: none; 
  }

  .nav {
    position: absolute;
    top: 13rem; 
    right: 5rem;
    width: 50vw;
    background-color: white;
    padding: 1rem 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 4px;
    z-index: 1000;
    display: none;
    flex-direction: column;
    gap: 1rem;
  }
  
  
  .nav.open {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hamburger {
    margin-top: -3rem;
    display: block;
    align-self: flex-end; 
    cursor: pointer;
    margin-right: 1rem;
  }
  
  .social-mobile {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .social-mobile .icons {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
  }

  .social-mobile .follow-label_header {
    color: #a5803e;
    font-family: 'DMSerifDisplay-Regular_c';
    font-size: 1rem;
    margin-left: 2rem;
  }

  .date {
    display: none;
  }


}

.no-underline {
  text-decoration: none;
  color: inherit; 
}

/* opacity effect */
.effect-link {
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.effect-link:hover {
  opacity: 0.5;
}

.hamburger {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 20px;
}

.hamburger .main-nav-toggle {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hamburger .main-nav-toggle:before,
.hamburger .main-nav-toggle:after,
.hamburger .main-nav-toggle i {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #bbb;
  transition: all ease-out 0.3s;
  border-radius: 2px;
}

.hamburger a.main-nav-toggle:before {
  top: 0;
}

.hamburger a.main-nav-toggle:after {
  top: 16px;
}

.hamburger a.main-nav-toggle i {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  height: 4px;
  background-color: #bbb;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-out 0.1s;
}

/* Animation on toggle */
.hamburger a.main-nav-toggle.active-menu:before {
  transform: rotate(45deg);
  top: 50%;
  transform-origin: center;
}

.hamburger a.main-nav-toggle.active-menu:after {
  transform: rotate(-45deg);
  top: 50%;
  transform-origin: center;
}

.hamburger a.main-nav-toggle.active-menu i {
  opacity: 0;
}


@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}


@media (max-width: 800px) {
  .logo{
    margin-left: -4rem;
    margin-top: 1rem;
  }

  .blue{
    font-size: 2.75rem !important;
  }
  .gold{
    font-size: 2.75rem !important; 
  }

  .nav.open {
    margin-top: -10rem;
  }
  .hamburger{
    transform: translateY(10px);

  }
  
}


@media (max-width: 600px) {
  .logo{
    margin-left: -4rem;
  }

  .hamburger{
    transform: translateY(6px) !important;

  }
  .blue{
    font-size: 1.75rem !important;
  }
  .gold{
    font-size: 1.75rem !important; 
  }
}
@media (max-width: 460px) {
  .logo{
    margin-left: -4rem;
  }

  .hamburger{
    transform: translateY(20px);

  }
  .blue{
    font-size: 1.4rem !important;
  }
  .gold{
    font-size: 1.4rem !important; 
  }
}


@media (max-width: 415px) {
  .logo{
    margin-left: -4rem;
  }

  .hamburger{
    transform: translateY(20px);

  }
  .blue{
    font-size: 1.2rem !important;
  }
  .gold{
    font-size: 1.2rem !important; 
  }
}


@media (max-width: 390px) {
  .logo{
    margin-left: -4rem;
  }

  .hamburger{
    transform: translateY(20px);

  }
  .blue{
    font-size: 1rem !important;
  }
  .gold{
    font-size: 1rem !important; 
  }
}

@media (max-width: 360px) {
  .logo{
    margin-left: -4rem;
  }

  .hamburger{
    transform: translateY(20px);

  }
  .blue{
    font-size: 0.9rem !important;
  }
  .gold{
    font-size: 0.9rem !important; 
  }
}



@media (max-width: 560px) {
  .logo {
    margin-left: 0 !important;
  }
}


@media (max-width: 1023px) {
  .logo {
    flex: 1 !important;
    text-align: center !important;
    margin-left: -80px !important;

  }

  .hamburger {
    display: block !important;
    margin-top: 2rem;
    margin-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
}


@media (max-width: 835px) {
  .logo-date-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.5rem !important;
  }
}

@media (max-width: 860px) {
  .logo h1, .blue, .gold {
    font-size: clamp(1rem, 5vw, 3rem) !important;
  }
}


@media (min-width: 1024px) and (max-width: 1295px) {
  .logo-date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 0.5rem;
  }

  .logo {
    flex: none;
    margin: 0 auto;
    text-align: center;
  }

  .date {
    position: absolute;
    right: -8rem;
    top: 0.75rem;
    font-size: 1rem;
  }

  .logo{
    margin-left: -80px;
  }
 
}


@media (min-width: 1296px) {
  .logo-date-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .logo {
    flex: none;
    margin: 0 auto;
    text-align: center;
  }

  .date {
    position: absolute;
    right: -8rem;
    top: 1.7rem;
    font-size: 1rem;
  }

  .logo{
    margin-left: -80px;
  }
}
