/* write your own custom css, this will load at header */
@media only screen and (max-width: 600px) {
  .navbar-area.nav-style-02 .nav-container.sass-nav .navbar-collapse .navbar-nav li a {
 color:#fff !important;
 background:#000 !important;
  }
  .navbar-nav{
    background:#000 !important;
  }
  
}