css/* Reduce header logo image size */
.site-branding img {
    max-width: 90px !important;
    height: auto !important;
}

/* Reduce site title size */
.site-title {
    font-size: 16px !important;
}

/* Reduce tagline size */
.site-description {
    font-size: 11px !important;
}

/* Tighten header padding */
.site-header .site-branding {
    padding: 6px 0 !important;
}

/* Restore navigation menu button colour */
.main-navigation,
.main-navigation .menu-toggle,
.site-header .main-navigation {
    background-color: #281e64 !important;
    color: #ffffff !important;
}