body {
  background-color: #000000;
  font-weight: normal;
  font-style: normal;
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

body {
  color: #ECDDCB;
}

main a {
  color: #CB912E;
}

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

main a:visited {
  color: #d8a754;
}

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

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

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

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

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

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

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

footer {
  color: #EBE0D4;
}

footer a {
  color: #CB912E;
}

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

footer a:visited {
  color: #d8a754;
}

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

.title a {
  color: #EBE0D4;
}

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

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

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

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

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

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #ECDDCB;
}