.navbar-brand-logo {
  min-width: 15rem !important;
}
.bg-primary-dark.position-relative.overflow-hidden {
  background: url(/new/hero-banner.jpg);
  background-size: contain;
}

.svg-icon[class*="text-"] > svg [fill]:not([fill="none"]) {
  fill: #2f94d1 !important;
}

.text-primary {
  color: #2f94d1 !important;
}

footer.bg-primary-dark {
  background: #212121 !important;
}

.footer-logo img {
  height: 150px;
}

.text-primary-light {
  color: #2f94d1 !important;
}
