@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

body, h3, p {
  font-family: 'Raleway', sans-serif;
}

/* Ensure scrolling */
.spacer {
    height: 0px; /* Ensures there's room to scroll to About */
}

.page-section {
    padding: 20px 0;
    min-height: 10vh; /* Ensures it's fully visible */
}


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* 4x3 Aspect Ratio */
.iframe-container-4x3 {
    padding-top: 75%;
}


#filmsCarousel {
  position: relative;
  padding: 0px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.carousel-control-prev {
  left: -30px;
  margin: -20px;
}

.carousel-control-next {
  right: -30px; 
  margin: -20px;
}



  .quote {
    font-size: 1rem;              
    line-height: 1.2;
    margin: 0;
  }

  .quote em {
    font-style: italic;
    font-family: Raleway, Georgia, "Times New Roman", serif;
  }

  .quote .signature {
    font-family: "Dancing Script", cursive;
    font-weight: 700;             
    margin-left: 0.5rem;           
    font-size: 1.15rem;            
  }

  /* Responsive fallback: allow wrapping on very small screens */
  @media (max-width: 420px) {
    .quote { white-space: normal; }
  }


  .btn-sage {
  background-color: #738678;
  color: white;
  border: none;
}

.btn-sage:hover {
  background-color: #5f6a5f; /* slightly darker shade */
  color: white;
}

        h1 {
            font-family: 'Dancing Script', cursive;
            color: #738678;
        }

        .banner_with_text_mobile {
            background: #d9d9d9 url('banner/arch.jpg') center center no-repeat;
            background-size: cover;
            padding: 10px;
        }
        .btn-sage {
            background-color: #738678;
            color: white;
        }
        .btn-sage:hover {
            background-color: #5f6b60;
            color: white;
        }


    .navbar-brand {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
    }

    @media (max-width: 991.98px) {
      .navbar-brand {
        position: static;
        transform: none;
        margin: auto;
      }

      .navbar-collapse {
        margin-top: 0.5rem;
      }
    }

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
  color: white;
}


.custom-navbar {
  padding: 0;
}

@media (min-width: 992px) {
  .custom-navbar {
    padding: 20px;
  }
}


@media (max-width: 991.98px) {
  /* Space out nav links */
  .navbar-nav .nav-link {
    padding: 10px 20px;
    text-align: center;
  }

  .navbar-collapse .d-flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    gap: 10px;
  }

  .navbar-collapse .btn {
    flex: 1; 
    max-width: 45%; 
    margin: 0;
    text-align: center;
  }


  .navbar-collapse .me-2 {
    margin-right: 0 !important;
  }
}


.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}


.carousel-control-next, .carousel-control-prev {
  margin-top: -35px;
}


body {
  padding-top: 60px; /* default mobile height */
}

@media (min-width: 992px) {
  body {
    padding-top: 50px; /* adjust for larger navbar on desktop */
  }
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("banner/arch.jpg");
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow:
    1px 1px 2px black,
    0 0 1em black,
    0 0 0.2em black;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}

.hero-text button:hover {
  background-color: #555;
  color: white;
}


         h1 {
         font-family: 'Dancing Script', cursive;
         color: #738678
         }