/* ==========================================================================
   COICA custom overrides
   Site-wide tweaks layered on top of core.min.css — keep this file separate
   from core.min.css so the theme file can still be updated independently.
   ========================================================================== */

/* --- Slimmer top contact bar --- */
.tw-top-bar {
  padding: 4px 0;
}

/* --- Smaller, tighter main header/menu --- */
.tw-head {
  padding: 0;
}

.tw-nav-brand,
.tw-nav-brand.navbar-brand {
  height: 60px !important;
}

.tw-nav-brand img {
  width: 60% !important;
}

.navbar-nav li.nav-item > a,
.nav-link,
.navbar-light .navbar-nav .nav-link {
  padding: 20px 0 !important;
  font-size: 14px !important;
}

.navbar-nav > li.nav-item.active > a:after,
.navbar-nav > li.nav-item:hover > a:after {
  bottom: 2px;
}

@media (max-width: 991px) {
  .tw-nav-brand,
  .tw-nav-brand.navbar-brand {
    height: 50px !important;
  }
  .navbar-nav li.nav-item > a,
  .nav-link,
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0 !important;
  }
}
