/* Phone screens */
@media screen and (min-width: 360px) and (max-width: 600px) {
     body {
        min-height: unset;
        overflow-x: hidden;
    }

    #container {
        flex-direction: column;
    }

    #left-side, #right-side {
        width: 100%;
        position: static;
        min-height: unset;
        height: auto;
    }

    .left-container {
        position: relative;
        top: 50px;
        left: -50px;                
        margin-right: 15%;
        
    }

    .right-container {
        position: relative;
        top: 50px;
        left: 65px;
        height: auto;
        padding: 1rem 6rem 0 0;
        margin-left: -50px;
        text-align: left;
    }

    .left-container .title {
        font-size: 2.5rem;
    }

    .left-container .undertitle {
        font-size: 1.2rem;
    }
    
    .section-header {
        margin-left: 10%
    }

      .navbar {
        display: none;
    }

    .subtext {
        margin: 2rem auto;

    }

    .socials {
        margin-top: 2rem;
        display: flex;
        gap: 0.5rem;
    }

    .section-header {
        display: flex;
        position: relative;
        left: 5%;
        bottom: 15px;
        font-style: italic;
    }
       .resume {
        margin-bottom: 10rem;
    }

    .Project {
        display: none;
        height: 0;
        padding: 0;
        margin: 0;
    }
    
}

/* Done */
@media screen and (min-width: 601px) and (max-width: 1440px) {
    body {
        min-height: unset;
        overflow-x: hidden;
    }

    #container {
        flex-direction: column;
    }

    #left-side, #right-side {
        width: 100%;
        position: static;
        min-height: unset;
        height: auto;
    }

    .left-container {
        position: relative;
        top: 50px;
        left: 0;        
    }

    .right-container {
        position: relative;
        top: 50px;
        left: 65px;
        height: auto;
    }

    .navbar {
        display: none;
    }

    .subtext {
        margin: 2rem auto;

    }

    .socials {
        margin-top: 2rem;
        display: flex;
        gap: 0.5rem;
    }

    .section-header {
        display: flex;
        position: relative;
        left: 5%;
        bottom: 15px;
        font-style: italic;
    }
       .resume {
        margin-bottom: 10rem;
    }

    .Project {
        display: none;
        height: 0;
        padding: 0;
        margin: 0;
    }

}
