body {
  background-color: #B3DCAC;
  font-weight: 700;
  font-style: normal;
  font-family: "Courier New", "Courier", monospace;
}

body {
  color: #4D554D;
}

main a {
  color: #4C524B;
}

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

main a:visited {
  color: #656d63;
}

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

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

.site-nav a {
  color: #475147;
}

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

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

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

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

footer {
  color: #545B53;
}

footer a {
  color: #4C524B;
}

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

footer a:visited {
  color: #656d63;
}

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

.title a {
  color: #3B423B;
}

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

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

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

.button {
  background: #4C524B;
  color: #B3DCAC;
}

.social-icon {
  background-color: #4D554D;
  color: #B3DCAC;
}

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

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

nav {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

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