
body.nav-open{
   overflow:hidden;
}




.level0-mobile{
   font-family: 'Montserrat', sans-serif;
font-size: 26px;
line-height:34px; 
font-size:1.25rem; 
line-height:1.6rem; 
   text-transform:uppercase;
   font-weight:normal;
   margin-bottom:15px;
font-weight:500;
}


.level1-mobile{
   font-family: 'Montserrat', sans-serif;
font-size: 20px;
line-height:36px;
font-size:1.25rem; 
line-height:1.5rem;
   font-weight:normal;
   margin-bottom:10px;
   font-weight:500;
}

.active {font-weight:500;font-style:italic;color:#b87117 !important}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
   z-index:999;
    top: 0;
    left: 0;
overflow-y: auto;
    background-color: rgba(255,255,255, 0.95);

    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 1%;
    width: 100%;
    text-align: center;
   margin-top: 10px;

}

.openclose{
   /*font-size:1.8rem;
   cursor: pointer;
   font-family: 'Montserrat', sans-serif;
   */
 

}

.overlay a {
    text-decoration: none;
text-transform:none;
    color: #1D1D1B;
    display: block;
   transition: 0.3s;
   padding:3px;
   
   
}

.navactive{
   color:#dedcdc !important;
   font-style:italic
}

.overlay a:hover, .overlay a:focus {
    color: #1D1D1B;
}

.overlay .closebtn {
    position: relative;
    top: 18px;
 right:-4px;
   width:1150px;
   margin:0 auto;
   text-align:right


}

@media screen and (max-width: 1200px) {
   .overlay .closebtn {
         width:90%;
   }
   
}

@media screen and (max-width: 768px) {
}
