.logo {
    height: 200px;
    width: 200px;
}

.dropdowns {
    display: flex;
}

.carousel-indicators {
    background-color: #58151c;
}

.carousel-control-next-icon {
    background-color: #58151c;
}

.carousel-control-prev-icon {
    background-color: #58151c;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.show {
    background-color: #58151c;
    border-color: #58151c;
    color: white;
}

.container .dropdown-menu {
    --bs-dropdown-font-size: 1.2rem;
}

.dropdown-menu .dropdown-item {
    color: #58151c;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #58151c;
    color: white;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-submenu-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
}

.dropdown-submenu:hover > .dropdown-submenu-menu,
.dropdown-submenu:focus-within > .dropdown-submenu-menu,
.dropdown-submenu > .dropdown-submenu-menu.show {
    display: block;
}

.dropdown-toggle-submenu::after {
    content: "\25B6";
    float: right;
    margin-left: 0.5em;
    font-size: 0.7em;
    line-height: 1.6;
}

.btn.mobile-menu-toggle,
.btn.mobile-menu-toggle:hover,
.btn.mobile-menu-toggle:focus,
.btn.mobile-menu-toggle:active {
    background-color: #58151c !important;
    color: white !important;
    border-color: #58151c !important;
}

.btn.mobile-menu-toggle[aria-expanded="true"] {
    background-color: white !important;
    color: #58151c !important;
    border-color: #58151c !important;
}

.cookies{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 1440px) {
    .dropdown-submenu > .dropdown-submenu-menu {
        left: auto;
        right: 100%;
    }
}

.dropdown .btn.dropdown-open {
    background-color: #58151c;
    color: white;
    border-color: #58151c;
}

.dropdown .btn.dropdown-toggle:hover {
    background-color: white;
    color: #58151c;
    border-color: #58151c;
}

.dropdown .btn.dropdown-toggle {
    background-color: #58151c;
    color: white;
    border-color: #58151c;
}

.dropdown .btn {
    background-color: #58151c;
    color: white;
    border-color: #58151c;
    --bs-btn-font-size: 1.2rem;
}

.dropdown .btn:hover {
    background-color: white;
    color: #58151c;
    border-color: #58151c;
}

.carousel img{
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;
}

#carouselExampleCaptions {
    overflow: hidden;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

#year{
    display: flex;
    justify-content: center;
    font-family: 'Staatliches', sans-serif;
    color: white;
}

@media screen and (max-width: 991.98px) {
    #mobileMenu.dropdowns {
        margin-top: 1rem !important;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0.5rem;
    }

    #mobileMenu.dropdowns .dropdown {
        width: 100%;
        margin: 0 !important;
    }

    #mobileMenu.dropdowns .dropdown > .btn {
        width: 100%;
    }

    #mobileMenu.dropdowns .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        border: none;
        box-shadow: none;
    }

    .dropdown-submenu > .dropdown-submenu-menu {
        position: static;
        left: auto;
        right: auto;
        padding-left: 1rem;
        border: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 768px) {
    #carouselExampleCaptions {
        padding-top: 1em;
    }

    .carousel img {
        height: 60vw;
        max-height: 420px;
    }

    .carousel-indicators {
        margin-bottom: 0.25rem;
    }

    .carousel-indicators [data-bs-target] {
        width: 22px;
        height: 3px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 12%;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1.75rem;
        height: 1.75rem;
        background-size: 60% 60%;
    }

}

@media screen and (max-width: 480px) {
    .carousel img {
        height: 65vw;
        min-height: 200px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
    }
}