@media screen and (max-width:1200px) {
  #profile{
    height: auto;
    margin-bottom: 4rem;
    flex-direction: column;
    text-align: center;
  }

  .about-container{
    flex-wrap:wrap;
  }
}

@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;
  }
  .my-pp{
    width:300px;
    height:350px;
  }

  #profile{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5.5rem;
  }

  .arrow{
    display:none;
  }

  .section, .section-container{
    height:fit-content;
  }
  
  .section{
    margin:0 5%;
  }

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

  .about-container{
    margin-top:0;
  }

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

  .section-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

   .section-pic-container {
    max-width: 300px;
    max-height: 300px;
  }

  .experience-details-container {
    flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width:600px){
  /* #contact, footer{
    height:40vh;
  } */
   
  .title { font-size: 1.8rem; }
  .section-text-p2 { font-size: 1rem; }

  #profile{
    height:auto;
    margin-bottom:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:2rem;
    padding:4rem 1rem;
  }

  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{
    margin:0;
  }

  .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{
    width:auto;
    height:46vw;
    justify-content:center;
  }

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

  .title{
    font-size:2rem;
  }

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

    nav {
    flex-direction: column;
    gap: 1rem;
    height: auto;
  }

  .about-pic,
  .my-pp {
    max-width: 80%;
    height: auto;
  }

  footer {
    height: auto;
    padding: 2rem 0;
  }
}


