a {
  color: #9d203f;
}

a:hover,
a:focus {
  color: #9d203f;
}

.btn.btn-secondary::after {
  background: #9d203f;
}

.btn.btn-secondary:hover::before {
  border-color: #9d203f;
}

.secondary-bg {
  background-color: #d4d4d4;
}

.btn-primary {
  background: #64081F;
}

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

#nav-app a {
  color: #fff;
}

.footer-social svg path {
  fill: #613942;
}

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

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

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

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

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

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