/* Enter Your Custom CSS Here */
.header-content-wrap{
    height: 600px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, .15) !important;
}

@media screen and (max-width: 768px) { 
.navbar-toggle { 
       display:none !important; 
   } 
nav.navbar-collapse { 
      display:block !important;
 } 
.responsive-logo { 
  float:left !important; 
} 
nav.navbar-collapse ul li { 
 width: auto !important; margin-left: 10px !important; border-bottom: none !important; 
} 
}
.red-btn {
    opacity: 0.75;
}
.green-btn {
    opacity: 0.75;
}