/* ============================================================
   Hawsoz brand overrides — logo sizing + placement only.
   Loaded AFTER the template CSS so these win. Does not touch
   any other part of the template design.
   ============================================================ */

/* The Hawsoz logo is a square emblem; constrain it to a sane header
   height (the template shipped a wide 193x89 logo). Keep aspect ratio. */
.logo-header img,
.logo-header a img,
.footer-logo img,
.logo-footer img {
  height: 74px !important;
  width: auto !important;
  max-width: none !important;
}

/* Remove the duplicate logo that sits on the blue navigation bar —
   keep only the primary logo in the top (white) header area. */
.navigation-bar .logo-header,
.main-bar .navbar-expand-lg .logo-header.mostion {
  display: none !important;
}

/* Give the blue nav bar a comfortable height now that its logo is gone. */
.navigation-bar {
  min-height: 64px;
}
