body {
  background-color: #ffffff;
  font-weight: 700;
  font-style: normal;
  font-family: "Courier New", "Courier", monospace;
}

body {
  color: #01031e;
}

main a {
  color: #35f22c;
}

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

main a:visited {
  color: #17dd0e;
}

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

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

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

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

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

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

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

footer {
  color: #46ff0a;
}

footer a {
  color: #35f22c;
}

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

footer a:visited {
  color: #17dd0e;
}

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

.title a {
  color: #a39ea3;
}

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

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

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

.button {
  background: #35f22c;
  color: #ffffff;
}

.social-icon {
  background-color: #01031e;
  color: #ffffff;
}

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

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

nav {
  font-family: "Source Code Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #01031e;
}