body {
  color: #0D153B;
}
nav#mainNav {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
}
.btn-primary, .btn-check:focus + .btn-primary, .btn-primary:focus {
  font-weight: 500;
  background-color: #358E43;
  border-color: #358E43;
}
.text-green {
  color: #358E43s !important;
}
.btn-primary:hover {
  background-color: #225928;
  border-color: #225928;
}
.bg-green {
  background-color: #0A1B0C !important;
}
.bg-blue {
  background-color: #0D163C !important;
}
.bg-blue-dark {
  background-color: #070C21;
}
.bg-blue-overlay {
  background-color: #131F45 !important;
}
.bg-green-overlay {
  background-color: #358E43 !important;
}
.rounded-5 {
  border-radius: 20px;
}
.navbar-brand img {
  max-height: 2.5rem;
}
.background[class*="-gradient-horizontal"] {
  -webkit-mask-image: -webkit-gradient(linear, right bottom, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
  mask-image: -webkit-gradient(linear, right bottom, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.5)));
}
.bg-green-100 {
  background-color: #E0F5E4;
  border-radius: .5rem;
  padding: .0 .3rem;
}
@media only screen and (max-width: 768px) {
  .lead, .fs-lg {
    font-size: 1rem !important;
    font-w: 500;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  #hero-img {
    min-height: 400px !important;
    margin: 0 10px;
  }
  #will {
    min-height: 1000px;
  }
  #bg-will {
    background-position: bottom right;
    background-size: 820px;
    background-repeat: no-repeat;
  }
}