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

body {
  color: #75756E;
}

main a {
  color: #9E9E8C;
}

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

main a:visited {
  color: #b5b5a8;
}

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

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

.site-nav a {
  color: #737e6d;
}

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

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

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

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

footer {
  color: #C4C4B6;
}

footer a {
  color: #9E9E8C;
}

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

footer a:visited {
  color: #b5b5a8;
}

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

.title a {
  color: #3F453F;
}

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

.title a:visited {
  color: #3F453F;
}

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

.button {
  background: #9E9E8C;
  color: #FFFCFC;
}

.social-icon {
  background-color: #75756E;
  color: #FFFCFC;
}

.welcome-modal {
  background-color: #534C4C;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #75756E;
}