@import "entypo.css";

.navbar-custom {
  background: #FFF;
}

.navbar-dark .navbar-nav a {
    color: #333;
}

.navbar.fixed-top {
  box-shadow: 0px 0px 10px 10px #cccccc1f;
}

body {
  font-size: 18px;
}

h1 {
  color: #1b3d5f;
  font-weight: 600 !important;
}

h2 {
  color: #0d3256;;
  font-size: 2.5rem;
}

.masthead h2 {
  font-size: 2rem;
}

h3, h4, h5 {
  color: #0d3256;
  margin: 60px 0 20px 0;
}

h1 > span, h2 > span {
  color: #019f6a;
}

.masthead h2 {
  font-weight: 300 !important;
}

header {
  padding-bottom: 0px !important;
}

header .btn-primary {
  margin-bottom: 100px;
}

h3.lead {
  background: #FFF;
  color: #29a675;
  padding: 20px 30px;
  position: absolute;
  left: 150px;
  font-size: 26px;
  text-align: center;
  bottom: 30px;
  box-shadow: 0px 0px 0px 10px rgba(27, 61, 95, 0.4);
  transform: skewY(4deg) rotateX(20deg);
}

.lead>a, .lead>a:hover, .lead>a:focus, .lead>a:active {
  color: #014b98;
  text-decoration: none;
}

.masthead img {
  position: absolute;
  max-width: 100%;
  right: 0;
  bottom: 30px;
}

.winwin img {
  position: absolute;
  right: 0;
  bottom: 0px;
}

header.masthead {
  padding-top: 200px;
  background: #FFF;
}

.navbar-brand img {
  height: 50px;
  padding: 0px;
}

.btn-primary {
  background-color: #1b3d5f !important;
  border-color: #a4b1bf !important;
  border-width: 4px;
}

.btn-primary:hover {
  background-color: #014b98 !important;
  border-color: #ffffff !important;
}

.round {
  background: #014b98;
  display: inline-block;
  line-height: 60px;
  height: 120px;
  width: 120px;
  text-align: center;
  border-radius: 50%;
  padding: 15px;
  margin: 40px 0px 30px;
}

.round.round-lg {
  line-height: 100px;
  height: 160px;
  width: 160px;
  padding: 18px;
}

.round img {
  width: 100%;
}

section.invert {
  background: #e6ebf1;
}

section.invert h3 {
  font-weight: normal !important;
  font-size: 20px;
}

section.invert h2 {
  color: #014b98;
}

section {
  padding: 60px 0;
}

.usps {
  font-size: 18px;
}

.usps i {
  display: inline-block;
  margin-right: 20px;
}

.rounded-circle {
  height: 400px;
  width: 400px;
}
