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

body {
  color: #EFEFEF;
}

main a {
  color: #EFEFEF;
}

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

main a:visited {
  color: #d5d5d5;
}

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

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

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

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

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

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

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

footer {
  color: #E5E9E9;
}

footer a {
  color: #EFEFEF;
}

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

footer a:visited {
  color: #d5d5d5;
}

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

.title a {
  color: #F5F3F3;
}

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

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

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

.button {
  background: #EFEFEF;
  color: #0F0101;
}

.social-icon {
  background-color: #EFEFEF;
  color: #0F0101;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #EFEFEF;
}