/* Sticky footer styles
-------------------------------------------------- */

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: var(--custom2-color) !important;
  padding-top: 1.5rem;
  padding-bottom: 1.6rem;
  font-size: 0.9rem;
}

footer p {
  margin-bottom: 0;
}

footer p a {
  text-decoration: none;
  display: inline !important;
  padding: 0 !important;
}

footer .footer-light .copyright {
  color: rgba(255, 255, 255, 0.4);
}

footer .footer-light p a {
  color: rgba(255, 255, 255, 0.5) !important;
  margin-right: 10px;
}

.footer-light p .active {
  color: #fff !important;
}

footer .footer-light p a:hover {
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none;
}

footer .footer-dark .copyright {
  color: rgba(0, 0, 0, 0.4) !important;
}

footer .footer-dark p a {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

.footer-dark p .active {
  color: #000 !important;
}

footer .footer-dark p a:hover {
  color: rgba(0, 0, 0, 1) !important;
  text-decoration: none;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}