@media all and (min-width: 1421px) {
  /* .mobile-hamburger-button {display:none;} */
  /* Navigation Elements */
  .nav-link-container {
    animation-name: px1421-min-navigation-link-enlarge;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    /* animation-iteration-count: infinite; */
  }
  .nav-social-container {
    animation-name: px1421-min-social-container-enlarge;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    /* animation-iteration-count: infinite; */
  }
  .footer-container {
    background: rgba(200, 200, 200, 1);
  }
}


@media all and (max-width: 1420px) {
  /* .mobile-hamburger-button {display:none;} */
  .nav-social-container {
    animation-name: px1420-max-social-container-shrink;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    /* animation-iteration-count: infinite; */
  }
  .nav-social-image {
    animation-name: px1420-max-social-image-shrink;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
  }
  .nav-link-container {
    animation-name: px1420-max-navigation-link-enlarge;
    animation-fill-mode: forwards;
    animation-duration: 1.5s;
    /* animation-iteration-count: infinite; */
  }
  .footer-container {
    background: rgba(150, 150, 150, 1);
  }
}
