/* css styles */
.text-muted {
    --bs-text-opacity: 1;
    color: #97bcde !important;
}

.text-muted-darker {
    --bs-text-opacity: 1;
    color: #003340 !important;
}

.text-hero {
    --bs-text-opacity: 1;
    color: #003340 !important;
}
.navbar-brand img {
  max-height: 60px; /* Adjust as needed */
  width: auto;
}
#light-grey-background {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #003340;
  color: #97bcde;
  border-radius: .3rem !important;
}
.static-card {
  /* Card styling */
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  height: 100%;
}

.static-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.static-card a {
  pointer-events: none;
  color: inherit;
  text-decoration: none;
}
/* styles.css */
.nav-footer-center {
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}





