/* /MainLayout.razor.rz.scp.css */


.full-width-nav[b-ugnx5u2cpr] {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: fixed;
}

.content[b-ugnx5u2cpr] {
    margin-top: 5.5rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
}

.main[b-ugnx5u2cpr] {
    display: flex;
    flex-direction: column;
}

main[b-ugnx5u2cpr] {
    width: 100%;
    padding: 0;
    margin: 0;
    animation: fadeIn-b-ugnx5u2cpr 1s ease-in-out;

}


@keyframes fadeIn-b-ugnx5u2cpr {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Navigation.razor.rz.scp.css */
.navbar[b-341qhwxm06] {
    width: 100%;
    background-color: #6600a1;
    z-index: 10;
}

.noCollapse[b-341qhwxm06] {
    display: none;
}

.collapse[b-341qhwxm06] {
    display: block;
    width: 100%;
    border-bottom: solid;
    border-color: black;
    border-width: 0.2rem;
    z-index: 10;
}

.buttondiv[b-341qhwxm06] {
    display: flex;
    height: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #6600a1;
}

.navbartitle[b-341qhwxm06] {
    color: #000000;
    margin: auto;
    display: block;
    text-align: center; 
    width: 100%;
}

    .navbartitle p[b-341qhwxm06] {
        font-size: 1.5rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
    }

    .navbartitle a[b-341qhwxm06] {
        color: inherit;
        text-decoration: none;
    }

.navbartitleimg[b-341qhwxm06] {
    color: #000000;
    display: flex;
    height: 5rem;
    width: 8rem;
    margin: auto 0 auto 2%;
}

    .navbartitleimg img[b-341qhwxm06] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 0;
        margin: auto;
    }

.navbar-toggle[b-341qhwxm06] {
    margin: auto 2% auto auto;
}

    .navbar-toggle button[b-341qhwxm06] {
        background-color: #000000;
        width: 6rem;
        height: 4rem;
        display: flex;
        outline: none;
        border: none;
        border-radius: 0.7rem;
        cursor: pointer;
    }

        .navbar-toggle button:hover[b-341qhwxm06] {
            opacity: 0.7;
        }

        .navbar-toggle button:active[b-341qhwxm06] {
            opacity: 0.4;
        }

.hamburger-menu[b-341qhwxm06] {
    width: 30px;
    height: 20px;
    position: relative;
    margin: auto;
}

    .hamburger-menu div[b-341qhwxm06] {
        background-color: #6600a1;
        height: 3px;
        width: 100%;
        position: absolute;
        left: 0;
        transform: translateY(-50%);
    }

        .hamburger-menu div:nth-child(1)[b-341qhwxm06] {
            top: 0;
        }

        .hamburger-menu div:nth-child(2)[b-341qhwxm06] {
            top: 50%;
        }

        .hamburger-menu div:nth-child(3)[b-341qhwxm06] {
            top: 100%;
        }

        .hamburger-menu.open div:nth-child(1)[b-341qhwxm06] {
            transform: rotate(45deg);
            top: 50%;
        }

        .hamburger-menu.open div:nth-child(2)[b-341qhwxm06] {
            opacity: 0;
        }

        .hamburger-menu.open div:nth-child(3)[b-341qhwxm06] {
            transform: rotate(-45deg);
            top: 50%;
        }

.collapseNav-hide[b-341qhwxm06] {
    width: 100%;
    height: calc(100% - 5rem);
    position: fixed;
    background-color: #6600a1;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.collapseNav[b-341qhwxm06] {
    background-color: #6600a1;
    width: 100%;
    height: calc(100% - 5rem);
    position: fixed;
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}

.navlink[b-341qhwxm06] {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

    .navlink[b-341qhwxm06]  a {
        text-decoration-line: none;
    }

        .navlink[b-341qhwxm06]  a.active {
            color: black;
            text-decoration-line: underline;
            text-decoration-style: wavy;
            text-underline-offset: 0.3rem;
        }

.navbar-items-collapse[b-341qhwxm06] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
}

    .navbar-items-collapse span[b-341qhwxm06] {
        height: 100%;
        border: solid;
        border-color: #000000;
        border-width: thin;
        margin: 0;
        padding: 0;
        justify-content: center;
        display: flex;
        align-items: center;
        color: black;
        width: 100%;
        font-size: 1.7rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .navbar-items-collapse span:hover[b-341qhwxm06] {
        }




@media (min-width: 700px) {

    .navbar[b-341qhwxm06] {
        width: 100%;
        background-color: #6600a1;
        padding: 0px;
        text-align: center;
        z-index: 10;
    }

    .navbar-items[b-341qhwxm06] {
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0 auto 0 auto;
        list-style-type: none;
        max-width: 75rem;
        text-align: center;
        width: 100%;
        height: 3rem;
    }

    .navbar-itemized[b-341qhwxm06] {
        justify-content: space-around;
        align-items: center;
        display: flex;
        color: black;
        margin: 0;
        padding: 0;
        height: 100%;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        position: relative;
        flex: 1;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .navbar-itemized[b-341qhwxm06]  a {
            text-decoration: none;
            color: black;
            margin: 0;
            padding: 0;
            justify-content: center;
            display: flex;
            align-items: center;
            color: black;
            width: 100%;
            height: 100%;
        }

            .navbar-itemized[b-341qhwxm06]  a:hover {
                background-color: #550090;
            }

            .navbar-itemized[b-341qhwxm06]  a:active {
                background-color: #440080;
            }

            .navbar-itemized[b-341qhwxm06]  a.active {
                color: #6600a1;
                background-color: black;
            }

    .noCollapse[b-341qhwxm06] {
        display: block;
    }

    .collapse[b-341qhwxm06] {
        display: none;
    }
}


@keyframes fadeIn-b-341qhwxm06 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut-b-341qhwxm06 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* /Pages/AboutUs.razor.rz.scp.css */


.imagecarousel[b-0tduedqx0d] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .imagecarousel img[b-0tduedqx0d] {
        display: block;
        width: 100%;
        height: 35rem;
        object-fit: cover;
        object-position: center;
        border-radius: 2rem;
    }
/* /Pages/Announcements.razor.rz.scp.css */
/* /Pages/Footer.razor.rz.scp.css */

p[b-azjcnq2xnl] {
    margin: auto;
    padding: 0;
}

.footer[b-azjcnq2xnl] {
    background-color: #6600a1;
    margin: 3rem 0 0 0;
    padding: 1rem 0 0 0;
    height: 7rem;
    border: 0;
    border-start-start-radius: 2rem;
    border-start-end-radius: 2rem;
}
/* /Pages/ImageCarousel.razor.rz.scp.css */
/* /Pages/Index.razor.rz.scp.css */


.toplogo[b-s83c3dara6] {
    text-align: center;
    margin-top: 2rem;
}

    .toplogo img[b-s83c3dara6] {
        width: 100%;
        object-fit: contain;
        padding: 0;
        margin: auto;
    }
/* /Pages/MeetOurTeam.razor.rz.scp.css */


.profile[b-4rfv17foxj] {
    display: flex;
}

    .profile img[b-4rfv17foxj] {
        width: 50%;
        object-fit: contain;
        padding: 0;
        margin: 0;
        border-radius: 2rem;
    }

    .profile p[b-4rfv17foxj] {
        width: auto;
        text-align: left;
    }

.bio[b-4rfv17foxj] {
    margin: 0 0.5rem;
    width: 50%;
}

#bio[b-4rfv17foxj] {
    margin-top: 2rem;
}

.margintop[b-4rfv17foxj] {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
