body {
  background-color: #fff;
  color: #172b29;
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}
a {
  color: #394f63;
}
a:hover, a:focus {
  color: #8db4b0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Lato;
  font-weight: 700;
  line-height: 1.4;
  color: #172b29;
  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: 0px;
  border-color: #3c6e69;
}
.btn-default {
  background: #394f63;
  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: #3c6e69;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #8596a9;
}
.btn-primary {
  border-width: 0px;
  border-style: none;
  border-color: #3c6e69;
}
.btn-primary {
  background: #3c6e69;
  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: #3c6e69;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #436662;
}
body {
  background-image: url('../../../../#3c6e69');
}
