﻿.button01 {
  font-family: 'Arial', 'Verdana' !important;
  font-size: 15px;
  color: #ffffff !important;
  background-color: #a56347 !important;
  border: solid 2px #78a634 !important;
  border-radius: 15px;
  outline-color: #78a634 !important;
  /*max-width:100px;*/
}
.button01:hover,
.button01:focus,
.button01:active,
.button01:active:focus,
.button01.active {
  color: #fff;
  background-color: #78a634 !important;
  border: solid 2px #a56347 !important;
  outline-color: #78a634 !important;
}
.footer-shell-01 {
  background-color: #a56347;
}
.footer-menu-section-01 {
  background-color: #a56347;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0;
}
.footer-copyright-section-01 {
  background-color: #a56347;
  padding-top: 0px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}