:root {
  --primary-color: #a14920;
  --secondary-color: #b07455;
  --accent-color: #c0c0c0;
  --text-color: #691d10;
  --light-text: #666666;
  --sidebar-width: 250px;
}

.footer {
  background-color: #2b2b2b;
  color: #ffffff;
  padding: 60px 0 30px;
}

.footer-logo {
  height: 50px;
  margin-bottom: 20px;
}

.footer h5 {
  color: white;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.footer-links {
  list-style: none;
  padding-left: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: white;
  text-decoration: none;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #444444;
  color: white;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: var(--primary-color);
  transform: translateY(-3px);
}

.copyright {
  border-top: 1px solid #444444;
  padding-top: 20px;
  margin-top: 40px;
  font-size: 0.9rem;
  color: #aaaaaa;
}/*# sourceMappingURL=footer.css.map */