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

body {
  color: #60627b;
}

main a {
  color: #6a7c95;
}

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

main a:visited {
  color: #8896aa;
}

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

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

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

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

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

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

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

footer {
  color: #788797;
}

footer a {
  color: #6a7c95;
}

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

footer a:visited {
  color: #8896aa;
}

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

.title a {
  color: #6a6a81;
}

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

.title a:visited {
  color: #6a6a81;
}

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

.button {
  background: #6a7c95;
  color: #FFFFFF;
}

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

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

.site-title {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: normal;
  font-weight: 300;
}

nav {
  font-family: "Alegreya Sans SC", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #60627b;
}