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

body {
  color: #000000;
}

main a {
  color: #FF0000;
}

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

main a:visited {
  color: #ff3333;
}

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

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

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

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

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

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

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

footer {
  color: #000000;
}

footer a {
  color: #FF0000;
}

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

footer a:visited {
  color: #ff3333;
}

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

.title a {
  color: #f22121;
}

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

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

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

.button {
  background: #FF0000;
  color: #FFFFFF;
}

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

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #000000;
}