body h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: oxygen;
}

/* FOOTER */
.footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #FFFFFF;
  box-shadow: 0px 0px 75px 2px rgba(0,0,0,0.1);
}

.footer .logo {
  width: 100%;
}

.footer .row {
  align-items: center;
  justify-content: space-between;
}

.footer ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer ul li {
  list-style: none;
  text-align: left;
}

.footer-links {
  text-align: left !important; /* Force left alignment */
  padding-left: 0;
}

.footer-links ul {
  padding-left: 0;
  margin: 0;
}

.footer-links li {
  list-style: none;
  margin-bottom: 10px;
}

.header .navbar-nav ul li a.active:hover {
  color: #ffffff !important;
  background: #5ca62acc;
  border-radius: 50px;
}

.footer-links li a {
  display: inline-block;
  color: #003366;  /* optional */
  text-decoration: none;
}


.footer ul li a {
  font-size: 16px;
  color: #224B73;
  position: relative;
  left: 220px;
}

@media (max-width: 991px) {
  .footer ul {
    padding: 0;
    text-align: center;
  }
  .footer .logo {
    display: flex;
    width: 50%;
    margin: auto;
    margin-top: 2em;
  }
}

.footer {
  background-color: #fff;
  border-top: 2px solid #eee;
}

.footer a {
  color: #224B73; /* Keeps text dark */
}

.footer .social-icons img {
  transition: transform 0.3s ease;
}

.footer .social-icons img:hover {
  transform: scale(1.1);
}
