
.header {
overflow: hidden;
background: rgba(89, 143, 89, 0.8);
color: #FFF;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: fixed;
width: 100%;
margin-top: 0px;
z-index: 5; 
backdrop-filter: blur(5px);
}

.header a {
float: left;
color: white;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 0px;
}

.header a:hover {
background-color: rgba(89, 143, 89, 0.5);
}

.header a.active {
background-color: rgba(89, 143, 89, 0.5);
font-style: normal;
font-weight: 700;
color: white;
}

.header-right {
float: right;
}

.headername {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 24;
}

body {
    background-color: white;
    color: #042E5D;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.toptext{
    padding-top: 60px;
}

.tab{
    margin-left: 20px;
}

.topbox{
    margin-top: 60px;
}

.content {
    padding-left: 40px;
    padding-right: 40px;
}

.paraHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}

.subHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
}

.twoContainer{
    display: flex;
    flex-wrap:wrap;
    float: left;
}

.headshot {
width: 90%;
margin: 20px;
margin-top: 75px;
float: left;
border-radius: 10px;
}

.quiz {
    text-align:left;
    padding: 0px;
    margin: 20px;
    border-radius: 10px;
    margin-top: 60px;
}

.rightSideAbout {
    width: 45%;
    float: right;
}

.aboutImg {
    width: 50%;
    display:block;
}

.aboutTop {
    margin-top: 60px;
}

.correct {
   background-color: rgba(89, 143, 89, .6);
   color: white;
}

.incorrect {
    background-color: rgba(212, 126, 126, 0.6);
   color: white;
}

.fullPortfolio {
    display:inline-flex;
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.1);
    width: 90%;

}


.portfolioMainImage {
    width: 100%;
    float: right;
    border-radius: 10px;
}
.portfolioMainText {
    display: none;
    width: 100%;
    float: left;
}

.portTitle {
    display: none;
    margin-left: 10px;
    margin-top: 10px;
    text-orientation: upright;
}

.overviewText {
    width: 50%;
}

.aboutMe {
    padding-top: 2%;
}

.invertColor {
    border-radius: 10px;
    background: rgba(89, 143, 89, 0.8);
    color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    text-indent: 20px;
}

.rightSide {
    width: 70%;
    height: 40%;
    display: inline-block;
}

.textBold {
    font-weight: 700;
}

.portTop {
    display: flex;                 /* enable flex layout */
    justify-content: left;     /* center items horizontally */
    align-items: center;         /* center items vertically */
    width: 100%;                 /* ensure it fills its parent */
    position: relative;
    top:  20px;   /* move down by 20px */
}

.back {
    transform: scale(0.5);       /* use transform for scaling */
    margin: 0;                   /* remove manual offsets */
    cursor: pointer;
    padding: 20px;
    margin-left: 10px;
    border-radius: 5px;
}

.portTitle {
    font-size: 40px;
    margin: 0;
}

.porthead {
    margin-top: 50px;
}

@keyframes portfolioSide {
    from {opacity:0;}
    to {opacity:1;}
}



.box{
    display: flex;
    text-indent: 0px;
    margin-left: 20px;
}

.portfolioImage {
    height: 500px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.scroller {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

.supportImage {
    display: none;
}

.supportBox {
    margin: 40px;
    padding: 20px;
}

.supportText {
    text-indent: 0px;
    margin: 20px;
}

.lone {
    overflow: hidden;
    margin-top: 0px;
    float: left;
}

.fullSection {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    border-color: black;
    border-radius: 10px;
    justify-content:space-between;
}

.clickable:hover{
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.25);
}

.invertClickable:hover {
    cursor: pointer;
    background-color: rgba(89, 143, 89, .9);
}

.indent {
    padding-left: 20px;
    text-indent: 0px;
}

.jobTitle {
    float: left;
    margin-right: 0px;
}


.hamburger {
    display: none;
    width: 0px;
}

.dthide {
    display: none;
}

