/* MAKES HAMBURGER MENU APPEAR FOR MOBILE USERS */
@media screen and (max-width: 1919px) {
    .about-details-container {
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .about-info-container {
        min-width: 250px;
        width: auto;
    }

    .about-points-container {
        gap: 3px;
        margin: 10px 0px 0px 15px;
    }

    .about-section-container {
        top: 0;
        flex-direction: column;
    }

    .about-story-container {
        min-width: 250px
    }

    .about-section-pic {
        min-width: 300px;
        height: 300px;
    }

    .about-pic {
        height: 300px;
        width: 300px;
    }

    .about-containers {
        margin-bottom: 0;
    }

    #experience {
        min-height: 800px;
    }

}

@media screen and (max-width: 1499px) {
    .skill-containers {
        width: auto;
        flex-direction: row;
    }

    .details-container {
        width: 100%;
    }

    .work-containers {
        width: auto;
    }

    #experience {
        height: 131vh;
        min-height: 1230px;
    }
}

@media screen and (max-width: 1399px) {
    #profile {
        height: 83vh;
        margin-bottom: 0rem;
        min-height: 650px;
    }
    #experience {
        height: 131vh;
        min-height: 1330px;
    }
    
}

@media screen and (max-width: 1200px) {
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex;
    }
    #experience, .experience-details-container {
        margin-top: 2rem;
    }
    #profile, .section-container {
        display: block;
    }
    .arrow {
        display: none;
    }
    section, .section-container {
        height: fit-content;
    }
    section {
        margin: 0 5%;
    }
    .section__pic-container {
        width: 400px;
        height: 400px;
        margin: 0 auto 2rem;
    }

    .about-details-container {
        flex-direction: column;
        max-width: none;
    }

    .about-containers {
        flex-direction: column;
    }

    .about-info-container {
        width: 80vw;
    }

    .about-story-container {
        width: 80vw;
    }

    .text-container {
        margin-left: 0;
    }
    
}

@media screen and (max-width: 800px) {
    .skill-containers {
        width: auto;
        flex-direction: column;
    }

    .details-container {
        width: auto;
    }

    .work-containers {
        width: auto;
    }

    #experience {
        height: auto;
    }

    .box-title > h3 {
        font-size: 25px;
        position: relative;
        top: -6px;
    }
    
    .job-title {
        height: auto;
    }
    .job-sub-title {
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    #contact, footer {
        height: 40vh;
    }
    #profile {
        height: 83vh;
        margin-bottom: 0;
    }
    article {
        font-size: 1rem;
    }
    footer nav {
        height: fit-content;
        margin-bottom: 2rem;
    }
    .about-containers, .contact-info-upper-container, .btn-container {
        flex-wrap: wrap;
    }
    .contact-info-container p, .nav-links li a {
        font-size: 1rem;
    }
    .experience-sub-title {
        font-size: 1.25rem;
    }
    .logo {
        font-size: 1.5rem;
    }
    .nav-links {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    .section__pic-container {
        height: 46vw;
        justify-content: center;
        width: 46vw;
    }
    .section__text__p2 {
        font-size: 1.25rem;
    }
    .title {
        font-size: 2rem;
    }
    .text-container {
        text-align: justify;
    }
}
