
/* Footer styles */


.site-footer {
  background-color: #008080;
  
  color: #eee;
  padding: 2rem 1rem;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-container h3 {
  margin-bottom: 0.8rem;
  font-size: 1.1rem;
  color:#FFC72C;
  
}

.footer-about,
.footer-links,
.footer-contact {
  flex: 1 1 250px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #eee;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
.footer-contact a{
  color: #FFC72C;
}

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid  wheat;
  /* border: #FFC72C; */
  padding-top: 1rem;
  font-size: 0.85rem;
  color: #dbd6d6;
}
