body {
  font-family: 'Lato';
}

p {
  color: rgb(72,72,72);
  font-family: 'Lato', sans-serif;
}

h2, h3, h4, h5, h6 {
  color: #484848;
  font-family: 'Lato';
}

.navbar-logo {
  height: 52px;
}

.navigation-clean {
  padding-top: 8px;
  padding-bottom: 8px;
}

.homepage-header-image-bg {
  color: rgb(33,37,41);
  background: url("../../assets/img/banner-bg.jpg");
  margin-top: 60px;
}

.transparent-homepage-header-image {
  background: rgba(0,0,0,0.15);
}

.btn-disability-income {
  background: rgb(40,182,44);
  font-family: 'Lato', sans-serif;
  border-style: none;
}

.our-services-home-page {
  background: #daf5fb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-services-home-page a {
  color: #158cba;
  text-decoration: none;
}

.our-services-home-page h3 {
  color: #158cba;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}

.thumbnail-our-services {
  width: 110px;
  height: 110px;
  object-fit: cover;
}

.call-to-action {
  background: #daf5fb;
}

.btn-free-quote {
  background: rgb(21,140,186);
  font-family: 'Lato', sans-serif;
}

.inside-page-banner-image {
  background: center / cover no-repeat url("../../assets/img/inside-page-banner-image-bg.png");
  /*min-height: 200px;*/
  margin-top: 60px;
}

.inside-page-banner-title {
  color: rgb(255,255,255);
  text-align: center;
  font-family: 'Lato', sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inside-page-title {
  padding-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  color: rgb(72,72,72);
  margin-bottom: 0px;
}

.inside-page-subtitle {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  color: #158cba;
  margin-bottom: 0px;
}

.inside-page-subtitle-2 {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.inside-page-text {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.sidebar-title {
  font-weight: bold;
  color: #0068ac !important;
}

.sidebar-list-text {
  font-weight: normal;
  color: rgb(72,72,72);
}

.list-group a {
  color: #313437 !important;
  text-decoration: none;
}

.list-group a:hover {
  color: #158cba!important;
  text-decoration: none;
}

.r-sidebar-color-scheme {
  background: var(--bs-gray-100);
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

.footer-logo {
  opacity: 1;
  width: 200px;
  font-family: 'Lato', sans-serif;
}

hr {
  color: #c0c0c0;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.free-quote-lblue-bg {
  background-color: #e0f9ff;
}

.contact-clean-white {
  margin: 0 auto;
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #505e6c;
}

