html {
    display: flex;

}

body {
    font-family: 'Segoe UI';
    overflow: hidden;
}



.heading {
    background-color: #1D3251;
    width: 100vw;
    /* transform: translateX(1vw); */
    height: 30vh;
    padding: 0;
    margin: 0;
    z-index: 2;
}

.name {
    font-family: 'Segoe UI';
    font-size: 6rem;
    color: whitesmoke;
    line-height: 1.2;

}
.mainpage{
    width: 78vw;
    max-height: 100%;
    padding-left: 150px;
    /* transform: translateX(20vw); */
}

.job-title {
    width: fit-content;
    border-top: 2px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    border-color: whitesmoke;
    color: whitesmoke;
    border-style: solid;
    font-family: 'Corbel';
    font-size: 4rem;
    line-height: 1;
}

.thumbnail {
    max-width: 12em;
    height: 12em;
}

.flex-items {
    justify-self: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6rem;
}

.flex-container {
    display: flex;
}
.tenth-width{
    min-width: 6vw;
}
.side-nav{
    float: left;
    height: 70%;
        
}
.side-nav-item{
    padding:1px;
    height: 5vh;
    
}