/* Logo clean */
header img, .logo img, .brand-logo {
  background:none !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
}

/* Logo size (80% of current) */
.brand-logo { height:128px !important; width:auto !important; }
@media (max-width:720px){ .brand-logo { height:88px !important; } }

/* more spacing between header/logo and hero */
header.topbar { padding-bottom:28px !important; }
.hero { margin-top:28px !important; }
