/* Ensure logos display with transparent backgrounds */
.header-logo img,
.footer-logo img {
  background: transparent !important;
  -webkit-text-fill-color: initial;
  -webkit-background-clip: unset;
  background-clip: unset;
  filter: none;
}

.header-logo {
  background: none !important;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
}

.footer-logo {
  background: none !important;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
  background-clip: unset;
}

/* Increase header height to accommodate larger logo */
nav.nav-header {
  height: 80px !important;
  min-height: 80px !important;
}

.header-container {
  height: 80px !important;
}
