@media screen and (max-width: 1400px) {
  #profile {
    height: 92vh;
  }

  #about {
    overflow-x: hidden;
  }
}

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


  section {
    margin: 0 5%;
  }

  .section__pic-container {
    width: 275px;
    height: 275px;
  }
}

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

  #desktop-nav {
    display: none;
  }

  #hamburger-nav {
    display: flex;
    height: 8vh;
  }

  .arrow {
    display: none;
  }

  footer {
    height: 12vh;
    margin: 0.5rem;
    font-size: 0.7rem;
  }

  #profile,
  #about,
  #projects,
  #contact {
    height: 80vh;
    margin-bottom: 0rem;
  }

  /* Background image resize */
  #projects {
    background-size: auto 100%;
    background-position: 35% 30%;
  }

  #contact {
    background-size: auto 140%;
    background-position: 50% 100%;
  }

  article {
    font-size: 1rem;
  }

  footer nav {
    height: fit-content;
    margin-bottom: 0.15rem;
  }

  .contact-info-upper-container,
  .btn-container {
    flex-wrap: wrap;
  }

  body {
    overflow-x: hidden;
    overflow-y: auto;
    /* or scroll */
  }

  .contact-info-container {
    margin: 5;
  }

  .contact-info-container p,
  .nav-links li a {
    font-size: 1rem;
  }

  .logo {
    font-size: 1.5rem;
  }

  .nav-links {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .section__pic-container {
    width: auto;
    height: 58vw;
    justify-content: center;
  }

  .section__text__p2 {
    font-size: 1.25rem;
  }

  .title {
    font-size: 2rem;
  }

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

  .player {
    top: 230px;
  }

  /* About */

  .container-audio-player {
    max-width: 12rem;
  }

  .details-container {
    padding: 1rem 0rem;
  }

}