body {
  background-color: #f8f8f8;
  color: #666;
  font-family: Source Sans Pro;
  font-size: 14px;
  line-height: 1.4;
}
a {
  color: #010038;
}
a:hover, a:focus {
  color: #004445;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Oxygen;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 39px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 26px;
}
h4, .h4 {
  font-size: 19px;
}
h5, .h5 {
  font-size: 15.2px;
}
h6, .h6 {
  font-size: 13px;
}
.btn-default {
  background: #004445;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #2c7873;
}
.btn-primary {
  background: #2c7873;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #004445;
}
.btn-primary, .btn-default {
  border-top-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
}
