.mainContainer{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    background: radial-gradient(444.02% 195.15% at 156.72% 172.24%, rgba(20, 144, 161, 0.60) 0%, #FFF 99%);
}

.navBarContainer{
    height: 87px;
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    background: #5F7E85;
    display: flex;
    flex-direction: row;
    align-items: space-between;
}
.logoContainer{
    display: flex;
    align-items: center;
    left: 5vw;
    margin-left: 5vw;
}
.logo{
    height: 60px;
    object-fit: contain;
    padding: 13.5px;  
}
.navBarOptions{
    background:transparent;
    width: auto;
    height: 87px;
    right: 5vw;
    display: flex;
    flex-direction: row;
    position: absolute;
}
.navOption{
    margin-left: 5rem;
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.navText{
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    font-size: 20px;
    border-radius: 5px;
}
.navDropdown{
    display: flex;
    position: absolute;
    background: transparent;
    right: 5vw;
    height: 87px;
}
.navDropdownImg{
    height: 45px;
    padding: 21px;
    object-fit: contain;
}
.navDropdownList{
    display: none;
    flex-direction: column;
    position: absolute;
    right: 5vw;
    top: 82px;
    height: auto;
    width: 95.34px;
    background: #5F7E85;
    border-radius: 5px;
}
.navOption2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
}
.navText2{
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
}
.navText:hover{
    background: white;
    color: #5F7E85;
}
.navText2:hover{
    background: white;
    color: #5F7E85;
}
@media(min-width: 1051px){
    .navDropdown{
        display: none;
    }
    .navDropdownList{
        display: none;
    }
}
@media(max-width: 1050px){
    .navBarOptions{
        display: none;
    }
}

.homeContainer{
    margin-top: 87px;
    width: 100%;
    height: 40vw;
    background: white;
    display: flex;
    flex-direction: row;

}

.homeTextContainer{
    display: flex;
    flex-direction: column;
    margin-top: 0vw;
    background: transparent;
    width: 30vw;
    align-items: center;
    text-align: center;
    height: auto;
    margin-left: 20vw;
    vertical-align: middle;
}
.homeImgContainer{
    width: 25vw;
    height: 25vw;
    border-radius: 43%;
    background: transparent;
    padding: 2.5vw;

}
.homeImg{
    width: 25vw;
    aspect-ratio: 1;
    object-fit: fill;

    border-radius: 43%;
}
.outsideImgContainer{
    display: flex;
    width: 30vw;
    height: 30vw;
    border-radius: 43%;
    background: #5F7E85;
    margin-left: 6vw;
    margin-top: 6vw;
}
.bigHomeText{
    font-size: 6vw;
    font-weight: 600;
    color: #5F7E85;
    margin-top: 8vw;
}
.smallHomeText{
    font-size: 3vw;
    color: #5F7E85;
    padding: 2vw;
}




.aboutSectionContainer{
    width: 100%;
    height: auto;
    background: #5F7E85;
    display: flex;
    flex-direction: column;
}
.aboutSectionText{
    font-size: 4vw;
    color: white;
    margin-top: 2vw;
    margin-left: 5vw;
}

.aboutContainer{
    display: flex;
    flex-direction: column;
    margin-bottom: 3vw;
}

.aboutFlexRow{
    display: flex;
    flex-direction: row;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
}
.aboutQtext{
    font-weight: 600;
    font-size: 1.5vw;
    color: white;
    margin-left: 5vw;
    margin-right: 2.5vw;
    width: 25%;

}
.aboutAtext{
    font-size: 1.25vw;
    color: white;
    width: 80%;
    margin-right: 5vw;
}
.resumeContainer{
    display: flex;
    flex-direction:column;
    width: 85%;
}


.experienceContainer{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: transparent;
}

.experienceSectionText{
    font-size: 4vw;
    color: #5F7E85;
    margin-top: 2vw;
    margin-left: 5vw;
}
.experienceSubsectionText{
    font-size: 3vw;
    color: #5F7E85;
    margin-top: 2vw;
    margin-left: 5vw;
}
.expFlexRow{
    display: flex;
    flex-direction: row;
    margin-top: 3vw;
    width: 100%;
    background:transparent;
    align-items: center;
    justify-content: center;
}
.project{
    height: 20vw;
    display: flex;  
    position: relative;
    width: 20vw;
    margin-right: 5vw;
    margin-left: 5vw;
    background: #5F7E85;
    border-radius: 43%;
    margin-bottom: 5vw;
}
.projImgContainer{
    height: 18vw;
    width: 18vw;
    padding: 1vw;
    background: transparent;
    border-radius: 43%;
}
.projImg{
     width: 100%;
    aspect-ratio: 1;
    object-fit: fill;

    border-radius: 43%;
}
.projText{
    width: 18vw;
    display: flex;
    height: 18vw;
    padding: 1vw;
    position: absolute;
    align-items: center;
    text-align: center;
    border-radius: 43%;
    background: transparent;
    color: transparent;
    margin-top: 0;
    font-size: 0.8vw;
}
.projText:hover{
    background: black;
    opacity: 70%;
    color: white;
}

.projectsContainer{
    width: 100%;
    display: flex;
    background: #5F7E85;
    height: auto;
    flex-direction: column;
}

.contactSectionContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    background: transparent;
    height: auto;
}





.infoContainer{
    width: 50%;
    display: flex;
    flex-direction: column;
}
.formContainer{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.formText{
    font-size: 1.75vw;
    font-weight: 600;
    margin-top: 2vw;
    width: 35vw;
    color: #5F7E85;
    margin-left: 19.5vw;
    text-align: left;
}
.contactInfoTextBig{
    font-size: 2vw;
    font-weight: 600;
    width: 60%;
    margin-left: 5vw;
    color: #5F7E85;
}
.contactInfoTextSmall{
    font-size: 2vw;
    width: 50%;
    color: #5F7E85;
    text-align: left;
}
.contactFlexRow{
    display: flex;
    flex-direction: row;
    margin-top: 2.5vw;
}
.form{
    background: none;
	display: inline-block;
	color: white;							
    font-size: 1.5vw;
    line-height: 3vw;
    margin-left: 15vw;
     border: none;
     justify-content: center;
     align-items: center;
     
}
.input{
    background: #5F7E85;
    border-radius: 1vw;
    color: white;
    width: 30vw;
    height: 2vw;
    border: none;
    text-indent: 2em;
}
.input2{
    background: #5F7E85;
    border-radius: 1vw;
    color: white;
    width: 30vw;
    height: 10vw;
    border: none;
    text-indent: 2em;
}
.sendMessageBtn{
    background: #5F7E85;
    color: white;
    width: 10vw;
    font-size: 1.9vw;
    height: 5vw;
    margin-left: 10vw;
    border-radius: 1vw;
    margin-bottom: 3vw;
    border: none;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
