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

body {
  color: #4d5656;
}

main a {
  color: #4c4848;
}

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

main a:visited {
  color: #666161;
}

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

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

.site-nav a {
  color: #483d3d;
}

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

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

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

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

footer {
  color: #000000;
}

footer a {
  color: #4c4848;
}

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

footer a:visited {
  color: #666161;
}

.title, .news-item-title, .flex-page-title {
  color: #372f2f;
}

.title a {
  color: #372f2f;
}

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

.title a:visited {
  color: #372f2f;
}

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

.button {
  background: #4c4848;
  color: #FFFFFF;
}

.social-icon {
  background-color: #4d5656;
  color: #FFFFFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #4d5656;
}