/* /Layout/MainFooter.razor.rz.scp.css */
footer[b-now5vpc1rc] {
    flex-shrink: 0;
    padding: 10px 0;
    text-align: center;
}
/* /Layout/MainLayout.razor.rz.scp.css */
main[b-lo6pwsy3jk] {
    /*flex-grow: 1;*/
    display: flex;
    flex-direction: column;
    margin-top: 5em;
}

header[b-lo6pwsy3jk] {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 5rem;
    padding: .5rem;
    position: sticky;
    top: 0;
}
/* /Layout/NavMenu.razor.rz.scp.css */
nav[b-xi9kdbb94d] {
    display: flex;
    justify-content: space-evenly;
    gap: 5rem;
    flex-wrap: wrap;
}

.logo[b-xi9kdbb94d] {
    margin-left: auto;
    font-size: x-large;
}

    .logo a[b-xi9kdbb94d] {
        text-decoration: none;
        color: var(--dark-foreground);
    }

.social[b-xi9kdbb94d] {
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
}

    .social a[b-xi9kdbb94d] {
        text-decoration: none;
        color: var(--dark-foreground);
        font-size: x-large;
    }
/* /Pages/Home.razor.rz.scp.css */
.hero[b-565lpo1zwd] {
    align-self: center;
}

.intro[b-565lpo1zwd] {
    display: flex;
    justify-content: center;
}

.band-intro[b-565lpo1zwd] {
    background-color: black;
    color: white;
    padding: 20px;
}

    .band-intro h2[b-565lpo1zwd] {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .band-intro p[b-565lpo1zwd] {
        font-size: 1.2rem;
        line-height: 1.5;
        max-width: 600px;
        margin: 0 auto;
        text-align: justify;
    }

.cta-events[b-565lpo1zwd] {
    align-content: center;
    margin: 1.5em 0;
}

.cta-buttons[b-565lpo1zwd] {
    margin-top: 20px;
}

    .cta-buttons .btn[b-565lpo1zwd] {
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 5px;
        color: white;
        display: inline-block;
        margin-right: 10px;
        transition: background-color 0.3s ease;
    }

    .cta-buttons .btn-primary[b-565lpo1zwd] {
        background-color: red;
    }

        .cta-buttons .btn-primary:hover[b-565lpo1zwd] {
            background-color: darkred;
        }

    .cta-buttons .btn-secondary[b-565lpo1zwd] {
        background-color: grey;
    }

        .cta-buttons .btn-secondary:hover[b-565lpo1zwd] {
            background-color: darkgrey;
        }

.watch[b-565lpo1zwd] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
}

.about[b-565lpo1zwd] {
    display: flex;
    justify-content: center;
}
/* /Sections/About.razor.rz.scp.css */
.about-band-info[b-2g3cmlw4jo] {
    max-width: 1000px;
}
.about-band-info h2[b-2g3cmlw4jo] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.about-band-info p[b-2g3cmlw4jo] {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 1.5em;
}

.about-band-info p + p[b-2g3cmlw4jo] {
    border-top: 1px solid #333;
    padding-top: 1.5em;
}

.about-band-info p:first-of-type[b-2g3cmlw4jo]::first-letter {
    font-size: 2em;
    color: #d9534f;
}
