/* /Pages/Shared/Components/Jumbotron.cshtml.rz.scp.css */
.jumbotron[b-5grmbnaqbz] {
    --jumbotron-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    border-bottom: 5px solid var(--bs-accent);
    box-shadow: 0 .5rem 1rem rgba(var(--bs-dark-rgb),0.15);
}

.jumbotron-fullscreen[b-5grmbnaqbz] {
    --jumbotron-height: calc(100vh - var(--navbar-height));
    width: 100%;
    overflow: hidden;
}

.jumbotron-img[b-5grmbnaqbz] {
    max-width: 100%;
    width: 100%;
    height: var(--jumbotron-height);
    object-fit: cover;
    filter: grayscale(100%);
}

.jumbotron-video[b-5grmbnaqbz] {
    max-width: 100%;
    height: var(--jumbotron-height);
    object-fit: cover;
    filter: grayscale(100%);
}

.jumbotron-overlay[b-5grmbnaqbz] {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(var(--bs-dark-rgb), 0.5);
}

.jumbotron-body[b-5grmbnaqbz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1.25rem;
    align-items: center;
    justify-content: center;
}

.jumbotron-logo[b-5grmbnaqbz] {
    display: block;
    max-width: 100%;
    height: auto;
}

.jumbotron-title[b-5grmbnaqbz] {
    color: var(--bs-accent);
    text-shadow: 0 1px 4px var(--bs-dark);
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: var(--bs-primary);
    z-index: 1010;
}

.jumbotron-subtitle[b-5grmbnaqbz] {
    font-weight: 700;
    color: var(--bs-light);
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 2px var(--bs-dark);
    z-index: 1010;
}

.jumbotron-text[b-5grmbnaqbz] {
    font-size: 1.25rem;
    text-align: center;
    color: var(--bs-dark);
    z-index: 1010;
}
