body {
  background-color: #000000;
  font-weight: 700;
  font-style: normal;
  font-family: "Palatino Linotype", "Book Antiqua3", "Palatino", serif;
}

body {
  color: #e0cbbd;
}

main a {
  color: #e5d6cc;
}

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

main a:visited {
  color: #d4bbaa;
}

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

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

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

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

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

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

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

footer {
  color: #2e251f;
}

footer a {
  color: #e5d6cc;
}

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

footer a:visited {
  color: #d4bbaa;
}

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

.title a {
  color: #cfe3fc;
}

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

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

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

.button {
  background: #e5d6cc;
  color: #000000;
}

.social-icon {
  background-color: #e0cbbd;
  color: #000000;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #e0cbbd;
}