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

body {
  color: #231f1f;
}

main a {
  color: #303633;
}

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

main a:visited {
  color: #48514d;
}

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

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

.site-nav a {
  color: #9A8834;
}

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

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

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

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

footer {
  color: #c7c7c7;
}

footer a {
  color: #303633;
}

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

footer a:visited {
  color: #48514d;
}

.title, .news-item-title, .flex-page-title {
  color: #573d3f;
}

.title a {
  color: #573d3f;
}

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

.title a:visited {
  color: #573d3f;
}

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

.button {
  background: #303633;
  color: #DADADA;
}

.social-icon {
  background-color: #231f1f;
  color: #DADADA;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #231f1f;
}