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

body {
  color: #007732;
}

main a {
  color: #57F37A;
}

main a:hover {
  text-decoration: underline;
  color: #27f054;
}

main a:visited {
  color: #27f054;
}

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

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

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

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

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

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

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

footer {
  color: #F5198D;
}

footer a {
  color: #57F37A;
}

footer a:hover {
  text-decoration: underline;
  color: #27f054;
}

footer a:visited {
  color: #27f054;
}

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

.title a {
  color: #73FF06;
}

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

.title a:visited {
  color: #73FF06;
}

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

.button {
  background: #57F37A;
  color: #E1FEFF;
}

.social-icon {
  background-color: #007732;
  color: #E1FEFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #007732;
}