﻿.h-btn {
    font-weight: bold!important;
}



@media (min-width: 992px) and (max-width: 1200px) {
  /* Keep nav content aligned with page content container */
  #wen-navbar .navbar .container {
    align-items: center !important;
  }

  #wen-navbar #navbarNav {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    align-self: center;
    align-items: center;
  }

  #wen-navbar #navbarNav > ul.navbar-nav {
    align-items: center;
    /* Keep one neat row on desktop */
    flex-wrap: nowrap;
    justify-content: space-between !important;
    align-content: center;
    column-gap: 0;
    row-gap: 0.15rem;
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #wen-navbar #navbarNav .nav-item {
    /* Equal-width slots for consistent rhythm */
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
    margin: 0 !important;
    text-align: center;
    align-self: stretch;
  }

  #wen-navbar #navbarNav .nav-link {
    display: flex;
    min-height:63px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap !important;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: keep-all;
    text-align: center;
    line-height: 1.25;
    hyphens: none;
    width: 100%;
    max-width: none;
    padding: 0.78rem 0.12rem !important;
    /*font-size: clamp(12px, 1vw, 17px);*/
    font-size: 11px;
    height: 100%;
  }

  #wen-navbar #navbarNav .nav-link .menu-label {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.2;
    text-align: center;
  }

  /* Keep caret near label when text wraps */
  #wen-navbar #navbarNav .nav-link.dropdown-toggle {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.05rem;
  }
}

@media (min-width: 1200px) and (max-width:1440px) {
    #wen-navbar #navbarNav .nav-link {
        font-size: 14px;
    }
}

