/*      FOOTER       */
.footer-style {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  align-items: center;
  background-color: #131313;
  width: 100%;
}

.footer-social-media {
  width: 100%;
  padding-top: 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-copyright-text {
  font-family: ARS-Arquette-Regular, sans-serif;
  font-size: 1.3rem;
  line-height: 2rem;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 2rem 0;
  background-color: #000;
  color: #aaa;
}

.footer-copyright-text img {
  height: 0.9rem;
}

.footer-social-media img {
  width: 100%;
  height: 100%;
}

.footer-links a {
  font-family: Shentox-Regular, sans-serif;
  text-decoration: none;
  color: #aaa;
  font-size: 1.2rem;
  margin: 0 0.8rem 0.5rem 0.8rem;
}

.footer-social-media a {
  background-color: #333;
  border: 2px solid #333;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  margin: 0 0.25rem 0.5rem 0.25rem;
}

.footer-social-media a:hover {
  background-color: #171717;
}

.footer-links a:hover {
  color: #eee;
}

/*          END OF FOOTER           */

/*          MEDIA QUERIES           */

@media screen and (min-width: 768px) {
  .footer-copyright-text {
    flex-direction: row;
  }

  .footer-social-media a {
    margin: 0 1rem 0.5rem 1rem;
  }
}
