footer {
  background-color: #f9f7f4;
  color: #333;
  padding: 50px 0 0;
}

footer h5 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #111;
}

footer a {
  display: block;
  color: #222;
  text-decoration: none;
  margin-bottom: 0.5rem;
  transition: 0.3s;
}

footer a:hover {
  color: #a77248;
}

.footer-logo img {
  max-height: 60px;
  margin-bottom: 15px;
}

.footer-desc {
  font-size: 0.95rem;
  color: #444;
}

.footer-bottom {
  background-color: #a77248;
  text-align: center;
  padding: 12px 0;
  margin-top: 30px;
  color: #fff;
  font-size: 0.9rem;
}

.footer-bottom a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
