/*
###################################
HOMEPAGE
###################################
*/

.carousel-title {
    position: absolute;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0;
    margin: 0;
    text-align: center;
}

#heroCarousel,
#heroStatic {
    border-bottom: 18px solid var(--lt-gold);
}

#heroCarousel .carousel-item img {
    object-fit: cover;
/*     max-height: 600px; */
    max-height: calc(80vh - 128px);
    min-height: 500px;
}

#heroCarousel .carousel-caption {
    left: 10%;
    bottom: 3rem;
}

#heroStatic .carousel-item img {
    object-fit: cover;
    max-height: 250px;
}

/* LG and up */
@media (min-width: 992px) {

    .carousel-title,
    .carousel-caption {
        align-items: end;
        text-align: left;
    }

}

#homepage #intro {
    position: relative;
	color: white;
}


#homepage #intro h3 {
	color: white;
	margin-bottom: 50px;
}

/*#homepage #intro::after {*/
/*    display: block;*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    z-index: -2;*/
/*    background-color: var(--beige);*/
/*}*/

/* #homepage #intro::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 220px;
    top: 0;
    z-index: -1;
    background: url('../images/bg-red.png') repeat-x var(--red) ;
} */



#monasteryCarousel .carousel-indicators {
    position: relative;
    justify-content: start;
    margin-top: 1rem;
    margin-left: 1.5rem;
    margin-bottom: 0;
}

#monasteryCarousel .carousel-indicators [data-bs-target] {
    height: .75em;
    width: .75em;
    border-radius: 100%;
    background-color: var(--vlt-gold);
}

