/* Footer Styling */
.footer {
  background:#b98c12; 
  color: rgb(10, 10, 10);
  padding: 60px 0;
  font-size: 22px;
  line-height: 36px;
}

.footer h5 {
  color: black;
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 28px;
}

.footer a {
  color: #050505;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  font-size: 22px;
}

.footer a:hover {
  color: #f8f7f6;
}

.footer .social-icons a {
  font-size: 22px;
  margin-right: 15px;
  color: black;
}

.footer .social-icons a:hover {
  color: white;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #444;
  color: black;
}

