
.footer {
  margin-top: 10px;
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 2px solid #3A7D44;
  /*border-bottom: 2px solid #3A7D44;
  color: #333;*/
  font-size: 14px;
  text-align: center;
}

.footer a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
}

.footer a svg {
  width: 24px;
  height: 24px;
  fill: #9A3324;
  transition: fill 0.3s ease;
}

.footer a:hover svg {
  fill: #7B241C;
}
/*
footer {
  background-color: #f8f8f8;
  border-top: 2px solid #3A7D44;
  border-bottom: 2px solid #3A7D44;
  padding: 10px 10px;
  text-align: center;
  margin-top: 30px;
}

footer .social-icons {
  margin-bottom: 10px;
}

footer .social-icons a {
  margin: 0 10px;
  display: inline-block;
}

footer .social-icons img,
footer .social-icons svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

footer .download-link {
  font-size: 14px;
  color: #333;
}

footer .download-link a {
  color: #E59238;
  text-decoration: none;
  font-weight: bold;
}

footer .download-link a:hover {
  text-decoration: underline;
}
*/