
body.nav-open{
   overflow:hidden;
   position:fixed;
}




.level0-mobile{
   font-family: 'Montserrat', sans-serif;
   font-size: 24px;
   line-height:24px;
   font-size:1.5rem; 
   line-height:1.5rem;
   text-transform:uppercase !important;
   font-weight:normal;
   margin-bottom:20px;
font-weight:400;
}


.level1-mobile{
   font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height:16px;
font-size:1.0rem; 
line-height:1.0rem;
   font-weight:normal;
   margin-bottom:10px;
   font-weight:400;
}

.active {font-weight:500;
   text-transform:uppercase !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: 8%;
    width: 100%;
    text-align: center;


}

.openclose{
   font-size:1.875rem;
   cursor: pointer;
   color:#1d1d1b;
}

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

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

.overlay .closebtn {
    position: absolute;
    top: 20px;
   left: 2.5%;
       font-size: 2.5rem;
    font-size: 60px;
}

@media screen and (max-height: 450px) {

  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}