/********************************************************************/
/*                   Author: Elysitek LLC                           */
/*                 Copyright 2023 Creative Commons                  */
/*             Attribution-NonCommercial-NoDerivatives              */
/*                     4.0 International License.                   */
/********************************************************************/
footer {
  height: 80px;
  background-color: #931a25;
}

footer > .row > .col {
  margin-top: 25px;
}

.footer-social-media-icons {
  color: #fff;
  padding: 0px 20px;
  font-size: 15pt;
  transition: all 0.3s linear;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .footer-social-media-icons {
    padding: 0px 10px;
  }
}

/*# sourceMappingURL=footer.css.map */
