/* Safari Logo Shrinking Fix */
.header-logo {
    flex-shrink: 0 !important;
}
.header-logo a img {
    width: auto !important;
  height: 50px !important;
    max-width: none !important;
}
.header-left {
    flex-wrap: nowrap !important;
}
.header-nav {
    flex-grow: 1 !important;
    width: auto !important;
}