/* COLOR VARIABLES */
.bg-accent {
  background-color: #6dc1f9;
}

.bg-accentdark {
  background-color: #529fd3;
}

.bg-accentdarker {
  background-color: #529fd3;
}

/* TYPOGRAPHY */
/* BUTTONS */
.btn-primary {
  background: #6dc1f9;
  border-color: #6dc1f9;
  color: #383838;
}
.btn-primary:hover, .btn-primary:focus {
  background: #55b7f8;
  border-color: #55b7f8;
  color: #383838;
}

.btn-secondary-text {
  color: #529fd3 !important;
}
.btn-secondary-text:hover, .btn-secondary-text:focus {
  color: #3e94ce;
}

.btn-secondary-text-white {
  color: #fff !important;
}
.btn-secondary-text-white:hover, .btn-secondary-text-white:focus {
  color: #e6e6e6 !important;
}

/* NAVBAR */
.offcanvas-body .nav-item .btn {
  background-color: #6dc1f9;
  border-color: #6dc1f9;
}
.offcanvas-body .nav-item .btn:hover {
  background-color: #55b7f8;
  border-color: #55b7f8;
}

.offcanvas-body--contact .phone,
.offcanvas-body--contact .chat a,
.offcanvas-body--contact .chat i {
  color: #fff;
}

/* INTRO */
.intro--contact {
  background: #6dc1f9;
  color: #383838;
}
.intro--contact .phone,
.intro--contact .chat,
.intro--contact .chat .btn,
.intro--contact a {
  color: #383838;
}

.list-item::before {
  background: #6dc1f9;
}

.features-bar {
  background: #6dc1f9;
}

.article .intro {
  color: #529fd3;
}
.article ol li::before {
  color: #6dc1f9;
}
