body {
  background-color: custom;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
}
a {
  color: #2d5900;
}
a:hover, a:focus {
  color: #467c0f;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
  color: #000;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 67px;
}
h2, .h2 {
  font-size: 55px;
}
h3, .h3 {
  font-size: 45px;
}
h4, .h4 {
  font-size: 33px;
}
h5, .h5 {
  font-size: 26px;
}
h6, .h6 {
  font-size: 23px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #2d5900;
}
.btn-default {
  background: #fff;
  font-size: 16px;
  color: #2d5900;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 0px 0px #467c0f;
  box-shadow: 0px 0px 0px 0px #467c0f;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #2d5900;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #2d5900;
}
.btn-primary {
  border-width: 0px;
  border-color: #467c0f;
}
.btn-primary {
  background: #2d5900;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 0px 0px 0px #467c0f;
  box-shadow: 0px 0px 0px 0px #467c0f;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #467c0f;
}
.btn-primary, .btn-default {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.btn-primary, .btn-default {
  padding-top: 11px;
}
.btn-primary, .btn-default {
  padding-right: 30px;
}
.btn-primary, .btn-default {
  padding-bottom: 13px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
