/* _content/personal_site/Pages/Education.razor.rz.scp.css */
.education[b-fhfccstaw9] {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
}

/* landscape orientation */
@media (min-width : 1210px) {
    .education[b-fhfccstaw9] {
        text-align: center;
        display: flex;
        flex-direction: row;
    }
}
/* _content/personal_site/Pages/Index.razor.rz.scp.css */
.emoji-hand[b-ziw0c54evr] {
    display: inline-block;
    animation: wave-b-ziw0c54evr 2s; /* Apply the animation */
    transform-origin: bottom center; /* Set the origin of the transformation */
}

@media screen and (max-width: 1000px) {
    button[b-ziw0c54evr] {
        margin-right: 2rem;
    }
}


@keyframes wave-b-ziw0c54evr {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-20deg);
    }

    75% {
        transform: rotate(20deg);
    }
}
/* _content/personal_site/Pages/Projects.razor.rz.scp.css */
.projects[b-3xfe1ftq7l] {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
}

/* landscape orientation */
@media (min-width : 1210px) {
    .projects[b-3xfe1ftq7l] {
        text-align: center;
        display: flex;
        flex-direction: row;
    }
}
/* _content/personal_site/Shared/Gear.razor.rz.scp.css */
.machine[b-cjje2xs0sb] {
    width: 50vmin;
    fill: #3eb049;
}


@keyframes rotate-cog1-b-cjje2xs0sb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-cog2-b-cjje2xs0sb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotate-cog3-b-cjje2xs0sb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.big[b-cjje2xs0sb] {
    animation: rotate-cog2-b-cjje2xs0sb 10s linear infinite;
    transform-origin: 50% 50%; /* Ensures the rotation is centered */
    transform-box: fill-box; /* Centers the transformation to the SVG shape */
}

.small[b-cjje2xs0sb] {
    animation: rotate-cog3-b-cjje2xs0sb 10s linear infinite;
    transform-origin: 50% 50%; /* Ensures the rotation is centered */
    transform-box: fill-box; /* Centers the transformation to the SVG shape */
}

.med[b-cjje2xs0sb] {
    animation: rotate-cog1-b-cjje2xs0sb 10s linear infinite;
    transform-origin: 50% 50%; /* Ensures the rotation is centered */
    transform-box: fill-box; /* Centers the transformation to the SVG shape */
}
/* _content/personal_site/Shared/HeaderComponent.razor.rz.scp.css */
.header[b-ngxoxh89e8] {
    display: flex;
    justify-content: space-between;
    padding-bottom: 4em;
    padding-top: 2em;
}

.header-wrap[b-ngxoxh89e8] {
    display: flex;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 3em;
}

a[b-ngxoxh89e8] {
    text-decoration: none;
}
/* _content/personal_site/Shared/LogoComponent.razor.rz.scp.css */
.logo[b-s6ef0sgll9] {
    display: flex;
    align-items: flex-end;
    column-gap: 1em;
    padding-top: 1em;
    padding-left: 1em;
}

@media screen and (max-width:1000px) {
    .logo[b-s6ef0sgll9] {
        z-index: 2;
    }
}
/* _content/personal_site/Shared/MainLayout.razor.rz.scp.css */
.page[b-w3cdpwvvzs] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 2.5em;
    justify-content: center;
    align-content: center;
}

main[b-w3cdpwvvzs] {
    flex: 1;
}

.sidebar[b-w3cdpwvvzs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w3cdpwvvzs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-w3cdpwvvzs]  a, .top-row .btn-link[b-w3cdpwvvzs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-w3cdpwvvzs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-w3cdpwvvzs] {
        display: none;
    }

    .top-row.auth[b-w3cdpwvvzs] {
        justify-content: space-between;
    }

    .top-row a[b-w3cdpwvvzs], .top-row .btn-link[b-w3cdpwvvzs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-w3cdpwvvzs] {
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .sidebar[b-w3cdpwvvzs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w3cdpwvvzs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-w3cdpwvvzs], article[b-w3cdpwvvzs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/personal_site/Shared/MenuComponent.razor.rz.scp.css */
.menu[b-6z2d5x9nob] {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.56px;
    color: #000;
    gap: 1.5em;
}

.nav[b-6z2d5x9nob] {
    padding-top: 1em;
    padding-right: 1em;
        transition: ease-in-out 0.3s;
}

    .nav.active[b-6z2d5x9nob] {
        display: flex;
    }

.menu[b-6z2d5x9nob]  a {
    text-decoration: none;
    color: #333;
    position: relative;
    margin: 10px;
    margin-bottom: 0;
}

    .menu[b-6z2d5x9nob]  a::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.3em;
        background-color: #EB3F3F;
        bottom: -0.35em;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform 0.3s ease;
    }

    .menu[b-6z2d5x9nob]  a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.menu-toggle[b-6z2d5x9nob] {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.3em;
    align-items: center;
    transition: transform 0.3s ease;
}

    .menu-toggle.active .bar:nth-child(2)[b-6z2d5x9nob] {
        display: none;
        transition: transform 0.3s ease-in-out;
    }

    .menu-toggle.active .bar:nth-child(1)[b-6z2d5x9nob] {
        transform: translateY(0.2em) rotate(45deg);
        transition: transform 0.3s ease-in-out;
    }

    .menu-toggle.active .bar:nth-child(3)[b-6z2d5x9nob] {
        transform: translateY(-0.3em) rotate(-45deg);
        transition: transform 0.3s ease-in-out;
    }

    .menu-toggle .bar:nth-child(2)[b-6z2d5x9nob] {
        display: block;
        transition: transform 0.3s ease;
    }

    .menu-toggle .bar:nth-child(1)[b-6z2d5x9nob] {
        transform: translateY(0) rotate(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }

    .menu-toggle .bar:nth-child(3)[b-6z2d5x9nob] {
        transform: translateY(0) rotate(0);
        transition: transform 0.3s ease;
    }

.bar[b-6z2d5x9nob] {
    width: 2em;
    height: 0.3em;
    background-color: #EB3F3F;
    margin: 2px 0;
    transform-origin: center;
}



@media screen and (max-width:1000px) {
    .nav[b-6z2d5x9nob] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2em;
        transition: ease-in-out 0.3s;
    }

    .menu-toggle[b-6z2d5x9nob] {
        display: flex;
        z-index: 3;
    }
}
/* _content/personal_site/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6cyrb0x5by] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6cyrb0x5by] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6cyrb0x5by] {
    font-size: 1.1rem;
}

.oi[b-6cyrb0x5by] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

    .nav-item:first-of-type[b-6cyrb0x5by] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6cyrb0x5by] {
        padding-bottom: 1rem;
    }

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

.nav-item[b-6cyrb0x5by]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6cyrb0x5by]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6cyrb0x5by] {
        display: none;
    }

    .collapse[b-6cyrb0x5by] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6cyrb0x5by] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/personal_site/Shared/SideBarComponent.razor.rz.scp.css */
.sidebar[b-hoohwroszq] {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1.5em;
    padding: 1.5em;
    overflow-x: hidden;
}

.sidebar a[b-hoohwroszq] {
    text-decoration: none;
    transition: ease-in-out 0.3s;

}

.sidebar a:hover[b-hoohwroszq] {
    text-decoration: none;
    transform:scale(1.5) ;
    transition: ease-in-out 0.3s;

}

@media screen and (max-width: 650px ){
    .sidebar[b-hoohwroszq] {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        height: auto;
        top: auto;
        overflow-y: hidden;
        background: white;
    }
}


@media screen and (max-width: 300px ){
    .sidebar[b-hoohwroszq] {
        display: none;
    }
}

@media screen and (max-height: 320px ){
    .sidebar[b-hoohwroszq] {
        display: none;
    }
}

@media screen and (max-height: 800px) and (orientation: landscape ){
    .sidebar[b-hoohwroszq] {
        display: none;
    }
}
/* _content/personal_site/Shared/WorkInProgress.razor.rz.scp.css */
.WIP[b-blfgkwrfq3] {
    display: flex; /* Establishes this div as a flex container */
    flex-direction: column; /* Aligns children in a vertical stack */
    justify-content: center; /* Centers children vertically in the container */
    align-items: center; /* Centers children horizontally in the container */
    text-align: center; /* Ensures text within the container is centered */
}

.Gears[b-blfgkwrfq3] {
    display: flex; /* Establishes this div as a flex container */
    justify-content: center; /* Centers children horizontally in the container */
    align-items: center; /* Centers children vertically in the container */
}

svg.machine[b-blfgkwrfq3] {
    max-width: 100%; /* Ensures the SVG is not bigger than its container */
    height: auto; /* Maintains the aspect ratio of the SVG */
}

.wrapper[b-blfgkwrfq3] {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
}

/* landscape orientation */
@media (min-width : 1210px) {
    .wrapper[b-blfgkwrfq3] {
        text-align: center;
        display: flex;
        flex-direction: row;
    }
}
