@import url("https://use.typekit.net/gfm7tef.css");

.carousel-thumb {
    min-height: 640px;
    width: 100%;
}

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.carousel-thumbnails .carousel-indicators li.active {
    border-bottom: 4px solid #fff;
}

.carousel-arrow {
    width: 40px;
    height: 40px;
}

.carousel-control-prev {
    background-color: rgb(14, 28, 40);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 288px;
    width: 71px;
    height: 81px;
}

.carousel-control-next {
    background-color: rgb(14, 28, 40);
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 288px;
    width: 71px;
    height: 81px;
}

.carousel-item img {
    object-fit: cover;
}

.slide-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: absolute;
    top: calc(50% - 130px);
    z-index: 1;
}

.main-logo {
    width: 200px;
    height: 150px;
    margin-bottom: 22px;
}

.slide-content p {
    font-size: 36px;
    font-family: "capitolium-2";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

.bottom-caption {
    background-color: rgba(14, 28, 40, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 58px;
    padding-top: 18px;
    z-index: 5;
}

.bottom-caption h3 {
    font-size: 18px;
    font-family: "capitolium-2";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}

/*** MEDIA BREAKPOINTS ***/
@media (min-width: 576px) {
    .bottom-caption h3 {
        font-size: 30px;
    }

    .bottom-caption {
        height: 68px;
        padding-top: 15px;
        z-index: 2;
    }

    .carousel-control-prev {
        width: 108px;
        height: 108px;
        top: 271px;
    }

    .carousel-control-next {
        width: 108px;
        height: 108px;
        top: 271px;
    }

    .main-logo {
        width: 333px;
        height: 248px;
        margin-bottom: 44px;
    }

    .carousel-item img {
        margin-left: 0;
    }

    .slide-content {
        top: unset;
        bottom: 140px;
    }
}

@media (max-width: 768px) {
    .slide-content p {
        font-size: 32px;
        padding: 0 18px 0 18px;
        font-family: "capitolium-2";
        color: rgb(255, 255, 255);
        line-height: 1.2;
        text-align: center;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1920px) {
    .carousel-item img {
        width: 100%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        top: calc(50% - 54px);
    }
}
