/* K.I.N.G. LLC rebrand overrides — loaded after style.css.
   The template's .site-logo was sized for the 3-letter "UIG" and sits in a
   Bootstrap col-2 (~160px usable), so the longer wordmark wrapped to two
   lines. Keep it on one line and scale it to fit the existing column
   rather than disturbing the nav grid. */
.site-logo,
.site-logo a {
  white-space: nowrap;
}

.site-logo {
  font-size: 1.5rem;
  letter-spacing: -0.01em;
}

@media (min-width: 1200px) {
  .site-logo {
    font-size: 1.75rem;
  }
}
