body {
  background-color: #FAFAFA;
  font-weight: normal;
  font-style: normal;
  font-family: "Arial", "Helvetica", sans-serif;
}

body {
  color: #0E0E10;
}

main a {
  color: #7A7E86;
}

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

main a:visited {
  color: #95989e;
}

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

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

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

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

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

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

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

footer {
  color: #0f0f10;
}

footer a {
  color: #7A7E86;
}

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

footer a:visited {
  color: #95989e;
}

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

.title a {
  color: #7d7d87;
}

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

.title a:visited {
  color: #7d7d87;
}

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

.button {
  background: #7A7E86;
  color: #FAFAFA;
}

.social-icon {
  background-color: #0E0E10;
  color: #FAFAFA;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0E0E10;
}