body {
  background-color: #57575F;
  font-weight: 700;
  font-style: normal;
  font-family: "Georgia", serif;
}

body {
  color: #B6AEAE;
}

main a {
  color: #B9B3B3;
}

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

main a:visited {
  color: #d1cece;
}

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

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

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

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

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

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

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

footer {
  color: #AEAAA9;
}

footer a {
  color: #B9B3B3;
}

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

footer a:visited {
  color: #d1cece;
}

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

.title a {
  color: #DAC3BC;
}

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

.title a:visited {
  color: #DAC3BC;
}

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

.button {
  background: #B9B3B3;
  color: #57575F;
}

.social-icon {
  background-color: #B6AEAE;
  color: #57575F;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #B6AEAE;
}