/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/*body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem !important;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.carousel-caption {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}

    .carousel-caption img {
        /*background-color: rgba(255, 255, 255, 1);*/
        /*padding: .5rem;*/
        border-radius: 15px;
    }

svg.bd-placeholder-img {
    fill: rgba(33, 37, 41, 0.35);
    /*backdrop-filter: blur(2px);*/
}

.carousel .carousel-title {
    font-size: clamp(20px, 3.5vh ,2.5em) !important;
    font-weight: 700;
    margin-bottom: 0;
}

.carousel-item p {
    font-weight: 500;
}


.carousel-item .carousel-caption {
/*    backdrop-filter: blur(2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3) ;*/
    text-shadow: 4px 4px 9px black;
}

.carousel-indicators [data-bs-target] {
    /*    backdrop-filter: blur(2px);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3) ;*/
    height:11px;
    margin-left:5px;
    margin-right:5px;
}