/*
 * Name:        Boo Theme Custom
 * Description: Add here all your CSS customizations
 */
body > nav.navbar {
  margin-bottom: 0;
}
@media (max-width: 768px){
	.main-bar .navbar-brand img{max-height: 80px !important;}
	.main-bar{height: 80px !important;}
}
