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

body {
  color: #e8e8e8;
}

main a {
  color: #f67804;
}

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

main a:visited {
  color: #fc9231;
}

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

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

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

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

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

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

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

footer {
  color: #06e00c;
}

footer a {
  color: #f67804;
}

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

footer a:visited {
  color: #fc9231;
}

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

.title a {
  color: #ff951a;
}

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

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

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

.button {
  background: #f67804;
  color: #0A0907;
}

.social-icon {
  background-color: #e8e8e8;
  color: #0A0907;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #e8e8e8;
}