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

body {
  color: #D1D1D1;
}

main a {
  color: #94FBFF;
}

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

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

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

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

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

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

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

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

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

footer {
  color: #DFC5ED;
}

footer a {
  color: #94FBFF;
}

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

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

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

.title a {
  color: #DFC5ED;
}

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

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

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

.button {
  background: #94FBFF;
  color: #0E0E0E;
}

.social-icon {
  background-color: #D1D1D1;
  color: #0E0E0E;
}

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

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

.site-title-media {
  min-width: 25%;
  margin: 0 auto;
}

@media (min-height: 627px) {

  .site-title-media {
    max-width: 480.0px;
  }

}

@media (max-height: 627px) {

  .site-title-media {
    max-width: 76.43312101910828vh;
  }

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #D1D1D1;
}