body {
  background-color: #fff;
  color: #394a5c;
  font-family: Lato;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #5b728a;
}
a:hover, a:focus {
  color: #881312;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Lato;
  font-weight: 700;
  line-height: 1.4;
  color: #394a5c;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 23px;
}
h3, .h3 {
  font-size: 19px;
}
h4, .h4 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 11px;
}
h6, .h6 {
  font-size: 10px;
}
.btn-default {
  border-width: 0px;
  border-color: #2b2e2f;
}
.btn-default {
  background: #717f8e;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  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: #2b2e2f;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #8596a9;
}
.btn-primary {
  border-width: 0px;
  border-style: none;
  border-color: #2b2e2f;
}
.btn-primary {
  background: #881312;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  border-color: #2b2e2f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #f76f64;
}
body {
  background-image: url('../../../../#2b2e2f');
}
