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

  #profile {
    height: fit-content;
    margin-bottom: 6rem;
  }
  .about-containers {
    flex-wrap: wrap;
  }
  #contact,
  #projects {
    height: fit-content;
  }
  
  .services-details-container {
  display: flex;
  height: fit-content;
  width: fit-content;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}

.section__pic-container1 {
    width: 15rem;
    height: 20rem;
    justify-content: center;
    margin: 0 auto;
  }

.zip-pic1 {
  display: inline-block;
  border-radius: 2rem;
  max-height: auto;
  max-width: 40rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  }

}

@media screen and (max-width: 900px) {
  #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-container1 {
    width: 15rem;
    height: 20rem;
    justify-content: center;
    margin: 0 auto;
  }
  
  .section__pic-container2 {
    width: 15rem;
    height: 20rem;
    justified-content: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 7rem;
  }
  
  .about-pic1 {
  display: block;
  place-items: center;
  border-radius: 2rem;
  max-height: 10rem;
  max-width: 15rem;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  }
  
  .about-pic2 {
  place-item: center;
  border-radius: 2rem;
  max-height: 10rem;
  max-width: 15rem;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  }
  
  .zip-pic1 {
  text-align: center;
  border-radius: 2rem;
  max-height: auto;
  max-width: 60vw;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  }
  
  .about-containers {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  
  #desktop-nav {
    display: none;
  }
  #hamburger-nav {
    display: flex;
  }
  
  #contact,
  footer {
    height: fit-content;
  }
  #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 {
    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: 0rem;
    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;
  }
  
  .zip-pic1 {
  text-align: center;
  border-radius: 2rem;
  max-height: auto;
  max-width: 60vw;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  }
  
}
