/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-bottom: 3rem;
    color: rgb(var(--bs-tertiary-color-rgb));
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color:#3C1E6E !important;
}

.bg-red {
    --bs-bg-opacity: 1;
    background-color:#e2136e !important;
}

.carousel-indicators [data-bs-target]{
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: #3C1E6E !important;
}

.carousel .carousel-indicators button {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

