@font-face {
  font-family: "Inter";
  src: url("../google_fonts/Inter/Inter-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("../google_fonts/Jakarta/PlusJakartaSans-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
.one-half {
  width: 100% !important;
  height: fit-content;
  margin: unset !important;
  padding: unset !important;
  display: block;
}

.bg-primary-1 {
  background-color: rgb(28, 114, 168) !important;
}

.social-icons {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: flex;
  justify-content: space-between;
}

.left-footer nav,
.copyright-nav {
  float: left !important;
  text-align: center !important;
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 400;
}

.copyright-text {
  font-family: "Inter", system-ui, -apple-system, sans-serif !important;
  font-weight: 400;
  color: #ffffff;
  float: inline-start;
  margin-top: 1.5rem;
  margin-left: 6%;
}

#footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .footer-content.d-flex.justify-content-between.align-items-center {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .footer-content.d-flex.justify-content-between.align-items-center {
    display: block !important;
  }
}

/*# sourceMappingURL=nha_footer.css.map */
