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

body {
  color: #186667;
}

main a {
  color: #08D7F3;
}

main a:hover {
  text-decoration: underline;
  color: #06abc2;
}

main a:visited {
  color: #06abc2;
}

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

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

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

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

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

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

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

footer {
  color: #174541;
}

footer a {
  color: #08D7F3;
}

footer a:hover {
  text-decoration: underline;
  color: #06abc2;
}

footer a:visited {
  color: #06abc2;
}

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

.title a {
  color: #124040;
}

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

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

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

.button {
  background: #08D7F3;
  color: #F0F1F3;
}

.social-icon {
  background-color: #186667;
  color: #F0F1F3;
}

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

.site-title {
  font-family: "Courier New", "Courier", monospace;
  font-style: normal;
  font-weight: 700;
}

nav {
  font-family: "Courier New", "Courier", monospace;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #186667;
}