.footer-bottom {
  padding: 32px;
  text-align: center;
}

.footer-item ul {
  list-style-type: none;
  padding-left: 1em;
}

.footer-item li {
  margin-bottom: 1em;
}

.footer-item li:last-child {
  margin-bottom: 0;
}

.footer-item a {
  color: var(--primary-text);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.footer-item a:hover {
  -webkit-transform: translate(0.5em);
          transform: translate(0.5em);
}

.credits a {
  margin-top: .4em;
  margin-left: .4em;
  padding: .4em;
  font-weight: 600;
  text-transform: uppercase;
}

.credits a img {
  width: 1em;
  margin-right: .2em;
}

@media screen and (max-width: 1024px) {
  .footer-bottom {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */