@media screen and (max-width: 1512px){

    #profile {
        height: 83vh;
        margin-bottom: 9.6rem;
    }
    .about-containers {
        flex-wrap: wrap;
    }
    .container {
        display: flex;
        flex-direction: row;
        gap: 5vmax;
    }
}



@media screen and (max-width: 1200px){
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex; 
    }
    #experience, 
    .experience-details-container {
        margin-top: 3.2rem;
    }
    #profile, .section-container {
        display: block;
    }
    .arrow {
        display: none;
    }
    section,
    .section-container {
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about-containers {
        margin-top: 0;
    }
    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 600px){
    #contact,
    footer {
        height: 40vh;
    }
    #profile {
        height: 83vh;
        margin-bottom: 0;
    }

    footer nav {
        height: fit-content;
        margin-bottom: 3.2rem;
    }
    .about-containers, 
    .contact-info-upper-container,
    .btn-container {
        flex-wrap: wrap;
    }

    .contact-info-container {
        margin: 0;
    }

    .nav-links {
        flex-direction: column;
        gap: 2vmax;
        text-align: center;
    }
    .section_pic-container {
        width: auto;
        height: 46vw;
        margin-bottom: 2vmax;
        justify-content: center;
    }
    .text-container {
        text-align: justify;

    }

}
