/** INDEX **/
#services .service:hover { opacity:.85;}
.carousel-indicators.gallery {margin-top:1rem;}
.carousel-indicators.gallery [data-bs-target] {height:0px;}
.carousel-indicators button.thumbnail {width: 70px;}
.carousel-indicators button.thumbnail:not(.active) {opacity: 0.7;}
.carousel-indicators {position: static;}
@media screen and (min-width: 992px) {.carousel {max-width: 70%;margin: 0 auto;}.carousel-indicators {min-height:70px;}}



.vh-75 {
    height: 75vh !important;
}
.vh-90 {
    height: 90vh !important;
}

.avbc {
    background-image: linear-gradient(rgba(125,102,124,0.35) 0%,rgba(125,102,124,0.55) 100%),url(/img/hero-pink-el.jpg);
    text-shadow: none;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    background-size: auto,cover;
    background-position: center center;
    min-height: calc(75vh - 50px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: 18px;
    text-transform: none;
    letter-spacing: normal;
}

.text-shadow {
    text-shadow: 0 0.2rem .3rem rgba(var(--bs-body-color-rgb),.5)!important;
}
