/* Force larger logo */
.header .navbar-brand img,
.navbar-brand img,
.header-logo img,
.site-header img[src*="logo"] {
max-height: 180px !important;
height: 180px !important;
width: auto !important;
}
/* Allow additional space for larger logo */
.navbar-brand {
max-width: none !important;
height: auto !important;
}