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

  #hamburger-nav {
  display: flex;
  }
}

@media screen and (max-width: 1200px) and (min-height: 600px) {
  
  .section__text h1 {
  font-size: 3rem;
  font-weight: 400;
  display: flex;
  }
  
  .section__text p {
  font-size: 2rem;
  font-weight: 200;
  }
  
  .btn {
  font-weight: 600;
  width: 6rem;
  font-size: .5rem;
  }

  .home-sci {
  position: absolute;
  bottom: 40px;
  width: 300px;
  display: flex;
  gap: .5rem;
  }

  .about-title h1 {
  padding-top: 6rem;
  }

  .section-container {
  gap: 2rem;
  height: 30%;
  margin-bottom: 4rem;
  }

  .portfolio-title {
  font-size: 1rem;
  padding-top: 4rem;
  padding-bottom: 1rem;
  }

  .portfolio-pic {
  width: 20rem;
  border-radius: 5%;
  }

  .portfolio-detail-container h1 {
  font-size: 1rem;
  }

  .btn-container-portfolio {
  padding-top: 1rem;
  }

  .contact-info-container p {
  font-size: .8rem;
  }

  .section__text__p1 {
  font-size: .8rem;
  }

  .contact-title h1 {
  font-size: 1.2rem;
  }

  .footer-text p {
  font-size: .8rem;
  }


}