a {
  color: #8194c6;
}

a:hover,
a:focus {
  color: #7f9be3;
}

.btn.btn-secondary::after {
  background: #7f9be3;
}

.btn.btn-secondary:hover::before {
  border-color: #7f9be3;
}

.secondary-bg {
  background-color: #738b66;
}

.btn-primary {
  background: #1f2844;
  color: #fff!important;
}

.btn.btn-primary::after {
  background: #fff;
}

.btn.btn-primary:hover::before {
  border-color: #fff;
}

.upcoming-events path {
  stroke: #fff;
}

.upcoming-events a,
.upcoming-events .format-date {
  color: #fff!important;
}

.footer-social path {
  fill: #738b66;
}

#nav-app a {
  color: #8fa981;
}

/* Custom Content Box Backgrounds and Colours */
.content-box.cb-bg-1 {
  background: #bcc2ca;
}

.content-box.cb-bg-2 {
  background: #8194c6;
}

.content-box.cb-bg-3 {
  background: #020304;
}

.content-box.cb-bg-4 {
  background: #1f2945;
}

.content-box.cb-bg-5 {
  background: #708d68;
}

.content-box.cb-bg-3 *,
.content-box.cb-bg-4 * {
  color: #fff;
}