/*
  Please add your custom styles here
*/

/* non mobile devices */
@media (min-width: 769px) 
{
  body > header 
  {
    height: 100px;
  }
  
  #logo img 
  {
    max-height: 160px;
    margin-top: 52px;
  }
}

#mobile-menu-toggle .menu-text 
{
  color: #fff
}
#mobile-menu-toggle .icon-bar 
{
  background-color: #fff
}