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

body {
  color: #410B1E;
}

main a {
  color: #F15D42;
}

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

main a:visited {
  color: #f58671;
}

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

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

.site-nav a {
  color: #1AAB1C;
}

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

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

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

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

footer {
  color: #0d8c15;
}

footer a {
  color: #F15D42;
}

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

footer a:visited {
  color: #f58671;
}

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

.title a {
  color: #E05C02;
}

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

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

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

.button {
  background: #F15D42;
  color: #FDFEFE;
}

.social-icon {
  background-color: #410B1E;
  color: #FDFEFE;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #410B1E;
}