html {
    scroll-behavior: smooth;
}

#carouselControls {
    height: calc(100lvh - 110px) !important;
}

#carouselControls>div>div>img {
    height: calc(100lvh - 80px) !important;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    #carouselControls>div>div>img {
        height: calc(70lvh - 80px) !important;
    }

    #carouselControls {
        height: calc(70lvh - 110px) !important;
    }
}

.carousel-service-link {
    position: relative;
    bottom: 100px;
    width: fit-content;
    margin: auto;
    z-index: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
    font-weight: 400 !important;
}