body {
  background-color: #0c0e0c;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #D6D3D3;
}

main a {
  color: #d1d1d1;
}

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

main a:visited {
  color: #b7b7b7;
}

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

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

.site-nav a {
  color: #8b9292;
}

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

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

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

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

footer {
  color: #e6e9ef;
}

footer a {
  color: #d1d1d1;
}

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

footer a:visited {
  color: #b7b7b7;
}

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

.title a {
  color: #040720;
}

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

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

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

.button {
  background: #d1d1d1;
  color: #0c0e0c;
}

.social-icon {
  background-color: #D6D3D3;
  color: #0c0e0c;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #D6D3D3;
}