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

body {
  color: #1C78B5;
}

main a {
  color: #50A911;
}

main a:hover {
  text-decoration: underline;
  color: #66d716;
}

main a:visited {
  color: #66d716;
}

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

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

.site-nav a {
  color: #07685C;
}

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

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

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

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

footer {
  color: #4472C6;
}

footer a {
  color: #50A911;
}

footer a:hover {
  text-decoration: underline;
  color: #66d716;
}

footer a:visited {
  color: #66d716;
}

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

.title a {
  color: #A7422A;
}

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

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

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

.button {
  background: #50A911;
  color: #F2F2F2;
}

.social-icon {
  background-color: #1C78B5;
  color: #F2F2F2;
}

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

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

nav {
  font-family: "Signika", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #1C78B5;
}