body {
  background-color: #FDFEFE;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #020202;
}

main a {
  color: #7B1E7B;
}

main a:hover {
  text-decoration: underline;
  color: #a428a4;
}

main a:visited {
  color: #a428a4;
}

.site-title, .mobile-menu-icon {
  color: #D310A1;
}

.site-nav, .mobile-menu-link, nav:before, nav:after {
  color: #AB1EE8;
}

.site-nav a {
  color: #AB1EE8;
}

.site-nav a:hover {
  text-decoration: none;
  color: #bc4ced;
}

.site-nav a:visited {
  color: #AB1EE8;
}

.site-nav a.selected {
  color: #bc4ced;
}

.site-nav:hover a.selected {
  color: #AB1EE8;
}

footer {
  color: #5656CF;
}

footer a {
  color: #7B1E7B;
}

footer a:hover {
  text-decoration: underline;
  color: #a428a4;
}

footer a:visited {
  color: #a428a4;
}

.title, .news-item-title, .flex-page-title {
  color: #4B4B52;
}

.title a {
  color: #4B4B52;
}

.title a:hover {
  text-decoration: none;
  color: #63636d;
}

.title a:visited {
  color: #4B4B52;
}

.hr, .hr-before:before, .hr-after:after, .hr-before--small:before, .hr-before--large:before, .hr-after--small:after, .hr-after--large:after {
  border-top-color: #686868;
}

.button {
  background: #7B1E7B;
  color: #FDFEFE;
}

.social-icon {
  background-color: #020202;
  color: #FDFEFE;
}

.welcome-modal {
  background-color: #FFFFFF;
}

.site-title {
  font-family: "Chivo", sans-serif;
  font-style: normal;
  font-weight: 400;
}

nav {
  font-family: "Chivo", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

.site-title {
  font-size: 1.8125rem;
}

footer .credit a {
  color: #020202;
}