body {
  color: #315a99;
  font-family: Varela Round;
  font-size: 18px;
  line-height: 1.5;
}
a {
  color: #45c74b;
}
a:hover, a:focus {
  color: #2c8030;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Varela Round;
  line-height: 1.5;
  color: #315a99;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 46px;
}
h2, .h2 {
  font-size: 38px;
}
h3, .h3 {
  font-size: 31px;
}
h4, .h4 {
  font-size: 23px;
}
h5, .h5 {
  font-size: 18px;
}
h6, .h6 {
  font-size: 16px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default {
  font-size: 12px;
  color: #020613;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 4px 10px rgba(2, 11, 25, 0.4);
  box-shadow: 0px 4px 10px rgba(2, 11, 25, 0.4);
}
.btn-default:hover, .btn-default:focus {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: rgba(255, 255, 255, 0);
}
.btn-primary {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary, .btn-default {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.btn-primary, .btn-default {
  padding-top: 7px;
}
.btn-primary, .btn-default {
  padding-right: 30px;
}
.btn-primary, .btn-default {
  padding-bottom: 7px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
body {
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  background-position: center top;
}
