.header {
overflow: hidden;
background: rgba(15, 98, 15, 0.58);
color: #FFF;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.footer {
  text-align: center;
  padding: 3px;
background: rgba(15, 98, 15, 0.58);
color: #FFF;
font-family: Jost;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.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: #ddd;
color: black;
}

.header a.active {
background-color: rgba(15, 98, 15, 0.10);
font-style: normal;
font-weight: 700;
color: white;
}

.header-right {
float: right;
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
    }
    .header-right {
        float: none;
    }
}

body {
    background-color: white;
    color: #042E5D;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px;
}

.paraHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.subHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.headshot {
width: 375px;
margin: 20px;
margin-top: 50px;
float: left;
border-radius: 10px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.portfolioMainImage {
    width: 40%;
    height: 40%;
    padding: 20px;
}
.portfolioMainText {
    float: right;
    width: 50%;
}

.overviewText {
    width: 50%;
}

.aboutMe {
    padding-top: 2%;
}

.invertColor {
    border-radius: 10px;
    background: rgba(15, 98, 15, 0.58);
    color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    text-indent: 20px;
}

.rightSide {
    width: 65%;
    height: 40%;
    float: right;
}

.textBold {
    font-weight: 700;
}

.twoContainer{
    display: flex;
    flex-wrap: wrap;
    float: left;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 50%;
    justify-content: left;
    text-indent: 0px;
    margin-left: 20px;
}

.portfolioImage {
    height: 500px;
    padding: 10px;
}

.scroller {
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

.supportImage {
    height: 200px;
    border-radius: 10px;
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}