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

body {
  color: #53732b;
}

main a {
  color: #547b8c;
}

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

main a:visited {
  color: #6c95a7;
}

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

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

.site-nav a {
  color: #6195b3;
}

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

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

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

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

footer {
  color: #5e8aba;
}

footer a {
  color: #547b8c;
}

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

footer a:visited {
  color: #6c95a7;
}

.title, .news-item-title, .flex-page-title {
  color: #4a4545;
}

.title a {
  color: #4a4545;
}

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

.title a:visited {
  color: #4a4545;
}

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

.button {
  background: #547b8c;
  color: #D9D9D9;
}

.social-icon {
  background-color: #53732b;
  color: #D9D9D9;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #53732b;
}