.developer-text {
  color: white;
  font-weight: 300;
  display: none;
}

.developer-text a {
  display: inline;
}

@media (min-width: 1025px) {
  footer a[target='_blank']::after {
    display: none;
  }
  footer ul > li:not(:first-child) {
    margin-left: 0.777rem;
  }
  footer .current {
    display: none;
  }
  .quick-intro-links .text {
    display: none;
  }
  .quick-intro-links .icon {
    font-size: 2rem;
  }
  .contact-links .social-item .text {
    display: none;
  }
  .contact-links li {
    margin-top: .777rem;
  }
  .developer-text {
    margin-top: 0.444rem;
  }
}

@media (max-width: 1024px) {
  footer {
    background-color: black;
  }
  footer .footer-left li,
  footer .footer-center li,
  footer .footer-right li {
    width: 100%;
  }
  footer .footer-left a,
  footer .footer-center a,
  footer .footer-right a {
    color: white;
    padding-top: 0.444rem;
    padding-bottom: 0.444rem;
    width: 100%;
  }
  footer .footer-left a:hover,
  footer .footer-left a:focus,
  footer .footer-center a:hover,
  footer .footer-center a:focus,
  footer .footer-right a:hover,
  footer .footer-right a:focus {
    color: #B3B3B3;
  }
  footer .contact-item {
    margin-top: calc((100% / 36) * 1);
  }
  footer .icon {
    width: 1rem;
  }
  .developer-text {
    margin-top: 0.888rem;
  }
}
/*# sourceMappingURL=footer.css.map */