#mobileNavigationMainWrapper{
    overflow: hidden;
    height: 0px;
}


#navigationMainWrapper{
    z-index: 1000;
    position: fixed;
    width: 100vw;
    background-color: #0B121D;
    /* background-color: #0b121df0; */
    /* background-color: yellow; */
}
.navigation {
    width: fit-content;
    margin: auto;
} 
#ModBtn,#NumOneBtn,#EntBtn,#ContactBtn{
    padding: 10px 50px;
    /* background-color: #91a9de0f; */
    /* color: #fff; */
}
#ModBtn{
    color: #fff;
}
.navigation ul{
    padding: 0;
}
li{
    display: inline-block;
    /* background-color: green; */
}
.navigation a{
    padding: 8px;
    transition: 1.0s;
}
/* .navigation a:hover{
    padding: 75px;
    transition: 1.0s;
    color: #fff;
} */

/* #enterpriseMeetSoHoLocator{
    height: 10px;
    background-color: green;
} */


/* --------------------------------------------------------------------------------------------------- */

/* <!-- ___________NAVIGATION___________MOBILE___________________________-_---_______---_-_----_-__--_-____-_--__ --> */
@media screen and (max-width: 1024px){ 
    #navigationMainWrapper{
        overflow: hidden;
        height: 0px;
    }
    #mobileNavigationMainWrapper{
        background-image: url(../img/Background-Images/Branch-Repeat.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
        z-index: 1100;
        position: fixed;
        top: 1px;
        height: 0vh;
        overflow: hidden;
        width: 100%;
        background-color: #0b121d;
        transition: 0.25s;
    }
    .mobileNavigation{
        width: 290px;
        position: relative;
        top: 50%;
        transform: translateY(-55%);
        /* height: 300px; */
        margin: auto;
        /* background-color: purple; */
    }
    #mobile a{
        padding: 20px 45px;
        /* background-color: #91a9de24; */
    }
    #mobileNavItem1, #mobileNavItem2, #mobileNavItem3, #mobileNavItem4{
        text-align: center;
        padding: 10px;
        margin-bottom: 50px;
        background-color: #91a9de24;
    }

/* --------------------OPEN-CLOSE-BUTTON ----------------------------*/

    #openClosePattyContainer{
        z-index: 1500;
        position: fixed;
        top: 20px;
        right: 10px;
        margin-right: 1%;
        margin-top: 1%;
        height: 30px;
        overflow: hidden;
    }
    #closeBtn, #openBtn{
        height: 20px;
        width: 20px;
    }
    #closeBtn{
        background-image:url(../img/Resources/closeIcon.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 0;
    }
    #openBtn{
        background-image:url(../img/Resources/openIcon.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
/* --------------------OPEN-CLOSE-BUTTON ----------------------------*/
}

