html {
    scroll-behavior: smooth;
}

/* Navbar */
.custom-navbar-bg {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(4px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.custom-welcome-message-bg {
    background-color: #f2f2f2;
    border-radius: 1%;
}

.custom-faq-title {
    font-size: 3rem;
}

/* Fonts */
.custom-libre-baskerville-font {
    font-family: 'Libre Baskerville', serif !important;
}

.card:hover {
    transform: scale(1.02);
    transition: all 0.2s ease-in-out;
}

.custom-banner-worship {
    background-color: lightcoral;
    font-family: 'Playfair Display', serif, Times !important;
}

.custom-banner-worhip-txt {
    font-size: 1rem;
}

nav .custom-brand-font {
    font-size: 1.3rem;
}

nav .custom-brand-font {
    font-family: 'Playfair Display', serif, Times !important;
    font-size: 1.1rem;
}

/* Navbar Links */
nav .custom-nav-link {
    background-color: none;
    color: white;
    font-family: 'Playfair Display', serif, Times !important;
    font-size: 1.3rem;
    margin: 0 0.75rem;
}

nav .custom-nav-link:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
    color: white;
}

.custom-footer-bg {
    background-color: #015a26;
}

.contact-section {
    padding: 60px 0;
}

.contact-info i {
    font-size: 1.5rem;
    color: #0d6efd;
    margin-right: 10px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

iframe {
    border: 0;
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.carousel-inner img,
.carousel-inner video {
    object-fit: cover;
}

/* Fix carousel height */
#navbarBackgroundCarousel {
    height: 100vh;
    position: relative;
    z-index: 1;  /* or no z-index so it defaults below navbar */
}

#navbarBackgroundCarousel .carousel-inner,
#navbarBackgroundCarousel .carousel-item,
#navbarBackgroundCarousel img,
#navbarBackgroundCarousel video {
    height: 100%;
    object-fit: cover;
}


/* Medium Devices (tablets) */
@media (min-width: 768px) {

    .custom-banner-worhip-txt {
        font-size: 1.3rem;
    }
    
    nav .custom-brand-font {
        font-size: 1.5rem;
    }

}

/* Large Devices (Desktops) */
@media (min-width: 992px) {

    .custom-banner-worhip-txt {
        font-size: 1.5rem;
    }

    nav .custom-brand-font {
        font-size: 1.5rem;
    }

}
