.felo{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
     
     font-size: 13px;
 }
.menu-button {
display: none;
}

.menu-options {
display: none;
list-style-type: none;
padding: 0;
margin: 0;
}

.menu-options li {
padding: 0px;
font-size: 8px;
cursor: pointer;
color: #000;
}
.menu-options li:hover{
color: #b8cd06;
}

@media only screen and (max-width: 600px) {
.menu-button {
 display: block;
 cursor: pointer;
 background-color: white;
 padding: 0px;
 text-align: center;
 font-size: 13px;
}

.menu-options {
 display: none;
 background-color: white;
 padding: 0px;
 font-size: 13px;
}

.menu-options li {
padding: 0px;
font-size: 8px;
cursor: pointer;
}
}
@media only screen and (max-width: 480px) {
.menu-button {
 display: block;
position: relative;
 cursor: pointer;
 background-color: white;
 padding: 0px;
 text-align: center;
 font-size: 13px;
}

.menu-options {
 display: none;
 background-color: white;
 padding: 0px;
 font-size: 13px;
}

.menu-options li {
padding: 0px;
font-size: 8px;
cursor: pointer;
color: #000;
}
.menu-options li:hover{
color: #b8cd06;
}

.close-btn {
      display: none;
     }
     
     .close-btn1 {
       display: none;
     }

}

