body {
  background-color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  font-family: "Georgia", serif;
}

body {
  color: #0B0000;
}

main a {
  color: #7C2993;
}

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

main a:visited {
  color: #9e34bb;
}

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

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

.site-nav a {
  color: #571A8B;
}

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

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

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

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

footer {
  color: #0E0101;
}

footer a {
  color: #7C2993;
}

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

footer a:visited {
  color: #9e34bb;
}

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

.title a {
  color: #000000;
}

.title a:hover {
  text-decoration: none;
  color: #1a1a1a;
}

.title a:visited {
  color: #000000;
}

.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: #d70000;
}

.button {
  background: #7C2993;
  color: #FFFFFF;
}

.social-icon {
  background-color: #0B0000;
  color: #FFFFFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0B0000;
}