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

body {
  color: #cecdb1;
}

main a {
  color: #0d9cc9;
}

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

main a:visited {
  color: #19bdf0;
}

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

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

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

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

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

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

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

footer {
  color: #7f8e33;
}

footer a {
  color: #0d9cc9;
}

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

footer a:visited {
  color: #19bdf0;
}

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

.title a {
  color: #e1ddd6;
}

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

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

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

.button {
  background: #0d9cc9;
  color: #000000;
}

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

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #cecdb1;
}