/* _content/Web/View/MainMenu.razor.rz.scp.css */
#home-section-header[b-py5k6rfiy7] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: hsla(0, 100%, 92%, 0.5);
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 1px 3px 1px;
}

#header[b-py5k6rfiy7] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#main-title[b-py5k6rfiy7] {
    text-align: center;
    font-size: 3.5rem;
    font-family: big-text, serif;
    font-weight: bold;
    color: hsla(20, 100%, 60%, 0.8);
    white-space: nowrap;
}

#subtitle[b-py5k6rfiy7] {
    font-weight: bold;
    color: hsla(20, 100%, 60%, 0.8);
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}

#greeting[b-py5k6rfiy7] {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

#menuButtonsContainer[b-py5k6rfiy7] {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
}

/* ---- Small screens ---- */
@media only screen and (max-width: 800px) {
    
    #main-title[b-py5k6rfiy7] {
        font-size: 2.5rem;
        margin-right: 0;
    }
}
