@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

image {
}

navbar-scrolled {
    background-color: #bd2b3b;

    /* Example solid color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carousel-background {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
