@media  screen and (max-width: 1400px) {
  #profile {
    height: 83vh;
    margin-bottom: 6rem;
  }

}


@media  screen and (max-width: 1200px) {
    #desktop-nav {
        display: none;
    }
    #hamburger-nav {
        display: flex;
    }

   
    #profile, .section-container {
        display: block;
    }

    section, .section-container {
        height: fit-content;
    }
    section {
        margin: 10rem 0.5rem;
    }

    .section-pic-container {
        width: 275px;
        margin: 0 auto 2rem;
    }

    .menu-links li a {
        text-align: justify;
        width:max-content
    }
    
}

@media  screen and (max-width: 600px) {
    footer {
        height: 0vh;
    }

    #profile {
        height: 83vh;
        margin-bottom: 0;
    }
    article {
        font-size: 1rem;
    }
    footer nav {
        height: fit-content;
        margin-bottom: 2rem;
    }
    .contact-info-upper-container, btn-container {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 0.5rem;
    }
    .contact-info-container {
        margin: 0;
    }
    .contact-info-container p, .nav-links li a {
        font-size: 1rem;
    }
    .menu-links li a {
        text-align: justify;
        width:max-content
    }

    .project-subtitle {
        font-size: 1.25rem;
    }

    .project-one-img:hover {
        width:  140px;
        height: 160px;
    }

    .logo {
        font-size: 1.5rem;
    }

    .section-pic-contaoiner{
        width: auto;
        height: 46vw;
        justify-content: center;
    }

    .section-text-p2 {
        font-size: 1.25rem
    }

    .title {
        font-size: 2rem;
    }

    .text-container {
        text-align: justify;
    }

    .certificate-img{
        width: 170px;
    }

    .certificate-img:hover {
        width: 180px;
    }
    

    .course-list {
        font-size: 12px;
        margin: 0;
    }

    #experience {
        margin-bottom: 20rem;
    }

}