body {
  color: #112b2c;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #8b231d;
}
a:hover, a:focus {
  color: #567007;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Alegreya SC;
  font-weight: 700;
  line-height: 1.4;
  color: #112b2c;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 31px;
}
h2, .h2 {
  font-size: 25px;
}
h3, .h3 {
  font-size: 21px;
}
h4, .h4 {
  font-size: 15px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 11px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(17, 43, 44, 0.1);
}
.btn-default {
  font-size: 16px;
  color: #112b2c;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #8b231d;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #8b231d;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #8b231d;
}
.btn-primary {
  background: #8b231d;
  font-size: 16px;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #112b2c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #112b2c;
}
.btn-primary, .btn-default {
  padding-top: 8px;
}
.btn-primary, .btn-default {
  padding-right: 30px;
}
.btn-primary, .btn-default {
  padding-bottom: 8px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
