.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    align-items: center;
    font-size: 1.2rem;
  }

.sticky-top-custom {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

.sticky-bottom-custom {
  z-index: 1000;
}

.custom-input {
  visibility: hidden;
}

.nav-item-dark {
  color: #2c87ea;
  font-weight: bold;
}

a {
  color: #2c87ea;
  font-weight: bold;
  text-decoration: none;
}

.custom-icon-color {
  color: #2c87ea;
}

span.foo b {
	display: none;
}

span.baz b {
	display: none;
}

.anchor-target {
  padding-top: 120px;
  margin-top: -120px;

  /* Responsive adjustments */
  @media (max-width: 768px) {
    padding-top: 250px;
    margin-top: -250px;
  }

  @media (max-width: 576px) {
    padding-top: 180px;
    margin-top: -180px;
  }
}

.banner-img {
  width: 100%;
  height: auto;
  max-height: 500px; 
  object-fit: cover; /* Ensure the image covers the area without distortion */
}

.overlay-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.banner-text {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;

  /* Responsive adjustments */
  @media (max-width: 768px) {
    font-size: 1.25rem;
  }

  @media (max-width: 576px) {
   font-size: 0.9rem;
  }
}

.footer-text {
  font-size: 1.0rem;
  
  /* Responsive adjustments */
  @media (max-width: 576px) {
   font-size: 0.9rem;
  }
}