.headerContainer {
    width: 100%;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}

.mainHeaderRow {
    margin-left: 20%;
   /* margin-left: 20px !important; */
    width: 100%;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 50px !important;
    display: flex;
    gap: 1rem;
    text-align: center !important;
    padding-right:46px;
}

.navList {
    font-family: 'Poiret One' !important;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
    /*padding-right:60px;*/
}

.sigMarg {
    height: 200px !important;
    align-items: center !important;
    text-align: right;
}

.JMsignature {
    scale: 100%;
}

#nameCol {
    height: 212px !important;
    font-weight: 800;
    margin-left: 10px;

}

/*.navCol {
    margin-right: 30px;
}*/

.headerContainer a {
    text-decoration: none !important;
    text-decoration-style: none !important;
    font-family: 'Poiret One' !important;
    font-size: 34px !important;
    color: black !important;
    justify-content: center;
    align-items: center;
}

.navList.default-menu {
    display: flex;  /* Visible by default */
}
.navList.small-menu {
    display: none;  /* Hidden by default */
}

/* Styles for small-menu inside navCol */
.navCol .navList.small-menu {
    display: none;  /* Hidden by default */
    flex-direction: column;  /* Makes it vertical */
}

/* Toggle display on active */
.navCol .navList.small-menu.active {
    display: flex;  /* Shows the dropdown when active */
}

.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    display: none;  /* Ensure the toggle is always visible to click */
    margin-right:10px;
}

/* menu toggle button is visible and functional */
.menu-toggle {
    display: none;  /* Always visible */
}


/* Media query adjustments */
@media (max-width: 576px) {
    .navList.default-menu {
        display: none;  /* Hide the default menu on small screens */
    }
    .menu-toggle {
        display: inline-block !important;  /* Show menu toggle button */
    }
    .navCol .navList.small-menu {
        display: none;  /* Ensure the menu is hidden unless toggled */
    }
    .navCol .navList.small-menu.active {
        display: flex;  /* Show the active small menu */
        flex-direction: column; /* Makes a column for the menu items */
    }
    .JMsignature{
    margin-left: 20px;
    padding-top: 10px;
    }

    #nameCol {
        height: 119px !important;
      }
    }
@media (min-width: 100px){
    .navCol .navList.small-menu {
        display: none;  /* Hidden when in large displays default */
    }
    .menu-toggle{
       /* margin-right: -8px !important; */
        font-size: x-large;
        padding-bottom: 50px;
        padding-top: 50px;
        padding-left: 12px;
    }
    .small-menu{

        padding-right: 25px;

    }

}