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

body {
  color: #7c8df4;
}

main a {
  color: #60b7dc;
}

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

main a:visited {
  color: #8acae5;
}

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

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

.site-nav a {
  color: #0d9de3;
}

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

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

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

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

footer {
  color: #14db81;
}

footer a {
  color: #60b7dc;
}

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

footer a:visited {
  color: #8acae5;
}

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

.title a {
  color: #0d9de3;
}

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

.title a:visited {
  color: #0d9de3;
}

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

.button {
  background: #60b7dc;
  color: #040101;
}

.social-icon {
  background-color: #7c8df4;
  color: #040101;
}

.welcome-modal {
  background-color: #1c1717;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #7c8df4;
}