/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-giggpjd3yx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-giggpjd3yx] {
    flex: 1;
}

.sidebar[b-giggpjd3yx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-giggpjd3yx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-giggpjd3yx]  a, .top-row[b-giggpjd3yx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-giggpjd3yx]  a:hover, .top-row[b-giggpjd3yx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-giggpjd3yx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-giggpjd3yx] {
        justify-content: space-between;
    }

    .top-row[b-giggpjd3yx]  a, .top-row[b-giggpjd3yx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-giggpjd3yx] {
        flex-direction: row;
    }

    .sidebar[b-giggpjd3yx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-giggpjd3yx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-giggpjd3yx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-giggpjd3yx], article[b-giggpjd3yx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-giggpjd3yx] {
    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-giggpjd3yx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/About.razor.rz.scp.css */
body[b-9alp014b84] {
}

html[b-9alp014b84] {
    scroll-behavior: smooth;
}


.container[b-9alp014b84]{
    display:flex;
    flex-direction:column;
    margin-bottom:60px;
}

.index[b-9alp014b84]{
    display:flex;
    flex-direction:column;
    margin-top:20px;
}

a[b-9alp014b84]{
    font-size:1.2rem;
    margin-bottom:10px;
}

.logo[b-9alp014b84] {
    width: 15vw;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.headerlabel[b-9alp014b84] {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--site_blue);
    margin-bottom:20px;
    margin-top:10px;
    text-align:center;
}

p[b-9alp014b84] {
    background-color: #f0f4f8;
    /*color: var(--site_blue);*/
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(10, 57, 94, 0.2);
    border-style: none;
    border-width: 1px;
    border-radius: 8px;
    padding: 10px;
    border-color: var(--site_blue_faded);
    margin-bottom:20px;
}

.grid-wrapper[b-9alp014b84] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.purposecontainer[b-9alp014b84] {
    background-color: #f0f4f8;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(10, 57, 94, 0.2);
    font-size:1.5rem;
}


@media (max-width: 768px) {

    .logo[b-9alp014b84] {
        width: 50vw;
    }
}
/* /Components/Pages/Admin.razor.rz.scp.css */
body[b-x77pf6xoob] {
}

.logincontainer[b-x77pf6xoob]{
    display:flex;
    flex-direction:column;
    width:fit-content;
    margin-top:20px;
}

details[b-x77pf6xoob] {
    padding: 10px;
    background-color: #c8d5e3;
    border-radius: 5px;
    margin-bottom: 30px;
}

summary[b-x77pf6xoob] {
    list-style-position: outside;
    margin-left: 30px;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    /*background-color: #446487;*/
    background-image: linear-gradient(90deg, var(--site_blue) 0%, #c8d5e3 70%);
    color: white;
}

    summary[b-x77pf6xoob]::marker {
        color: #00376e;
        font-size: 1.2em;
    }
/* /Components/Pages/Blog.razor.rz.scp.css */
body[b-gttjrz9z4v] {
}

.blogcontainer[b-gttjrz9z4v]{
    display:flex;
    flex-direction:column;
}
/* /Components/Pages/Home.razor.rz.scp.css */
body[b-39tocwvqpr] {
    display: flex;
    flex-direction: column;
    align-items: center; /* horizontal centering */
    margin: 0;
    padding: 0;   
}

a[b-39tocwvqpr]{
    font-size:2rem;   
}

.headers[b-39tocwvqpr] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center children horizontally */
    justify-content: center; /* Optional: vertical centering if needed */
    width: fit-content; /* Shrink to fit content */
    margin-left: auto;
    margin-right: auto;
    text-align: center; /* Ensure text inside is centered */
}

.headerlabel[b-39tocwvqpr] {
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;
    font-weight: bold;
    color: var(--site_blue);
    text-align: center;
}

.subheaderlabel[b-39tocwvqpr] {
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;
    color: var(--site_blue);
    text-align: center;
}

.contentcontainer[b-39tocwvqpr] {
    margin-left: auto;
    margin-right: auto;
    width:fit-content;
}

.imageandtextcontainer[b-39tocwvqpr]{
    display:flex;
    flex-direction:column;
    margin-top:40px;
}

.logo[b-39tocwvqpr] {
    width: 15vw;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.contentcolumn[b-39tocwvqpr]{
    margin-top:50px;
    display:flex;
    flex-direction:column;
}

.contentlabel[b-39tocwvqpr] {
    font-size: 2rem;
    text-align: center;
}

.joinuscontainer[b-39tocwvqpr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:30px;
}

.joinuslabel[b-39tocwvqpr] {
    font-weight: bold;
    font-size: 2rem;
    color: rgba(194, 130, 93,1);
    margin-right: 10px;
    text-align: center;
}

.fndlabel[b-39tocwvqpr] {
    color: var(--site_blue);
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.addresscontainer[b-39tocwvqpr]{
    display:flex;
    flex-direction:column;
    margin-bottom:50px;
    margin-top:20px;
}

.contactlabel[b-39tocwvqpr] {
    font-size: 2rem;
    font-weight: normal;
    font-style: italic;
    color: var(--site_blue);
    text-align: center;
}

.emailhref[b-39tocwvqpr] {
    text-align: center;
}


@media (max-width: 768px) {
    .headerlabel[b-39tocwvqpr] {
        font-size: 2rem;
    }

    .subheaderlabel[b-39tocwvqpr] {
        font-size: 2rem;
    }

    .imageandtextcontainer[b-39tocwvqpr] {
        display: flex;
        flex-direction: column;
    }

    .logo[b-39tocwvqpr] {
        width: 90vw;
        object-fit: cover;
        margin-top: 10px;
        margin-bottom:10px;
    }

    .contentcolumn[b-39tocwvqpr] {
        display: flex;
        flex-direction: column;
    }

    .contentlabel[b-39tocwvqpr] {
        font-size: 2rem;
        margin-bottom:10px;
    }

    .joinuscontainer[b-39tocwvqpr] {
        display: flex;
        flex-direction: column;
    }

    .smalltext[b-39tocwvqpr]{
        font-size:1.4rem;
        margin-bottom:8px;
    }
}
/* /Components/Shared/BlogEntries_Component.razor.rz.scp.css */
body[b-224hn5o0ar] {
}

.tablecontainer[b-224hn5o0ar] {
    border-style: solid;
    border-width: 2px;
    border-color: #446487;
    padding: 10px;
    border-radius: 8px;
    animation-name: slideIn;
    animation-duration: 0.3s;
    height: auto;
    max-height: 50vh;
    overflow-y: auto;
    margin-top: 30px;
    background-color: white;
    margin-top: 10px;
    width: fit-content;
    margin-left: 40px;
}

.grabscontainer[b-224hn5o0ar] {
    margin-left: 40px;
}

.routetable[b-224hn5o0ar] {
    width: fit-content;
}

.tableheaderrow[b-224hn5o0ar] {
    background-color: #5f4b70;
    font-size: 1rem;
    font-weight: bold;
    color: white;
    text-align: left;
    /*padding-left: 20px;
    padding-right: 20px;*/
}


.tableheadercell[b-224hn5o0ar] {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
}

.tabledatarow[b-224hn5o0ar] {
    font-size: 1rem;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #446487;
    background-color: white;
}

    .tabledatarow:hover[b-224hn5o0ar] {
        background-color: #f0f0f0;
        cursor: pointer;
    }

    .tabledatarow:active[b-224hn5o0ar] {
        background-color: #dfe6ed;
    }

.tabledatacell[b-224hn5o0ar] {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    color: #446487;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
}


@media (max-width: 768px)
{
    .tablecontainer[b-224hn5o0ar]{
        width:100%;
        margin-left:0px;
    }
}
/* /Components/Shared/BlogUpdate_Component.razor.rz.scp.css */
body[b-oq2liwsu1o] {
}

.addnewblogcontainer[b-oq2liwsu1o]{
    margin-top:20px;
    margin-left:40px;
    padding-bottom:30px;
}

.addblogtextcontainer[b-oq2liwsu1o] {
    display: flex;
    flex-direction: column;
    width: 80vw;
}

.addmediacontainer[b-oq2liwsu1o] {
    display: flex;
    flex-direction: column;
    margin-top:20px;
    margin-bottom:20px;
}

.headerlabel[b-oq2liwsu1o]{
    font-size:1.2rem;
    font-weight:bold;
    color: var(--site_blue);
}

.infolabel[b-oq2liwsu1o] {
    font-size: 1rem;
    font-weight: normal;
    color: var(--site_blue);
}


@media (max-width: 768px)
{
    .addnewblogcontainer[b-oq2liwsu1o]{
        margin:0px;
    }
}
/* /Components/Shared/Blog_Component.razor.rz.scp.css */
body[b-u82ko1lp7n] {
}

.blogcontainer[b-u82ko1lp7n] {
    display: flex;
    flex-direction: column;
    margin: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: var(--site_blue);
    padding:10px;
    border-radius:8px;
    margin-bottom:50px;
}

.blogtitle[b-u82ko1lp7n]{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    margin-bottom:15px;
}

.blogdate[b-u82ko1lp7n]{
    display:flex;
    flex-direction:column;
    align-items:end;
}

.datelabel[b-u82ko1lp7n]{
    color:var(--site_blue);
}

.blogheader[b-u82ko1lp7n] {
    color: var(--site_blue);
    font-size: 2rem;
    font-weight: bold;
}

.authorlabel[b-u82ko1lp7n] {
    color: var(--site_blue);
    font-size: 1rem;
    font-weight: bold;
}

.mediacontainer[b-u82ko1lp7n] {
    margin-top:10px;
}

.blogimage[b-u82ko1lp7n] {
    max-width: 400px;
    object-fit:contain;
    max-height: 400px;
    margin:15px;
}

.blogvideo[b-u82ko1lp7n]{
    max-width: 500px; 
}

@media (max-width: 768px)
{
    .blogimage[b-u82ko1lp7n] {
        max-width: 80vw;
        object-fit: contain;
        max-height: 400px;
        margin:0px;
        margin-bottom: 15px;
    }

    .blogvideo[b-u82ko1lp7n] {
        max-width: 80vw;
    }
}
/* /Components/Shared/NavBarComponent.razor.rz.scp.css */
body[b-mdvguwohc2] {
}

.banner[b-mdvguwohc2] {
    position: relative; /* Needed for absolute positioning inside */
    background: url(images/cakebanner.jpg);    
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .banner[b-mdvguwohc2]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.7); /* Adjust opacity here */
        pointer-events: none;
    }

.navbuttons[b-mdvguwohc2]{
    z-index:10;
    margin-top:10px;
}

a[b-mdvguwohc2]{
    margin-right:20px;
    font-size:1.6rem;
}

.loginlink[b-mdvguwohc2]{
    font-size:1.2rem;
}

.displaycontainer[b-mdvguwohc2]{
    display:flex;
    flex-direction:column;
}

.headerlabel[b-mdvguwohc2] {
    font-size: 5rem;
    /* background-color: rgba(194, 130, 93,0.5);*/
    color: var(--site_blue);
    font-weight: bold;
    z-index: 1;
    padding: 10px;
    border-radius: 8px;
}

.logincontainer[b-mdvguwohc2] {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 2;
}

@media (max-width: 768px) {
    .banner[b-mdvguwohc2] {
        height: 200px;
        background-position: top;
    }

    .logincontainer[b-mdvguwohc2] {
        top: 6px;
        right: 6px;
    }

    .headerlabel[b-mdvguwohc2]{
        font-size:3rem;
    }
}
