body {
  background-color: #fafafa;
  font-weight: normal;
  font-style: normal;
  font-family: "Tahoma", "Geneva", sans-serif;
}

body {
  color: #626080;
}

main a {
  color: #575a7a;
}

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

main a:visited {
  color: #6d7197;
}

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

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

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

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

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

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

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

footer {
  color: #4d5275;
}

footer a {
  color: #575a7a;
}

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

footer a:visited {
  color: #6d7197;
}

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

.title a {
  color: #6e6e6e;
}

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

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

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

.button {
  background: #575a7a;
  color: #fafafa;
}

.social-icon {
  background-color: #626080;
  color: #fafafa;
}

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

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

nav {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #626080;
}