body {
  background-color: #F9FAFA;
  font-family: 'Open Sans', sans-serif;
}

.navbar {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

.logo, .logo-alt {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -1.8px;
  color: #1a75d0 !important;
}

.logo-alt {
  color: white !important;
}

footer {
  background-color: #3b4148;
  min-height: 115px;
}
.fluid-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.align-middle {
  justify-content: center;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}

h2 {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.85);
}

h3 {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.65);
}

section {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 60px;
}
section.contact {
  background-color: #F9FAFA;
  padding-bottom: 60px;
}

section.how-it-works {
  padding-bottom: 60px;
}

.background-white {
  background-color: white;
}

section.how-it-works img {
  height: 100px;
  margin-bottom: 10px;
}

.background-gray {
  background-color: #F9FAFA;
}
.jumbotron img.jumbotron-image {
  width: 100%;
}

.top-banner {
  background-color: #1a75d0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.top-banner h1 {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #fcfcfc;
}

.top-banner p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.19px;
  text-align: center;
  color: #fcfcfc;
  margin-top: 20px;
}

@media (min-width: 576px) {
  .top-banner h1 {
    font-size: 28px;
  }
  .top-banner p {
    font-size: 16px;
  }
}

.solution {
  padding-bottom: 60px;
}
.solution h1 {
  color: #1a75d0;
}
.solution img {
  width: 100%;
}

.contact h1 {
  color: #1a75d0;
}

.light-blue-background {
  background-color: #edf3f8;
}

.benefits {
  padding-top: 30px;
  padding-bottom: 60px;
}
.benefits h1 {
  color: #1a75d0;
  margin-top: -50px;
}
.benefits ul {
  list-style: none;
}

.benefits ul li {
  margin-bottom: 15px;
  font-weight: bold;
}

.benefits ul li::before {
  content: "\2022";
  color: #1a75d0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
  line-height: 15px;
}

.navbar-brand-centered {
  position: absolute;
  left: 50%;
  display: block;
  width: 160px;
  text-align: center;
  background-color: transparent;
  height: 100%;
  max-height:56px;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -80px;
}
.navbar>.container {
  justify-content: flex-end;
}

.nav-link {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 0, 0, 0.85)!important;
  padding-bottom: 0px;
}
.nav-item {
  margin-bottom: 8px;
}

.nav-item.active {
  border-bottom: solid 3px #1a75d0;
}
