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

body {
  color: #ECF1DA;
}

main a {
  color: #87D1D5;
}

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

main a:visited {
  color: #61c3c8;
}

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

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

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

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

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

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

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

footer {
  color: #DFA9A8;
}

footer a {
  color: #87D1D5;
}

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

footer a:visited {
  color: #61c3c8;
}

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

.title a {
  color: #B5C6B8;
}

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

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

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

.button {
  background: #87D1D5;
  color: #1C0505;
}

.social-icon {
  background-color: #ECF1DA;
  color: #1C0505;
}

.welcome-modal {
  background-color: #4F735C;
}

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

nav {
  font-family: "Bitter", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #ECF1DA;
}