footer {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding-top: 1rem;
}

footer .footer-links {
  background-color: #292929;
  padding: 5rem;
}

footer .footer-links .social-media {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-links .social-media .media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-links .social-media .media-link .fab {
  background-color: #4E8C17;
  border: 1px solid #333333;
  border-radius: 50%;
  padding: .7rem;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 1rem;
  color: #141414;
}

footer .footer-links .other-links {
  color: #ccc;
}

footer .footer-links .other-links .footer-link-pipe {
  font-size: 1.5rem;
}

footer .footer-links .other-links .footer-link {
  text-transform: uppercase;
  margin: 0 .5rem;
  letter-spacing: 2px;
}

footer .footer-links .other-links .footer-link a {
  text-decoration: none;
  color: #ccc;
}

footer .miscalleneous {
  background-color: #4E8C17;
  color: #ccc;
  padding: 1rem 1rem;
}

footer .miscalleneous p {
  margin: 0;
}

footer .miscalleneous a {
  text-decoration: none;
  color: inherit;
}
/*# sourceMappingURL=footer.css.map */