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

body {
  color: #7687B3;
}

main a {
  color: #1e7a7a;
}

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

main a:visited {
  color: #28a3a3;
}

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

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

.site-nav a {
  color: #3577AB;
}

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

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

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

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

footer {
  color: #5dabab;
}

footer a {
  color: #1e7a7a;
}

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

footer a:visited {
  color: #28a3a3;
}

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

.button {
  background: #1e7a7a;
  color: #FEFFFD;
}

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

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

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

nav {
  font-family: "Courier New", "Courier", monospace;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #7687B3;
}