body {
  background-color: #EBEBEB;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #3D5534;
}

main a {
  color: #1F452C;
}

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

main a:visited {
  color: #2f6842;
}

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

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

.site-nav a {
  color: #6C7E80;
}

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

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

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

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

footer {
  color: #3E632A;
}

footer a {
  color: #1F452C;
}

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

footer a:visited {
  color: #2f6842;
}

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

.title a {
  color: #3D7D33;
}

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

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

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

.button {
  background: #1F452C;
  color: #EBEBEB;
}

.social-icon {
  background-color: #3D5534;
  color: #EBEBEB;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #3D5534;
}