body {
  background-color: #060704;
  font-weight: normal;
  font-style: normal;
  font-family: "Arial", "Helvetica", sans-serif;
}

body {
  color: #AD8735;
}

main a {
  color: #C32837;
}

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

main a:visited {
  color: #d94553;
}

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

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

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

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

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

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

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

footer {
  color: #aaaa99;
}

footer a {
  color: #C32837;
}

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

footer a:visited {
  color: #d94553;
}

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

.title a {
  color: #b7b3b3;
}

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

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

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

.button {
  background: #C32837;
  color: #060704;
}

.social-icon {
  background-color: #AD8735;
  color: #060704;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #AD8735;
}