.footer {
  padding: 2rem 0;
}

.footer>.flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer img {
  height: 30px;
  width: 30px;
}

.footer a {
  font-weight: 400;
  font-size: 1rem;
  border: none;
  background: transparent;
}

.footer a:hover {
  color: var(--light-font-color);
  background: transparent;
}

.footer a.img {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0.75rem;
  background: 0 0;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .footer>.flex {
    align-items: flex-start;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .footer a {
    padding: 0;
  }

  .footer a.img {
    padding: 0 0.5rem;
    margin: 0 1rem;
  }
}

@media print {
  .footer {
    display: none;
  }
}

/* Footer Center Styling */
.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.footer-custom-html {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-custom-html * {
  margin-left: 5px;
  margin-right: 5px;
}