/* Add custom CSS styles below */ 

/* Tablets (Portrait & Landscape) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}

/* PCs and Larger Screens */
@media screen and (max-width: 1025px) {
#mobile-menu{
background-color: #a67929;
    color: white;
}
}