/* /Layout/MainLayout.razor.rz.scp.css */
.mud-appbar-brand[b-yzgngff408] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mud-appbar-logo[b-yzgngff408] {
    height: 28px;
    width: auto;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.mud-nav-caption[b-44dsl611za] {
    opacity: 0.7;
}
/* /Pages/Home.razor.rz.scp.css */
.hero-band[b-jl5sbebed2] {
    position: relative;
    min-height: 200px;
    background-image: url('/images/home-hero.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
}

.hero-scrim[b-jl5sbebed2] {
    width: 100%;
    padding: 1.5rem 1.5rem;
    background: linear-gradient(180deg, rgba(24, 24, 65, 0) 0%, rgba(24, 24, 65, 0.6) 45%, rgba(24, 24, 65, 0.92) 100%);
}

.hero-greeting[b-jl5sbebed2] {
    color: #ffffff;
}

@media (min-width: 960px) {
    .hero-band[b-jl5sbebed2] {
        min-height: 280px;
    }

    .hero-scrim[b-jl5sbebed2] {
        padding: 2rem;
    }
}
