.carousel-image {
  height: 60vh;
  object-fit: cover;
}

.carousel-item:before {
  box-shadow: inset 0 0 15rem 2rem rgba(0, 0, 0, 3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.carousel-caption {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  color: rgb(255, 89, 0);
  /* color: rgb(187, 218, 255); */
}

.navbar {
  padding: 3rem 0rem;
  z-index: 10;
  font-size: 1.25rem;
}

/* 
.navbar a {
    color: white;
} */

.nav-link {
  margin-left: 3rem;
}

.overlay-navbar {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.55) 20%,
    rgba(0, 0, 0, 0) 75%
  );
  /* Optional: increase the vertical “reach” of the gradient */
  padding-top: 0.25rem; /* tweak as needed */
  padding-bottom: 3rem;
  /* Prevent the gradient from covering interactive elements behind it */
  pointer-events: auto;
}

.site-content {
  justify-content: center;
  text-align: center;
  font-family: "Libre Franklin", sans-serif;
  /* height: 30rem; */
  color: #3074ab;
  /* padding: 2rem 0rem 0 0; */
}

.site-content p,
h1 {
  padding: 0.75rem 3rem;
}

.site-content p {
  font-size: 1.5rem;
}

.site-content-a {
  background-color: #d9e9f6;
}

.site-content-b {
  background-color: #ebebeb;
}

.site-content img {
  padding: 1rem 0;
}

.image-background {
  background-size: cover;
  background-position: center;
  height: 65vh;
  color: black;
  font-weight: bolder;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.3) 40%,
      rgba(0, 0, 0, 0) 100%
    ),
    var(--hero-img);
}

.image-background h1 {
  /* color: rgb(255, 89, 0); */
  color: rgb(187, 218, 255);
  font-weight: 900;
  font-size: 3rem;
}

.image-background p {
  /* color: rgb(255, 89, 0); */
  color: rgb(187, 218, 255);
  /* padding-right: 100vh; */
  padding-right: 60%;
  font-weight: bolder;
  font-size: 2rem;
}

.footer {
  /* border-top: #3074ab solid 1px; */
  height: 5vh;
}

.footer-text {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1750px) {
  .image-background p {
    padding-right: 55%;
  }
}

@media only screen and (max-width: 993px) {
  .overlay-navbar {
    background: #212529;
    padding-bottom: 0.5rem;
  }

  .site-content {
    /* padding: 2rem 0rem 0 0; */
  }

  .carousel-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.552);
    opacity: 0.6;
    z-index: 1;
  }

  .carousel-caption {
    z-index: 2;
  }

  .carousel-caption p,
  h3 {
    z-index: 2;
    text-align: center;
  }

  .carousel-caption h3 {
    font-size: 1.75rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }


  .site-content p,
  h1 {
    justify-content: center;
    text-align: center;
    padding: 0.75rem 1rem;
  }

  .site-content p {
    font-size: 1rem;
  }

  .site-content h1 {
    font-size: 2.3rem;
  }
}
