@import 'VonStrandmann.Web.Client.q7nkudz8by.bundle.scp.css';

/* _content/VonStrandmann.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ayqhermor8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-ayqhermor8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/VonStrandmann.Web/Components/Pages/Authorize.razor.rz.scp.css */
.info-text[b-o8mdr6r9c8] {
    font-size: 1.2em;
    font-weight: 300
}
/* _content/VonStrandmann.Web/Components/Pages/Home.razor.rz.scp.css */
.welcome-message[b-fc31cmrv1v] {
    text-align: center;
    font-size: 1.2em;
    font-weight: 300
}

.center-container[b-fc31cmrv1v] {
    display: flex;
    justify-content: center; /* horizontal */
}

@media(max-width: 600px)
{
    .welcome-message[b-fc31cmrv1v] {
        width: 250px;
    }
}

.menu[b-fc31cmrv1v] {
    font-family: Garamond;
    margin-top: 1em;
    margin-bottom: 1em;
}

    .menu > a[b-fc31cmrv1v] {
        color: black;
        text-decoration: none;
        font-size: 1.4em;
        font-weight: bold;
        display: block;
    }

        .menu > a:hover[b-fc31cmrv1v] {
            text-decoration: underline;
        }
