/* FOOTER */
.footer-section {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 10px 0px;
  margin-top: 80px;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-inline: 15px;
  text-align: center;
  font-size: 0.8rem;
  background-color: #000;
}

.footer-email,
.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-email:hover,
.footer-link:hover {
  text-decoration: underline;
}

.footer-top,
.footer-middle,
.footer-bottom {
  margin-bottom: 10px;
}

.footer-copy {
  margin-top: 5px;
  font-size: 0.7rem;
  opacity: 0.8;
}