@import '_content/StacyClouds.Components/StacyClouds.Components.e7bzt120s8.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.mainpanel[b-p0dr3ybgvl] {
    display: flex;
    margin-left: 15px;
    margin-right: 15px;
}

.content[b-p0dr3ybgvl] {
    border-radius: 10px;
    margin: 5px;
    flex: 85%
}

.rightcolumn[b-p0dr3ybgvl] {
    border-radius: 10px;
    margin: 5px 20px 5px 20px;
    flex: 15%;
    min-width: 200px;
}

#blazor-error-ui[b-p0dr3ybgvl] {
    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-p0dr3ybgvl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.header-wrapper[b-2ewdxr16zt] {
    background-color: rgb(223, 243, 248);
    margin-left: 20px;
    margin-right: 20px;
}

.header-image[b-2ewdxr16zt] {
    height: 200px;
    margin: auto;
    background-image: url("/img/SC-Youtube-header.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 1000px;
}

.buttons[b-2ewdxr16zt] {
    list-style-type: none;
    display: flex;
    margin-left: 20px;
    padding-inline-start: 0;
}

.navigationwrap[b-2ewdxr16zt] {
    width: 100%;
    margin: 0;
}

.button[b-2ewdxr16zt] {
    background-color: #a1cee6;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 1.2em;
    margin: 0.5em 1em 0.3em 0;
    text-align: center;
    flex: 1;
}

.nav-item[b-2ewdxr16zt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item[b-2ewdxr16zt]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.button[b-2ewdxr16zt]  a.active {
    background-color: #303180;
    color: white;
    border-radius: 8px;
}

.button[b-2ewdxr16zt]  a:hover {
    background-color: rgba(0,0,0,0.2);
    color: white;
    border-radius: 8px;
}


@media only screen and (max-width: 799px) {
    .button[b-2ewdxr16zt] {
        font-size: 0.9em;
    }

    .buttons[b-2ewdxr16zt] {
        flex-direction: column;
    }

    .header-image[b-2ewdxr16zt] {
        height: 100px;
    }
}
/* /Components/Pages/AboutMe.razor.rz.scp.css */
.about-me[b-i7qce8erfz] {
    display: grid;
    grid-template-columns: minmax(350px,550px) minmax(45%, 1fr) fit-content(100%);
    grid-gap: 20px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-right: 15px;
    grid-auto-flow: dense;
}

.text[b-i7qce8erfz] {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .about-me[b-i7qce8erfz] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1430px) {
    .about-me[b-i7qce8erfz] {
        grid-template-columns: 400px 1fr;
    }
    .bsky-widget[b-i7qce8erfz] {
        grid-column: 1 / -1;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
p.byline[b-fg1wm5laml] {
    font-size: 1.75em;
}

div.home-page[b-fg1wm5laml] {
    margin: 0;
}
