/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-v8q5m4zhkd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

/* /Layout/NavMenu.razor.rz.scp.css */
/*
.navbar {
    display: flex;
    flex-direction: row;
    padding: 0.5rem 2rem;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}
*/

.navbar[b-d13n4iuesv] {
    width: 100%;
    backdrop-filter: blur(10px);
    /* top: 0; */
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    padding: 0.5rem 2rem;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    position: fixed;
    box-sizing: border-box;
}

/* Main Links Container*/
.main-links[b-d13n4iuesv] {
    display: flex;
    flex-direction: row;
    justify-content: end;
    transition: transform 0.3s ease-in-out;
}

/* Link styles */
[b-d13n4iuesv] .nav-link {
    display: block;
    padding: 0.5rem;
    color: black;
    text-decoration: none;
}

.nav-link:hover[b-d13n4iuesv] {
    background: rgba(255, 255, 255, 0.1);
}

/*Hamburger Menu Stuff*/

.menu-toggle[b-d13n4iuesv] {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1;
}

@media (max-width: 650px) {

    .menu-toggle[b-d13n4iuesv] {
        display: block;
    }

    .main-links[b-d13n4iuesv] {
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.7) 0px -35px 60px;
        position: fixed;
        top: 0;
        right: 0;
        height: fit-content;
        width: 100%;
        background: white;
        flex-direction: column;
        padding: 2rem 1rem;
        transform: translateY(-100%);
    }

    .main-links.open[b-d13n4iuesv] {
        transform: translateY(0);
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-page[b-9vogku456o] {
    min-height: 100vh;
    height: fit-content;
    background-color: #fefefc;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 25cqh 15cqw;
}

.about-page-content[b-9vogku456o] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.about-image-container[b-9vogku456o] {
    width: 20cqw;
    height: 20cqw;
    border-radius: 1000px;
    object-fit: cover;
}

.about-image-container img[b-9vogku456o] {
    height: 100%;
}

.about-summary-container[b-9vogku456o] {
    width: 50%;
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-page[b-7qkkyquy2c] {
    min-height: 100vh;
    height: fit-content;
    background-color: #fefefc;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: black;
}

.contact-container[b-7qkkyquy2c] {
    /* background-color: orange; */
    width: 100%;
    /* min-height: 70%; */
    padding: 8cqw 14cqw;
    color: white;
    box-sizing: border-box;
}


.contact-form-container-wrapper[b-7qkkyquy2c] {
    height: 100%;
    border: 2px solid white;
    display: flex;
    justify-content: space-between;
    gap: 15cqw;
}


.contact-form-container[b-7qkkyquy2c] {
    height: 100%;
    width: 100%;
    color: black;
}


.contact-form-hook[b-7qkkyquy2c] {
    padding-top: .5cqw;
    width: 50%;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hook-image[b-7qkkyquy2c] {
    height: 4cqh;
    width: 4cqh;
    object-fit: cover;
    border-radius: 1000cqh;
    display: flex;
}

.hook-image img[b-7qkkyquy2c] {
    height: 100%;
}

.hook-summary[b-7qkkyquy2c] {
    margin-top: 3cqw;
}
.contact-form-header[b-7qkkyquy2c] {
    font-size: xx-large;
    padding-bottom: 2cqw;
    font-weight: 600;
}


#message-input[b-7qkkyquy2c] {
    border: 3px solid black;
    border-radius: 1cqw;
    margin-top: 3cqw;
    padding-top: .5cqw;
    height: 15cqw;
}


.form-name-container[b-7qkkyquy2c] {
    display: flex;
    gap: 1cqw;
}


.form-input[b-7qkkyquy2c] {
    display: flex;
    flex-direction: column;
    padding-bottom: 1cqw;
}


.name-input[b-7qkkyquy2c] {
    flex: 1 !important;
}


.name-input input[b-7qkkyquy2c] {
    width: 100%;
    box-sizing: border-box;
}


[b-7qkkyquy2c]::placeholder {
    font-size: small;
}


label[b-7qkkyquy2c] {
    font-size: small;
    font-weight: 500;
    color: #3e3e3e;
}


.contact-form-container input[b-7qkkyquy2c] {
    background-color: transparent;
    padding: .5cqw 1cqw !important;
    margin-top: .5cqw;
    border: transparent;
    outline: 1px solid rgb(198, 198, 198);
    border-radius: 6px;
    box-sizing: border-box;
}

[b-7qkkyquy2c] .form-control {
    background-color: transparent;
    padding: .5cqw 1cqw !important;
    margin-top: .5cqw;
    border: transparent;
    outline: 1px solid rgb(198, 198, 198);
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
}

[b-7qkkyquy2c] .form-control:focus {
    box-shadow: none;
}

[b-7qkkyquy2c] .form-control::placeholder {
    font-size: small;
}

[b-7qkkyquy2c] textarea {
    margin-top: 1cqw;
    border-color: transparent;
    outline: 1px solid lightgray;
    border-radius: 5px;
    min-height: 5cqw;
    max-height: 15cqw;
    height: 7cqw;
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: .3rem .5rem;
}


.submit-button[b-7qkkyquy2c] {
    text-align: center;
    color: white;
    padding: .45cqw 2cqw;
    border-radius: 4px;
    background-color: color(srgb 0.1146 0.1096 0.1097);
    margin-top: 1cqw;
    width: 100%;
}

.submit-button:hover[b-7qkkyquy2c] {
    cursor: pointer;
}

@media (max-width: 650px){
    .contact-form-container-wrapper[b-7qkkyquy2c] {
        flex-direction: column-reverse;
        align-items: center;
    }
    .contact-form-container[b-7qkkyquy2c]{
        margin-top: 8cqw;
        width: 100%;
    }
    [b-7qkkyquy2c] .form-control {
        padding: 1.5cqw 1cqw !important;
    }
    .contact-form-container input[b-7qkkyquy2c] {
        padding: 1.5cqw 1cqw !important;
    }
    .contact-form-header[b-7qkkyquy2c] {
        display: none;
    }
    .contact-form-hook[b-7qkkyquy2c] {
        width: 85%;
    }
    .hook-header[b-7qkkyquy2c] {
        margin-top: 5cqw;
    }
    .submit-button[b-7qkkyquy2c] {
        padding: 1.5cqw 2cqw;
    }
}
/* /Pages/Home.razor.rz.scp.css */
h1[b-qkqvtk7xtj] {
    font-size: 2.7rem;
}

h1:focus[b-qkqvtk7xtj] {
    outline: none;
}

.home-page[b-qkqvtk7xtj] {
    min-height: 100vh;
    height: fit-content;
    background-color: #fefefc;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 25cqh 15cqw;
}

.hero-container[b-qkqvtk7xtj] {
    display:flex;
    flex-direction:row;
    justify-content: space-between;    
}

.hero-description-container[b-qkqvtk7xtj] {
    width: 50%;
}

.description-bio[b-qkqvtk7xtj] {
    margin-top: 3cqh;
}

.description-socials-container[b-qkqvtk7xtj] {
    display: flex;
    flex-direction: row;
    margin-top: 1.5cqh;
    gap: 1cqw;
}

.clicky:hover[b-qkqvtk7xtj] {
    cursor: pointer;
}

i.fa-brands[b-qkqvtk7xtj] {
    display: inline;
    line-height: 1;
    vertical-align: middle;
}

.description-tech-stack-container[b-qkqvtk7xtj] {
    margin-top: 10cqh;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: max-content;
}

.blazor-container[b-qkqvtk7xtj] {
    justify-content: center;
    padding-bottom: .4cqw;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 4cqw;
    width: 30px;
}

.svg-class[b-qkqvtk7xtj] {
    height: 100%;
    width: 100%;
}

/*This is the image half of the hero section*/

.hero-image-container-wrapper[b-qkqvtk7xtj] {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: baseline;
}

.hero-image-container[b-qkqvtk7xtj] {
    width: 20cqw;
    height: 20cqw;
    border-radius: 1000px;
    object-fit: cover;
}

.hero-image-container img[b-qkqvtk7xtj] {
    height: 100%;
}



/*----------------------------------------------*/

/*This is the Portfolio Section of the home page*/

/*----------------------------------------------*/

.portfolio-container[b-qkqvtk7xtj] {
    margin-top: 15cqw;
}

.portfolio-header[b-qkqvtk7xtj] {
    color: #1FA0F0;
}

.portfolio-break[b-qkqvtk7xtj] {
    width: 100%;
    border: 1px solid lightgray;
    margin-top: 1cqh;
}

.portfolio-example-container[b-qkqvtk7xtj] {
    //border: 1px solid gray;
    height: 50cqh;
    margin-top: 8cqh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.example-thumb[b-qkqvtk7xtj] {
    width: 70%;
    height: 100%;
    //background-color: black;
    //border-radius: .2cqw;
    display: flex;
    align-items: center;
}

.example-thumb:hover[b-qkqvtk7xtj] {
    cursor: pointer;
}

.example-thumb img[b-qkqvtk7xtj] {
    object-fit: cover;
    width: 100%;
    //object-fit: contain;
    border-radius: .5cqw;
}

.example-description-container-wrapper[b-qkqvtk7xtj] {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.example-description-container[b-qkqvtk7xtj] {
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.example-description-bio[b-qkqvtk7xtj] {
    color: #656565;
    padding: 2cqw 0cqw;
    font-size: .9rem;
    font-weight: 300;
}

.example-tech-stack-container[b-qkqvtk7xtj] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1cqw;
    gap: 2cqw;
}

.example-demo-container[b-qkqvtk7xtj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6cqw;
    font-weight: 600;
    align-items: center;
    padding-top: 7cqh;
}

.demo-item[b-qkqvtk7xtj] {
    display: flex;
    align-items: center;
    color: black !important;
}

.demo-item a[b-qkqvtk7xtj] {
    color: black !important;
}

@media (max-width: 650px) {
    .hero-image-container-wrapper[b-qkqvtk7xtj] {
        justify-content: center;
        width: 100%;
    }
    .hero-container[b-qkqvtk7xtj] {
        flex-direction: column-reverse;
    }
    .hero-description-container[b-qkqvtk7xtj] {
        width: 100%;
        margin-top: 8cqw;
    }

    .portfolio-example-container[b-qkqvtk7xtj]{
        height: 100%;
        flex-direction: column;
    }

    .example-thumb[b-qkqvtk7xtj] {
        width: 100%;
    }

    .example-description-container-wrapper[b-qkqvtk7xtj]{
        width: 100%;
        justify-content: center;
    }

    .example-description-container[b-qkqvtk7xtj] {
        width: 80%;
        margin-top: 5cqw;
    }

    .example-demo-container[b-qkqvtk7xtj] {
        padding-top: 4cqh;
    }
}
/* /Pages/Projects.razor.rz.scp.css */
.blazor-container[b-ixkrvxvjtz] {
    justify-content: center;
    padding-bottom: .4cqw;
    vertical-align: middle;
    display: flex;
    align-items: center;
    height: 4cqw;
    width: 30px;
}

.svg-class[b-ixkrvxvjtz] {
    height: 100%;
    width: 100%;
}

.clicky:hover[b-ixkrvxvjtz] {
    cursor: pointer;
}


.portfolio-container[b-ixkrvxvjtz] {
    margin-top: 0cqw;
    min-height: 100vh;
    height: fit-content;
    background-color: #fefefc;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: black;
    padding: 25cqh 15cqw;
}

.portfolio-header[b-ixkrvxvjtz] {
    color: #1FA0F0;
}

.portfolio-break[b-ixkrvxvjtz] {
    width: 100%;
    border: 1px solid lightgray;
    margin-top: 1cqh;
}

.portfolio-example-container[b-ixkrvxvjtz] {
    //border: 1px solid gray;
    height: 50cqh;
    margin-top: 8cqh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.example-thumb[b-ixkrvxvjtz] {
    width: 70%;
    height: 100%;
    //background-color: black;
    //border-radius: .2cqw;
    display: flex;
    align-items: center;
}

.example-thumb:hover[b-ixkrvxvjtz] {
    cursor: pointer;
}

.example-thumb img[b-ixkrvxvjtz] {
    object-fit: cover;
    width: 100%;
    //object-fit: contain;
    border-radius: .5cqw;
}

.example-description-container-wrapper[b-ixkrvxvjtz] {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.example-description-container[b-ixkrvxvjtz] {
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.example-description-bio[b-ixkrvxvjtz] {
    color: #656565;
    padding: 2cqw 0cqw;
    font-size: .9rem;
    font-weight: 300;
}

.example-tech-stack-container[b-ixkrvxvjtz] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1cqw;
    gap: 2cqw;
}

.example-demo-container[b-ixkrvxvjtz] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 6cqw;
    font-weight: 600;
    align-items: center;
    padding-top: 7cqh;
}

.demo-item[b-ixkrvxvjtz] {
    display: flex;
    align-items: center;
    color: black !important;
}

.demo-item a[b-ixkrvxvjtz] {
    color: black !important;
}

@media (max-width: 650px) {
    .hero-image-container-wrapper[b-ixkrvxvjtz] {
        justify-content: center;
        width: 100%;
    }
    .hero-container[b-ixkrvxvjtz] {
        flex-direction: column-reverse;
    }
    .hero-description-container[b-ixkrvxvjtz] {
        width: 100%;
        margin-top: 8cqw;
    }

    .portfolio-example-container[b-ixkrvxvjtz]{
        height: 100%;
        flex-direction: column;
    }

    .example-thumb[b-ixkrvxvjtz] {
        width: 100%;
    }

    .example-description-container-wrapper[b-ixkrvxvjtz]{
        width: 100%;
        justify-content: center;
    }

    .example-description-container[b-ixkrvxvjtz] {
        width: 80%;
        margin-top: 5cqw;
    }

    .example-demo-container[b-ixkrvxvjtz] {
        padding-top: 4cqh;
    }
}
