
/* ====== FOOTER ====== */
footer {
  text-align: center;
  padding: 15px;
  font-size: 12px;
  margin-top: auto;
}

footer a {
  color: var(--text-footer-col);
  text-decoration: none;
  text-shadow:var(--text-footer-shadows)
}

footer a:hover {
  color: var(--text-footer-col-hover);
}