body {
  font-family: Lexend, sans-serif;
  color: #333333;
  font-size: 16px;
}

.overlay {
  border-image: linear-gradient(hsl(0 0% 0% / 0.3), hsl(0 0% 0% / 0.53)) fill 1;
}

.gradient-overlay {
  --bs-bg-opacity: 0.9;
  --bs-overlay-bg: transparent;
  --bs-gradient-offset-top: 50px;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: var(--bs-gradient-offset-top, 0);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 var(--bs-gradient-offset-top, 0));
  mask-image: linear-gradient(to bottom, transparent, #000 var(--bs-gradient-offset-top, 0));
}

.bg-gray {
  background-color: #f8f8f8;
}

.bg-blue {
  background-color: #0d3b66;
}

.blue-hr {
  width: 25%;
  height: 0px;
  border: 0 none;
  border-top: 8px solid #2980B9;
  opacity: 1;
}

.small-text {
  font-size: .875rem;
}

.view-link {
  color: #333333;
  text-decoration: none;
}

.view-link:hover {
  color: #0d3b66;
  text-decoration: none;
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

/* NAVIGATION */

.navbar {
  font-family: 'Poppins', sans-serif;
}

.nav-item {
  margin-right: 6px;
}

.navbar-brand img {
  max-height: 60px;
  width: auto;
}

.navbar-nav .nav-item .nav-link, #navcol-1 .btn {
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link a {
  color: var(--bs-nav-link-color);
  text-decoration: none;
}

.nav-link a:hover {
  color: var(--bs-nav-link-hover-color);
}

/* BUTTONS */

.btn {
  font-family: 'Poppins', sans-serif;
}

.btn-main {
  background-color: #0d3b66;
  color: #ffffff;
  text-transform: uppercase;
}

.btn-main:hover {
  background-color: #3498DB;
  color: #ffffff;
}

.btn-go {
  font-size: 1.25rem;
}

.btn-gold {
  background-color: #d4af37;
  color: #333333;
  text-transform: uppercase;
}

.btn-gold:hover {
  background-color: #d4af37;
  color: #333333;
  opacity: .85;
}

.btn-sec {
  background-color: #d67f46;
  color: #ffffff;
  text-transform: uppercase;
}

.btn-sec:hover {
  background-color: #e8925b;
  color: #ffffff;
}

/* HERO */

.hero-content {
  color: #ffffff;
}

.hero-content h1 {
  font-size: 2.75rem;
}

@media (min-width: 992px) {
  .hero-content h1 {
    font-size: 4rem;
  }
}

.hero-content p {
  font-size: 1rem;
}

@media (min-width: 992px) {
  .hero-content p {
    font-size: 1.25rem;
  }
}

.hero-link, .content-link, .box-link, .dw-link {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
}

.content-link, .box-link, .dw-link {
  color: #333333;
}

.box-link {
  font-size: 1.25rem !important;
}

.dw-link {
  font-size: 1.25rem !important;
}

.hero-link:hover, .content-link:hover, .box-link:hover, .dw-link:hover {
  font-weight: 600;
}

a.hero-link .bi, a.content-link .bi, a.box-link .bi, a.dw-link .bi {
  display: none;
}

a.hero-link:hover .bi, a.content-link:hover .bi, a.box-link:hover .bi, a.dw-link:hover .bi {
  display: inline-block;
}

/* CONTENT */

#whyus img {
  max-width: 150px;
  height: auto;
}

.slim-h1 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 3.5rem;
}

@media (min-width: 992px) {
  .slim-h1 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2.75rem;
  }
}

.slim-h2 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.5rem;
}

.slim-h3 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.slim-h31 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.75rem;
}

.slim-h4 {
  font-weight: 400;
  text-transform: uppercase;
}

.list-group-item {
  background-color: transparent !important;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
}

video {
  height: auto;
  width: 100%;
}

/* FOOTER */

#footer {
  background-color: #F8F8F8;
}

.footer-links a {
  color: #333333;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copyright {
  font-size: 13px;
}

