/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 4rem 0 2rem;
}

section {
  padding: 2rem 0;
}

.bg-dark {
  background-color: #2d2e72 !important;
}

.bg-primary {
  background-color: #f6f8e3 !important;
}

h1 {
  margin-bottom: 2rem;
}

h2 {
  color: #2d2e72 !important;
}

.phone {
  font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .8);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1)
}

p.footer {
  font-size: 1.25rem;
}

.cfh-green {
  color: #3cb54b;
}

a.cfh-green:hover {
  color: #3cb54b;
}

.cfh-orange {
  color: #f78f1e;
}

a.cfh-orange:hover {
  color: #f78f1e;
}

.cfh-blue {
  color: #2d2e72;
}

a.cfh-blue:hover {
  color: #2d2e72;
}

.btn-primary {
  background-color:  #3cb54b !important;
  border-color:  #3cb54b !important;
  font-weight: 600;
}

footer a {
  color: #FFFFFF !important;
  font-weight: 500;
}

.font-weight-medium {
  font-weight: 500;
}