
.thesaas-sections-split .section,
.thesaas-sections-split .main-content .topbar,
.thesaas-sections-split .main-content .site-footer {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .main-content .topbar {
  position: static;
}

.thesaas-sections-split .main-content .topbar .topbar-toggler {
  display: none;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

.thesaas-sections-split.topbar-reveal .main-content .topbar-nav {
  display: none;
}

@media (max-width: 768px) {

  .thesaas-sections-split .section,
  .thesaas-sections-split .main-content .site-footer {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

}

.bg-gradient {
  background-image: linear-gradient(to bottom, #2c3853 58%, #603e38 100%);
}

.btn-info {
  background-color: #5bb8e7;
  border: none;
}

.btn-primary {
  border: none;
}

.topbar .btn-primary {
  border: 1px solid #0facf3;
}

#home .btn-primary {
  background-color: #5bb8e7;
}

#home .text-primary {
  color: #5bb8e7 !important;
}

#about .fa {
  color: #f76100;
}

#about h5 {
  font-weight: bold;
}

#how-it-works .fa {
  color: #f76100 !important;
}

#how-it-works .shadow-3 {
  box-shadow: 0 0 25px 5px rgba(0,0,0,0.1);
}

#cta .btn-primary {
  background-color: #f76100;
}

#cta.bg-primary {
  background-color: #2c3853 !important;
}

#testimonials .avatar-xl {
  width: 85px;
  height: 85px;
}

#team,
#team h2,
#team h6 {
  color: white;
}

#team .nav-outline .nav-link {
  color: white;
  border-color: white;
}

#team .nav-outline .nav-link:hover,
#team .nav-outline .nav-link.active {
  background-color: white;
  color: #333;
}

#team .social-gray a {
  color: white;
}

#team .section-header {
  margin-bottom: 35px;
}

#team img {
  max-height: 175px;
  border-radius: 70%;
}

#partners img {
  filter: grayscale(90%);
  max-height: 60px;
  max-width: 200px;
  display: inline-block;
  vertical-align: middle;
}

footer.site-footer {
  background-color: #2c3853;
  margin-top: -3px;
}

footer.site-footer,
footer.site-footer a {
  color: white;
}
