@media screen and (max-width: 1400px) {
    #profile {
      height: 65vh;
      margin-bottom: 6rem;
    }
    .about-containers {
      flex-wrap: wrap;
    }
    #contact,
    #projects {
      height: fit-content;
    }
  }
  
  @media screen and (max-width: 1200px) {
    #desktop-nav {
      display: none;
    }
    #hamburger-nav {
      display: flex;
      justify-content: space-between;
     margin:0 5%;
    }
    #profile {
      height: 80vh;
      margin-bottom: 6rem;
      margin-top: -30px;
    }
    #experience,
    .experience-details-container {
      margin-top: 2rem;
    }
    .section-container {
      display: block;
    }
    .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-containers {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .proj-container  li {
      width:47%; 
    }
    .project-btn {
      padding: .8rem !important;
      width: 6.5rem !important;
  }
  .menu-links a {
    font-size: 1.3rem;
  }
}
  @media screen and (max-width: 800px) {
    .proj-container  li {
      width:48%; 
    }
 
  .menu-links {
    right: -30px;
  }
  .menu-links a {
    padding: 8px;
    text-align: center;
    font-size: 1.3rem;
  }
  .project-btn {
    padding: .7rem !important;
    width: 6rem !important;
}
  }
  @media screen and (max-width: 600px) {
    .proj-container  li {
      width:100%; 
    }
    #contact,
    footer {
      height: 40vh;
    }
    #profile {
      height: 88vh;
      margin-bottom: 0;
      margin-top:-80px;
    }
    .about-pic {
      margin-top: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-upper-container {
     justify-content: space-around;
      margin: 2rem 0;
    }
    .contact-info-container {
      margin:.3rem
    }
    .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;
    }
    .hamburger-icon span {
      width: 85%;    
    }
    .menu-links a {
      padding: 7px;
      text-align: center;
      font-size: 1.2rem;
    }
  }
  @media screen and (max-width: 460px) {
    .hamburger-icon span {
      width: 90%;    
    }
    .menu-links a {
      padding: 7px;
      text-align: center;
      font-size: 1rem;
    }
    #profile {
      height: 70vh;
  }
  .contact-info-upper-container {
    display: block;
    text-align: left;
   }
}