@media screen and (min-width: 1001px) {
    :root {
        overflow-x: hidden;
    }

    #background { 
        position: absolute;
        height: 110vh;
        /* overflow-x: hidden; */
        z-index: -1;
        left: -12px;
        top: -35px;
        overflow-y: scroll;
    }

    html, body {
    scroll-behavior: smooth;
    }
    
    body::-webkit-scrollbar {
    display: none;
    }

    body {
    /* -ms-overflow-style: none;  IE and Edge */
    /* scrollbar-width: none;  Firefox */
    margin: 0px;
    /* width: 100vw; */
    height: 100%;
    }

    img {
        margin: 0px;
        left: -10px;
        right: 0px;
        bottom: 0px;
        top: -12px;
    }

    header {
        top: 0px;
        width: 125vh;
        margin-left: 5vh;
    }

    h1, h2, h3, p {
        margin: 0px;
    }

    h1 {
        margin-left: 10px;
    }

    header summary {
        margin-left: 30px;
    }

    #about {
        margin-left: 47.5vh;
        margin-top: 3.85vh;
        margin-bottom: 2.5vh;
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 110vh;
        height: 30vh;
        z-index: 3;
    }

    #about h2 {
        margin-right: 1vh;
    }

    #about summary {
        margin-left: 1vh;
        padding-left: 2vh;
        border-left-width: 3px;
        border-left-style: solid;
    }

    #projects {
        display: flex;
        margin-left: 30vh;
        margin-top: 7.5vh;
        flex-direction: column;
    }

    #projectsList {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 15% 85%;
        width: 100vh;
    }

    #projectsList h2 {
        border-bottom-width: 3px;
        border-bottom-style: solid;
        height: 8vh;
        width: 30vh;
    }

    .imgContainer {
        margin-top: 5vh;
    }

    .imgContainer a h4 {
        position: absolute;
        z-index: 3;
        width: 70%;
        margin-top: 7vh;
        margin-left: 18.5vh;
        text-align: center;
    }

    .projImg {
        position: relative;
        z-index: 2;
        width: 75vh;
        height: 36.5vh;
        opacity: 100%;
        clip-path: polygon(0% 0%, 72.5% 0%, 100% 57.5%, 27.5% 57.5%);
    }

    /* #toDoList {
        margin-left: 15vh;
        margin-top: 2vh;
        width: 50vh;
        position: relative;
    } */

    #peakFlights {
        margin-left: 12vh;
        margin-top: 4.75vh;
        width: 50vh;
        position: relative;
    }

    #aviationWeather .label:hover::before {
        content: "An app for pilots to check live weather conditions and forecasts.";
        position: absolute;
        z-index: 3;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 0.5rem;
        margin-left: 18vh;
        margin-top: 8rem;
        padding: 0.5rem;
    }

    #aviationWeather {
        margin-left: 22.5vh;
        margin-top: 4.75vh;
        width: 50vh;
        position: relative;
    }

    #peakFlights .label:hover::before {
        content: "A data analytics platform to help student pilots fly safer and learn faster.";
        position: absolute;
        z-index: 3;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        border-radius: 0.5rem;
        margin-top: 8rem;
        margin-left: 18vh;
        padding: 0.5rem;
    }

    #contact {
        margin-top: .5vh;
        margin-left: 50vh;
        width: 80vh;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #formContainer {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 1vh;
        margin-left: 10vh;
        width: 55vh;
    }

    #contact-form {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 100%;
    }

    #nameField, #emailField, #messageField {
        width: 60%;
        margin-right: 12px;
    }

    #name-in, #email-in {
        width: 100%;
    }

    #messageField {
        width: 90%;
        height: 10vh;
    }

    #message-in {
        width: 100%;
        height: 100%;
    }

    #name-in, #email-in, #message-in {
        text-align: right;
    }

    #submit-btn {
        margin-top: 1.75vh;
        width: 100%;
        padding: 5px 15px;
    }

    #submit-btn:hover {
        cursor: pointer;
    }

    #buttonContainer {
        display: flex;
        justify-content: center;
    }

    #contact summary {
        /* margin-left: 15vh; */
        margin-top: 1vh;
        font-size: 1.5vh;
    }

    .horizontal-scroll {
        height: 100vh;
    }

    footer {
        position: fixed;
        display: flex;
        bottom: -1.1vh;
        left: 0px;
        justify-content: space-between;
        width: 100vw;
        height: 4vh;
        /* margin-bottom: 0.5rem; */
    }

    nav, #socials {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
        height: 2vh;
        padding: 3px;
    }

    nav ul, #socials ul {
        padding: 3px;
        display: flex;
        margin: 0;
    }

    nav ul li, #socials ul a {
        list-style: none;
        margin: 0em 0.5em;
    }

    .outer-wrapper {
        position: fixed;
        top: 0px;
        height: 100vh;
        overflow: hidden;
        left: 0px;
        right: 0px;
    }

    .wrapper {
        position: relative;
        display: flex;
    }

    .wrapper > * {
        flex-shrink: 0;
    }

    #jet {
        position: fixed;
        transform: rotate(90deg) scale(50%) translateX(12.25vh) translateY(0vh);
        height: 110vh;
        z-index: 4;
    }

    #cessna {
        position: fixed;
        transform: rotate(-90deg) scale(15%) translateX(-260vh) translateY(1000vw);
        height: 110vh;
        z-index: 3;
    }
}

@media screen and (max-width: 1000px) {
    :root {
        text-align: center;
        overflow-x: hidden;
    }

    #jet {
        display: none;
    }

    #cessna {
        display: none;
    }

    #background {
        display: none;
        z-index: -1;
    }

    html, body {
        scroll-behavior: smooth;
        margin: 0px;
    }

    header {
        margin-bottom: 5em;
    }

    header h1 {
        margin: 0px;
        font-size: 10vw;
        text-align: center;
        margin-bottom: 0.5em;
    }

    header summary {
        font-size: 5vw;
    }

    #about {
        margin-bottom: 5em;
    }
    
    #about h2, #projects h2, #contact h2 {
        font-size: 7.5vw;
        text-align: center;
    }

    #about summary {
        font-size: 5vw;
        text-align: center;
        margin: 0px 1em;
    }

    #projects {
        margin-bottom: 5em;
        display: flex;
        justify-content: center;
    }

    #projectsList {
        display: flex;
        flex-direction: column;
        width: 95vw;
        align-items: center;
        justify-content: center;
    }

    h4 {
        text-align: center;
    }

    #projectsList img {
        width: 100%;
    }

    #contact p {
        margin: 2em 1.5em;
        font-size: 4.5vw;
    }

    #contact-form section input {
        width: 65%;
        text-align: center;
        font-size: 4.5vw;
    }

    #contact-form section textarea {
        width: 75%;
        text-align: center;
        font-size: 4vw;
    }

    #submit-btn {
        width: 50%;
        height: 7.5vh;
        text-align: center;
        font-size: 5vw;
        margin-bottom: 2.5em;
    }

    footer nav {
        display: none;
    }

    footer #socials {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0.75em;
    }

    footer #socials ul {
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
}