/*Change size and color of menu icon on mobile*/ 
@media only screen and (max-width: 767px) { 
button.menu-toggle { 
color: #226641; 
font-size: 50px; 
} 
}
