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

body {
  color: #8E8A8A;
}

main a {
  color: #0C0C0D;
}

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

main a:visited {
  color: #242428;
}

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

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

.site-nav a {
  color: #8C9CC3;
}

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

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

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

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

footer {
  color: #c5c7c9;
}

footer a {
  color: #0C0C0D;
}

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

footer a:visited {
  color: #242428;
}

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

.title a {
  color: #FBF9F9;
}

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

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

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

.button {
  background: #0C0C0D;
  color: #FDFDFD;
}

.social-icon {
  background-color: #8E8A8A;
  color: #FDFDFD;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #8E8A8A;
}