body {
  background-color: #555B43;
  font-weight: normal;
  font-style: normal;
  font-family: "Courier New", "Courier", monospace;
}

body {
  color: #FFFAFA;
}

main a {
  color: #DEDDDD;
}

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

main a:visited {
  color: #c5c3c3;
}

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

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

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

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

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

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

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

footer {
  color: #C9C9C9;
}

footer a {
  color: #DEDDDD;
}

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

footer a:visited {
  color: #c5c3c3;
}

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

.title a {
  color: #DADADA;
}

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

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

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

.button {
  background: #DEDDDD;
  color: #555B43;
}

.social-icon {
  background-color: #FFFAFA;
  color: #555B43;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #FFFAFA;
}