:root {
  --primary-color: #CC181F;
  --primary-color-rgb: 204, 24, 31;
  --secondary-color: #FECE58;
  --secondary-color-rgb: 254, 206, 88;
  --tertiary-color: #e615af;
  --tertiary-color-rgb: rgba(230, 21, 175, 1.0);
}

/* About page timeline color overrides */
.de-timeline-article.even .site-center-line {
  background: #3D3935;
}
.de-timeline-article.even h4.de-timeline-year {
  background: #3D3935;
  color: #fff;
}
.de-timeline-article.even .d-line {
  background: #3D3935;
}
.de-timeline-article.even .meta-dot {
  background: #bd1c19;
}