/* Footer Styles */
.site-footer {
  background: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #222;
  margin-top: 0;
}
.footer-top-border {
  border-top: 3px solid #b99753;
  width: 100%;
  margin-bottom: 1.5rem;
}
.footer-logo {
  max-width: 120px;
}
.footer-quote {
  font-family: "Cormorant Infant", serif;
  font-size: 1.15rem;
  color: #676766;
}
.footer-socials a {
  font-size: 1.3rem;
  color: #222;
  margin: 0 0.25rem;
  transition: color 0.2s;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
}
.footer-socials a:hover {
  color: #b99753;
}
.footer-email {
  color: #222;
  text-decoration: none;
  word-wrap: break-word;
}
.footer-email:hover {
  color: #b99753;
  text-decoration: underline;
}
@media (max-width: 1430px) and (min-width: 991.98px) {
  .footer-email {
    font-size: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  .footer-logo {
    margin-bottom: 1rem;
  }
  .footer-quote {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer-top-border {
    margin-bottom: 1rem;
  }
  .footer-quote {
    font-size: 0.95rem;
  }
}
footer .container-fluid {
  max-width: 1560px;
}
