.home-banner {
    background-size: cover;
}

.color-overlay {
    background: rgba(var(--main-color-dark), 0.8);
    padding-top: 11rem;
    color: white;
}

.carousel {
    background-color: rgba(var(--main-color-dark), 0.8);
}

.carousel-inner {
    height: 60vh;
}

.carousel-item {
    height: 100%;
}

.carousel-caption {
    left: 0;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}

.carousel-label {
    top: 20px;
    bottom: inherit;
    right: inherit;
}

.carousel-indicators li {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
    /*background-color: rgba(var(--main-color-dark), 0.8);
       background-size: 50%;*/
}

div.carousel-item > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Allows the navigation bar to hover above the page content with transparency,
 * partially displaying whatever is beneath it. */
.header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
