.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: 50px;
display: block;
text-align: left;
position: fixed;
width: 100%;
margin-top: 0px;
z-index: 5; 
backdrop-filter: blur(5px);
}

.header a {
color: white;
text-align: center;
text-decoration: none;
font-size: 18px;
line-height: 25px;
border-radius: 0px;
}

.header a.active {
background-color: rgba(89, 143, 89, 0.5);
font-style: normal;
font-weight: 700;
color: white;
}

.header-right {
    float: right;
    justify-items: right;
}

.header-right.dropdown {
  position: relative;    /* children with position:absolute are measured from here */
  float: right;          /* your original rule */
}

.headername {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 24;
    padding: 20px;
    text-align: center;
}

.hamburger {
    transform: scale(0.4);
    float: right;
    position: relative;

}

.close-btn{
    position: absolute;
  right: 0;               /* align to the right edge of .header-right */
  transform: translateY(-57px);
  margin-right: 7px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
}

.dropdownbtn.hidden {
  display: none;
}

.dropdownpage {
    display: none;       /* just below the hamburger */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    color: white;
    width: 100vw;
    overflow-y: auto;           /* allow scrolling if content overflows */
    box-sizing: border-box;
}
.dropdownpage a {
    display: block;
    padding: 0.5rem 1rem;

    text-decoration: none;
}

.dropdownpage .active {
    background-color: rgba(89, 143, 89, 0.5);
}

.dropdownpage.show {
    display: block;
}
  /* Ensure the container is positioned relative for absolute children */
.dropdown {
    color: white;
}

.dropdownpage .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}

body {
    background-color: white;
    color: #042E5D;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

.paraHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.toptext {
    margin-top: 0px;
    padding-top: 60px;
}

.aboutTop {
    padding: 0px;
}

.aboutImg {
    width: 90%;
    height: 40%;
    margin-left: 5%;
    float: left;
}

.subHead {
    color: #042E5D;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.headshot {
    margin-left: 5%;
    margin-top: 20%;
    width: 90%;
    border-radius: 10px;
}

.quiz {
    padding: 0px;
    margin: 5%;
    border-radius: 10px;
}

.correct {
   background-color: rgba(89, 143, 89, .6);
   color: white;
}

.incorrect {
    background-color: rgba(212, 126, 126, 0.6);
   color: white;
}

.fullPortfolio {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.00);
    position: relative;
    margin-bottom: 20px;
}

.portfolioMainImage {
    width: 100%;
    height: 0%;
    padding: 0px;
    z-index: 1;
    opacity: 100%; 
    border-radius: 10px;
}
.portfolioMainText {
    display: none;
    float: right;
    width: 100%;
    position: absolute;
    z-index: 10;
}

.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: 90%;
    height: 40%;
    margin-left: 5%;
    float: left;
}

.rightSideAbout {
    width: 90%;
    height: 40%;
    margin-left: 5%;
    float: left;
}

.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;
}

.portTitle {
    display: none;
    font-size: 40px;
    margin: 0;
}

.porthead {
    margin-top: 0px;
}

.back {
    transform: scale(.75);
    padding: 10px;
    margin-left: 6px;
    margin-top: 10px;
}

.twoContainer{
    display: flex;
    flex-wrap: wrap;
    float: left;
    padding-right: 10px;
}

.box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    justify-content: left;
    text-indent: 0px;
    margin-left: 20px;
}

.portfolioImage {
    height: 250px;
    margin: 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 {
    visibility: hidden;
    height: 0px;
    border-radius: 0px;
    width: 0px;
}

.supportBox {
    margin: 20px;
}

.supportText {
    text-indent: 0px;
    padding: 20px;
}

.indent {
    padding: 10px;
    text-indent: 0px;
}

.fullSection {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    border-color: black;
    border-radius: 10px;
    justify-content:space-between;
    padding-top: 10px;
}

.lone {
    overflow: hidden;
    margin-top: 0px;
    float: left;
}

.jobTitle {
    float: left;
    justify-self: left;
    padding-right: 10%;
    display: block;
}

.mobilehide {
    display: none;
}

.content {
    padding-left: 16px;
    padding-right: 16px;
}