/* Force header to be thinner */
.site-header,
.header-inner,
.site-branding {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  min-height: 0 !important;
}

/* Force logo to shrink */
.custom-logo,
.site-logo img,
.site-branding img {
  max-height: 50px !important;
  height: auto !important;
  width: auto !important;
}