/* /Pages/About.razor.rz.scp.css */
#banner-image[b-3dyay76wug]{
    max-width:100%;
    /* max-height:600px; */
}

#banner-image-div[b-3dyay76wug]{
    max-width:100%;
    max-height:30%;
}

.page-div[b-3dyay76wug]{
    display: inline-block;
    overflow: auto;
}

#section1-div[b-3dyay76wug]{
    display: flex;
    align-items: center;
}

.section1-div-child[b-3dyay76wug]{
    width: 50%;
    float: left;
    padding: 0.5%;
    /* border: 2px solid red; */
}

#section1-div-image[b-3dyay76wug]{
    max-width: 95%;
}

#section1-div-left[b-3dyay76wug] {
    max-width: 50%;
}

#section1-div-text[b-3dyay76wug]{
    text-align: justify;
    text-justify: auto;
    max-width: 40%;
}
/* /Pages/Experience.razor.rz.scp.css */
.table-div[b-h61h435aph] {}

.my-centered-content[b-h61h435aph] {
    text-align: center;
    padding: 5%;
}

[b-h61h435aph] .experience-mud-tabs {
    width: 80%;
    max-width: 80%;
    margin: auto;
    border-radius: 1em;
}

[b-h61h435aph] .mud-tabs-toolbar {
    border-radius: 1em;
}

[b-h61h435aph] .left-list {
    width: 33%;
    display: inline-block;
    padding: 0.5%;
    overflow: auto;
}

[b-h61h435aph] .center-list {
    width: 33%;
    display: inline-block;
    padding: 0.5%;
    overflow: auto;
}

[b-h61h435aph] .right-list {
    width: 33%;
    display: inline-block;
    padding: 0.5%;
    overflow: auto;
}

[b-h61h435aph] .right-half {
    width: 50%;
    display: inline-block;
    padding: 0.5%;
    overflow: auto;
}

[b-h61h435aph] .left-half {
    width: 50%;
    display: inline-block;
    padding: 0.5%;
    overflow: auto;
}

[b-h61h435aph] .mud-list-subheader {
    text-align: left;
    font-size: 1.5em;
    text-decoration: underline;
}

[b-h61h435aph] .horizontal-space-container {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

[b-h61h435aph] .horizontal-space {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-top: 1px solid black;
}

[b-h61h435aph] .line {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}
/* /Pages/Offline.razor.rz.scp.css */
[b-ddvzrnq9la] h1 {
    text-align: center !important;
}


[b-ddvzrnq9la] MudImage {
    max-width: 100% !important;
    max-height: 100% !important;
}

[b-ddvzrnq9la] .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

[b-ddvzrnq9la] .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

[b-ddvzrnq9la] img {
    max-width: 100%;
    max-height: 100%;
}

[b-ddvzrnq9la] .centered-content {
    display: block;
    margin: auto;
    max-width: 100% !important;
    max-height: 100% !important;
}

/* #spacer1 {
    grid-column: 2 / 4;
    grid-row: 1;
} */
/* /Pages/Work.razor.rz.scp.css */
[b-3vls5ca5b3] .centered-content{
    width: 60%;
    max-width: 60%;
    margin: auto;
    border-radius: 1em;
    padding: 5%;
}
/* /Shared/Footer.razor.rz.scp.css */
.SocialIconsDiv[b-i2dv8wqt4j]{
    right: 50%;
    transform: translate(50%,50%);
    position: absolute;
}
/* /Shared/MainLayout.razor.rz.scp.css */

#banner-logo[b-3uqsa7ebqz] {
    max-width: 100%;
    max-height: 100%;
}

#spacing-block[b-3uqsa7ebqz] {
    max-width: 100%;
    max-height: 100%;
}

#banner-link[b-3uqsa7ebqz] {
    max-width: 10%;
    max-height: auto;  
    width: auto;
    height: auto;
}


#spacing-div[b-3uqsa7ebqz] {
    max-width: 10%;
    max-height: auto;  
    width: auto;
    height: auto;
}

.app-bar-content[b-3uqsa7ebqz] {
    max-width: 100%;
    max-height: 100%;  
    display: flex;
    justify-content: center;
    align-items: center;
}

.page[b-3uqsa7ebqz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-3uqsa7ebqz] {
    flex: 1;
}

/* .sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
} */

.top-row[b-3uqsa7ebqz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3uqsa7ebqz]  a, .top-row .btn-link[b-3uqsa7ebqz] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3uqsa7ebqz] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3uqsa7ebqz] {
        display: none;
    }

    .top-row.auth[b-3uqsa7ebqz] {
        justify-content: space-between;
    }

    .top-row a[b-3uqsa7ebqz], .top-row .btn-link[b-3uqsa7ebqz] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3uqsa7ebqz] {
        flex-direction: row;
    }

    .sidebar[b-3uqsa7ebqz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3uqsa7ebqz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-3uqsa7ebqz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
[b-kx3g2el6a0] .MainNavMenu{
    width: 100%;
    justify-content: center;
    position: relative;
}
/* <a href="/Experience" class="mud-typography mud-link mud-primary-text mud-link-underline-hover mud-typography-body1 NavLink">Experience</a> */

[b-kx3g2el6a0] .MainNavMenu {
    color: ivory !important;
}

[b-kx3g2el6a0] .nav-link:focus{
    color: whitesmoke !important;
    background-color: whitesmoke !important;
}

[b-kx3g2el6a0] .current-link{
    color: "Color.Secondary";
}
