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

body {
  color: #131212;
}

main a {
  color: #202222;
}

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

main a:visited {
  color: #393c3c;
}

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

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

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

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

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

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

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

footer {
  color: #191A1A;
}

footer a {
  color: #202222;
}

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

footer a:visited {
  color: #393c3c;
}

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

.title a {
  color: #343437;
}

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

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

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

.button {
  background: #202222;
  color: #FEFFFD;
}

.social-icon {
  background-color: #131212;
  color: #FEFFFD;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #131212;
}