body {
  background-color: #070707;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", "Times", serif;
}

body {
  color: #c4daff;
}

main a {
  color: #14a2fa;
}

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

main a:visited {
  color: #46b6fb;
}

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

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

.site-nav a {
  color: #0066ff;
}

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

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

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

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

footer {
  color: #3366ff;
}

footer a {
  color: #14a2fa;
}

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

footer a:visited {
  color: #46b6fb;
}

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

.title a {
  color: #3366ff;
}

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

.title a:visited {
  color: #3366ff;
}

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

.button {
  background: #14a2fa;
  color: #070707;
}

.social-icon {
  background-color: #c4daff;
  color: #070707;
}

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

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

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

@media (min-height: 324px) {

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

}

@media (max-height: 324px) {

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

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #c4daff;
}