body {
  background-color: #fff;
  color: #000;
  font-size: 17px;
  line-height: 1.6;
}
a {
  color: #1663bd;
}
a:hover, a:focus {
  color: #4c4c4e;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.6;
  color: #1663bd;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 44px;
}
h2, .h2 {
  font-size: 36px;
}
h3, .h3 {
  font-size: 29px;
}
h4, .h4 {
  font-size: 22px;
}
h5, .h5 {
  font-size: 17px;
}
h6, .h6 {
  font-size: 15px;
}
.btn-default {
  background: #1663bd;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px 0px #1663bd;
  box-shadow: 0px 0px 0px 0px #1663bd;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #4c4c4e;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #1663bd;
}
.btn-primary {
  background: #1663bd;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px 0px #1663bd;
  box-shadow: 0px 0px 0px 0px #1663bd;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  border-color: #1663bd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #1663bd;
}
.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: 15px;
}
.btn-primary, .btn-default {
  padding-right: 30px;
}
.btn-primary, .btn-default {
  padding-bottom: 15px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
