@import '_content/Majorsoft.Blazor.Components.Notifications/Majorsoft.Blazor.Components.Notifications.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
*[b-zksvdabe7u] {
    padding: 0;
}

html[b-zksvdabe7u] {
    box-sizing: border-box;
}

*[b-zksvdabe7u], *[b-zksvdabe7u]:before, *[b-zksvdabe7u]:after {
    box-sizing: inherit;
}

.icon[b-zksvdabe7u] {
    margin-right: 0.3em;
}

i[b-zksvdabe7u] {
    margin-left: 0.3em;
    margin-right: 0.3em;
}

h1[b-zksvdabe7u] {
    border-bottom: 3px solid #00314e;
    font-size: calc(0.1em + 4vh);
    transition: all 0.25s linear;
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 12px;
    margin-left: 12px;
}

h1[b-zksvdabe7u]:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #61ff6e;
    position: absolute;
    left: 0;
    bottom: -3px;
    transform-origin: left;
    transform: scale(0);
    transition: 0.25s linear;
}

h1:hover[b-zksvdabe7u]:before {
    transform: scale(1);
}


.quick-links[b-zksvdabe7u] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.card[b-zksvdabe7u] {
    display: flex;
    background-color: #FFF;
    border-radius: 0.5em;
    margin: 0.5em 0.5em 1.5em 0.5em;
    box-shadow: 2px 2px 4px rgb(31, 230, 64, 0.8), -1px -1px 5px rgba(0, 0, 0, 0.2);
    min-width: 35vw;
    min-height: 15vh;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.sections[b-zksvdabe7u] {
}

#resume-link[b-zksvdabe7u] {
}

#portfolio-link[b-zksvdabe7u] {
}

#blog-link[b-zksvdabe7u] {
    display: none;
}

a[b-zksvdabe7u] {
    color: black;
    text-decoration: none;
}

h3[b-zksvdabe7u] {
    border-bottom: 1px dashed black;
}

#summary-columns[b-zksvdabe7u] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: auto;
}


#business-card[b-zksvdabe7u] {
    z-index: 5;
    height: 20vh;
    width: 20vh;
    display: flex;
    align-items: center;
    justify-content: left;
    border-radius: 20px;
    border: 1px solid black;
    margin-bottom: 1em;
    box-shadow: 3px 3px 10px;
}

.headshot[b-zksvdabe7u] {
    width: 103%;
    border: 3px solid black;
    border-radius: 20px;
    margin: 0;
}

#bio[b-zksvdabe7u] {
    justify-content: center;
    display: flex;
    flex-direction: row;
}

#bio-info[b-zksvdabe7u] {
    margin-left: 1.5em;
    width: 40%;
    justify-content: space-around;
    margin-top: 1em;
}
/* /Pages/Pomodoro.razor.rz.scp.css */
#pomodoro[b-adbgmly8or] {
    background-color: tomato !important;
    border-radius: 100px !important;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.timer-type-buttons[b-adbgmly8or], .action-buttons[b-adbgmly8or] {
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.neumorph[b-adbgmly8or] {
    color: ivory;
    font-weight: 600;
    background-color: tomato;
    box-shadow: -2px -2px 5px 0 rgba(0, 0, 0, 0.3) inset, 3px 3px 2px 0 rgba(255, 255, 255, 0.25) inset;
    border: none;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 10px 3px 10px;
    margin: 0.25em 0.5em 0.25em 0.5em;
    height: 4em;
    width: 10em;
}

.neumorph:active[b-adbgmly8or] {
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3) inset, -3px -3px 2px 0 rgba(255, 255, 255, 0.25) inset;
    color: lightgrey;
    text-shadow: 0px 0px 10px 0 rgba(255, 255, 255, 0.25);
}

.time-display[b-adbgmly8or] {
    font-size: 10vh;
    font-weight: 500;
    margin-top: -0.1em;
    cursor: default;
}

h3[b-adbgmly8or] {
    letter-spacing: 0.2em;
}
/* /Pages/Portfolio.razor.rz.scp.css */
*[b-43g3mo3nzo] {
    display: flex;
}

h1[b-43g3mo3nzo] {
    justify-content: left;
    color: #fff;
}

.headers[b-43g3mo3nzo] {
    margin-left: 0.5em;
}

.project-container[b-43g3mo3nzo] {
    padding-top: 1em;
    padding-bottom: 1em;
    align-items: center;
}

.project-link[b-43g3mo3nzo] {
    align-items: center;
}

.project-title[b-43g3mo3nzo] {
    justify-content: left;
    width: 90%;
    flex-direction: column;
}

.project-image[b-43g3mo3nzo] {
    width: 50%;
    height: 50%;
    min-width: 250px;
    vertical-align: middle;
    margin-bottom: 1em;
    border-radius: 8px;
    box-shadow: 2px 2px 8px black;
}

.project-description[b-43g3mo3nzo] {
    width: 90%;
    flex-direction: column !important;
}

p[b-43g3mo3nzo] {
    margin-bottom: 0.25em;
}

.project-tags[b-43g3mo3nzo] {
    justify-content: space-around;
    width: 85%;
    flex-direction: column !important;
}

.tags-label[b-43g3mo3nzo] {
    flex-direction: row;
    margin-top: 1.5em;
    align-items: center;
    justify-content: center;
}

a[b-43g3mo3nzo] {
    text-decoration: none;
}

a:hover[b-43g3mo3nzo] {
    text-decoration: underline;
}

.tag-group[b-43g3mo3nzo] {
    margin-top: -0.75em;
    flex-direction: row;
    color: lightslategrey;
    justify-content: space-around;
    width: 100%;
}

.tag[b-43g3mo3nzo] {
    margin-left: 0.25em;
    margin-right: 0.25em;
}

@media (max-width: 640.98px) {
    .tag-group[b-43g3mo3nzo] {
        flex-direction: column;
    }
}

.git-link[b-43g3mo3nzo] {
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: calc(20px + 0.75vw);
    background-color: grey;
    color: white;
    box-shadow: 2px 2px 8px black;
    text-shadow: 1px 1px 10px white;
    margin-left: 1em;
    margin-top: 0.25em;
    margin-bottom: 0.45em;
}

.git-link:hover[b-43g3mo3nzo] {
    border-radius: 6px;
    justify-content: center;
    width: 6em;
    background-color: lightgrey;
    color: black;
    font-weight: 700;
    box-shadow: 2px 2px 8px black;
    text-shadow: 1px 1px 10px white;
}

i[b-43g3mo3nzo] {
    margin-right: 0.5em;
}
/* /Pages/Resume.razor.rz.scp.css */
.resume-body[b-8orzfwq5wd] {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.resume-section[b-8orzfwq5wd] {
    display: flex;
    background-color: #FFF;
    border-radius: 0.5em;
    margin: 0.5em 0.5em 0.5em 0.5em;
    box-shadow: 3px 3px 3px #5daca0, -1px -1px 5px rgba(255, 255, 255, 0.2);
    width: 100%;
}

#resume-title[b-8orzfwq5wd] {
    color: #fff;
}

.title[b-8orzfwq5wd], .degree[b-8orzfwq5wd] {
    font-weight: 600;
}

.job-description[b-8orzfwq5wd], .education-description[b-8orzfwq5wd] {
    margin: 0;
}

.company-icon[b-8orzfwq5wd], .school-icon[b-8orzfwq5wd] {
    width: 75px;
    height: 75px;
    margin: 0.5em 1em 1.5em 0.5em;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2), -1px -1px 5px rgba(0, 0, 0, 0.2);
}

.company-icon:hover[b-8orzfwq5wd], .school-icon:hover[b-8orzfwq5wd] {
    width: 78px;
    height: 78px;
    margin: 0.3em 1em 1.5em 0.3em;
}

.company-name[b-8orzfwq5wd], .school-name[b-8orzfwq5wd] {
    text-shadow: 0px 0px 1px;
}

#jnj a[b-8orzfwq5wd] {
    color: crimson;
    font-size: 18px;
    font-weight: 800;
    text-decoration: solid;
}

#jnj a:hover[b-8orzfwq5wd] {
    text-decoration: underline;
}

#greenshades a[b-8orzfwq5wd] {
    color: forestgreen;
    font-size: 18px;
    font-weight: 800;
    text-decoration: solid;
}

#greenshades a:hover[b-8orzfwq5wd] {
    text-decoration: underline;
}

#andromeda-systems a[b-8orzfwq5wd] {
    color: orangered;
    font-size: 18px;
    font-weight: 800;
    text-decoration: solid;
}

#andromeda-systems a:hover[b-8orzfwq5wd] {
    text-decoration: underline;
}

#unf a[b-8orzfwq5wd] {
    color: #223a53;
    font-size: 18px;
    font-weight: 800;
    text-decoration: solid;
}

#unf:hover[b-8orzfwq5wd] {
    text-decoration: underline;
}

.icon-and-dates[b-8orzfwq5wd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin: 0.5em 0.5em -0.5em 0.5em;
}

#quote-text[b-8orzfwq5wd] {
    color: #081a26;
    opacity: 0.8;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

#quote-attribution[b-8orzfwq5wd] {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.resume-subsection[b-8orzfwq5wd] {
    margin: 10px 10px 10px 10px;
    width: 100%;
}

.divider[b-8orzfwq5wd] {
    margin-top: -2px;
    margin-bottom: 5px;
    display: absolute;
    height: 2px;
    min-width: 90%;
    width: 100%;
    background-color: dodgerblue;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

h1[b-8orzfwq5wd], h2[b-8orzfwq5wd], h3[b-8orzfwq5wd], h4[b-8orzfwq5wd], h5[b-8orzfwq5wd] {
    text-shadow: 1px 1.5px 4px rgba(2, 190, 206, 0.2);
}

li[b-8orzfwq5wd]::first-letter {
    font-size: 1.1em;
    font-weight: 600;
    color: rgb(2, 95, 153);
    letter-spacing: 0.5px;
}

li:hover[b-8orzfwq5wd] {
    color: black;
    font-weight: 600;
    cursor: default;
}

li[b-8orzfwq5wd]::marker {
    color: rgba(0, 75, 88, 0.9);
}

.other-titles[b-8orzfwq5wd] {
    color: slategrey;
    margin-top: -0.75em;
}

.other-titles:hover[b-8orzfwq5wd] {
    color: black;
    font-weight: 600;
}

#resume-education[b-8orzfwq5wd] {
    margin-bottom: 3em;
}

#all-skills[b-8orzfwq5wd] {
    display: flex;
    flex: auto;
    justify-content: space-around;
    flex-direction: column;
}

span[b-8orzfwq5wd] {
    justify-content: center;
    align-content: center;
    align-items: center;
}

@media (min-width: 641px) {
    #all-skills[b-8orzfwq5wd] {
        flex-direction: row;
    }
}

.skill-section-title[b-8orzfwq5wd] {
    font-weight: 800;
    border-bottom: solid 1px #a9a9a9;
}

.skill-section-title > h5[b-8orzfwq5wd] {
    text-align: center;
    margin-bottom: 0.1em;
}

#gs-link[b-8orzfwq5wd] {
    color: darkgreen;
    text-decoration: none;
    text-shadow: 0.5px 0.5px 1px;
    letter-spacing: 0.05em;
}

#gs-link:hover[b-8orzfwq5wd] {
    color: greenyellow;
}
/* /Shared/ContextBar.razor.rz.scp.css */
.page[b-g3to6iduan] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-g3to6iduan] {
    background-image: linear-gradient(180deg, #033e49 0%, #21272e 70%);
}

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

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

.top-row[b-g3to6iduan]  a:hover, .top-row[b-g3to6iduan]  .btn-link:hover {
    text-decoration: underline;
}

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

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

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

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

@media (min-width: 641px) {
    .page[b-g3to6iduan] {
        flex-direction: row;
    }

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

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

    .top-row.auth[b-g3to6iduan]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-g3to6iduan], article[b-g3to6iduan] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7cwbnvofxh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#contextBar[b-7cwbnvofxh] {
    transition: top 1.5s;
}

main[b-7cwbnvofxh] {
    flex: 1;
}

.sidebar[b-7cwbnvofxh] {
    background-image: linear-gradient(180deg, #032e46 0%, #043d5d 70%);
}

.top-row[b-7cwbnvofxh] {
    z-index: -1;
    justify-content: space-around;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-7cwbnvofxh]  a, .top-row[b-7cwbnvofxh]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    color: white;
}

.top-row[b-7cwbnvofxh]  a:hover, .top-row[b-7cwbnvofxh]  .btn-link:hover {
    color: aquamarine;
    text-shadow: 0px 0px 3px rgba(0, 200, 255, 0.6);
}

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

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

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

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

@media (min-width: 641px) {
    .page[b-7cwbnvofxh] {
        flex-direction: row;
    }

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

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

    .top-row.auth[b-7cwbnvofxh]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7cwbnvofxh], article[b-7cwbnvofxh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3h05jm4bui] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-3h05jm4bui] {
    font-size: 1.1rem;
}

.flex-column[b-3h05jm4bui] {
    min-width: 250px;
}

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

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

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

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

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

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

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

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

    .collapse[b-3h05jm4bui] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.sidebar[b-3h05jm4bui] {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    align-content: center;
    min-width: 30vw;
}

.nav-svg[b-3h05jm4bui] {
    position: absolute;
    height: 80%;
}

.nav-label[b-3h05jm4bui] {
    position: absolute;
    left: 25%;
    font-size: 1em;
    font-weight: 300;
    color: #fff;
}
