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

body {
  color: #293F25;
}

main a {
  color: #437143;
}

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

main a:visited {
  color: #569156;
}

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

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

.site-nav a {
  color: #484B48;
}

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

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

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

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

footer {
  color: #A1A1AA;
}

footer a {
  color: #437143;
}

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

footer a:visited {
  color: #569156;
}

.title, .news-item-title, .flex-page-title {
  color: #1F4924;
}

.title a {
  color: #1F4924;
}

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

.title a:visited {
  color: #1F4924;
}

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

.button {
  background: #437143;
  color: #F8D9B9;
}

.social-icon {
  background-color: #293F25;
  color: #F8D9B9;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #293F25;
}