


.level0-mobile{
   font-family: 'Montserrat', sans-serif;
font-size: 30px;
font-size:1.875rem; 
   text-transform:uppercase;
   font-weight:normal;
   margin-bottom:25px;
font-weight:300;
}


.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:20px;
   font-weight:300;
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
   z-index:999;
    top: 0;
    left: 0;

    background-color:  rgba(170,202,151,0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

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

}

.openclose{
   font-size:1.5rem;
      cursor: pointer;
}

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

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

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

.overlay .closebtn {
    position: absolute;
    top: 27px;
   right: 30px;
       font-size: 2.5rem;
    font-size: 40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}