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

body {
  color: #0e9fec;
}

main a {
  color: #106059;
}

main a:hover {
  text-decoration: underline;
  color: #178c82;
}

main a:visited {
  color: #178c82;
}

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

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

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

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

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

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

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

footer {
  color: #e13d19;
}

footer a {
  color: #106059;
}

footer a:hover {
  text-decoration: underline;
  color: #178c82;
}

footer a:visited {
  color: #178c82;
}

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

.title a {
  color: #07637d;
}

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

.title a:visited {
  color: #07637d;
}

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

.button {
  background: #106059;
  color: #222A37;
}

.social-icon {
  background-color: #0e9fec;
  color: #222A37;
}

.welcome-modal {
  background-color: #0B1E24;
}

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0e9fec;
}