
    body {
    height: 100vh !important;
    background-color: #f4f4f4;
    }

    .content {
    margin-top: 0 !important;
    min-height: calc(100vh - 98.5px) !important;
    padding-bottom: 50px;
    }
    
    .navigationImage {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none;
    }
    
    .headerImage {
    width: -webkit-fill-available;
    width: -moz-available;
    background-image: url("../images/mainIndexImage.jpg");
    background-size: cover;
    position: relative;
    height: 100vh;
    }
    
    .quoteDiv {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    }
    
    .headerMainQuote {
    color: black;
    font-size: 26px;
    font-weight: bold;
    }
    
    .headerMainQuoteCiting {
    color: black;
    font-size: 22px;
    font-style: italic;
    }
    
    .aboutMeDiv {
    display: flex;
    flex-direction: row-reverse;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 50px 10%;
    padding: 0;
    justify-content: space-between;
    align-items: flex-start;
    }
    
    .aboutMeText {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: black;
    line-height: 2;
    width: 60%;
    margin-right: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: white;
    border: 1px solid #dddddd;
    font-size: 16px;
    }
    
    .aboutMeImage {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 40%;
    border-radius: 10px;
    }
    
    .aboutMeImage img {
    width: -webkit-fill-available;
    width: -moz-available;
    border-radius: 6px;
    }
    
    .highlightedProjectsOuter {
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 10px 10%;
    padding: 0;
    }
    
    .highlightedProjects {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    margin: 0;
    }
    
    .projectContainer {
    background-color: white;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 14px;
    width: -webkit-fill-available;
    width: -moz-available;
    }
    
    .specProjectDiv {
    padding: 10px 20px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    }
    
    .specProjectDiv:last-child {
    border-bottom: none;
    }
    
    .specProjectDiv h1 {
    margin: 10px 0 0 0;
    font-size: 24px;
    }
    
    .specProjectDiv span {
    font-style: italic;
    }
    
    .specProjectDiv .type {
    color: #4780B6;
    font-weight: bold;
    margin: 0;
    margin-top: 5px;
    }
    
    .specProjectDiv a {
    color: gray;
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    justify-content: center;
    margin: 10px 0;
    }
    
    .specProjectDiv a:hover {
    text-decoration: underline;
    }
    
    .projectLearnMore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    }
    
    .projectLearnMore a {
    padding: 6px 10px;
    border-radius: 3px;
    background-color: #323232;
    color: white;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    }
    
    .projectLearnMore a:hover {
    border: 0;
    transform: translateY(-5px) translateX(-2px);
    box-shadow: 3px 5px 2px black;
    }
    
    .contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: -webkit-fill-available;
    width: -moz-available;
    margin: 10px 10%;
    padding: 40px 0;
    }
    
    .contactText {
    width: 30%;
    }
    
    .contactText h1 {
    margin: 0;
    color: black;
    }
    
    #contactForm {
    width: 70%;
    display: flex;
    flex-direction: column;
    }
    
    #contactForm label {
    width: -webkit-fill-available;
    width: -moz-available;
    color: black;
    display: flex;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    }
    
    #contactForm input {
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #ddd;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 20px;
    background-color: white;
    color: black;
    }
    
    #contactForm input:focus {
    outline: none;
    }
    
    #contactForm textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    height: 80px;
    max-width: -webkit-fill-available;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    font-size: 15px;
    }
    
    #contactForm textarea:focus {
    outline: none;
    }
    
    #contactForm button {
    padding: 12px;
    border-radius: 3px;
    background-color: #4780B6;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    }
    
    #contactForm button:hover {
    border: 0;
    transform: translateY(-6px) translateX(-3px);
    box-shadow: 3px 6px 3px 0 black;
    }
    
    .errorMessage {
    display: none;
    color: black;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    }
    
    
    @media screen and (max-width: 800px) {
    
    .aboutMeDiv {
    flex-direction: column;
    align-items: center;
    margin: 50px 50px;
    }
    
    .aboutMeImage {
    align-items: center;
    width: calc(100% - 40px);
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border-radius: 10px;
    }
    
    .aboutMeImage img {
    width: 60%;
    }
    
    .aboutMeText {
    align-items: center;
    text-align: center;
    width: calc(100% - 40px);
    margin: 0;
    }
    
    .highlightedProjectsOuter {
    margin: 10px 50px;
    }
    
    .contact {
    margin: 10px 50px;
    }
    
    }
    
    @media screen and (max-width: 600px) {
    
    .aboutMeDiv {
    flex-direction: column;
    align-items: center;
    margin: 50px 20px;
    }
    
    .contact {
    flex-direction: column;
    margin: 10px 20px;
    }
    
    .contactText {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    }
    
    #contactForm {
    width: -webkit-fill-available;
    width: -moz-available;
    }
    
    .highlightedProjectsOuter {
    margin: 10px 20px;
    }
        
    }
    
    
    
    