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

body {
  color: #066A18;
}

main a {
  color: #0F2EC3;
}

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

main a:visited {
  color: #183ded;
}

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

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

.site-nav a {
  color: #3416DA;
}

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

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

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

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

footer {
  color: #AB1567;
}

footer a {
  color: #0F2EC3;
}

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

footer a:visited {
  color: #183ded;
}

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

.title a {
  color: #1746E5;
}

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

.title a:visited {
  color: #1746E5;
}

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

.button {
  background: #0F2EC3;
  color: #DFB845;
}

.social-icon {
  background-color: #066A18;
  color: #DFB845;
}

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

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

nav {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #066A18;
}