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

body {
  color: #3e4d60;
}

main a {
  color: #365d8c;
}

main a:hover {
  text-decoration: underline;
  color: #4475b1;
}

main a:visited {
  color: #4475b1;
}

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

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

.site-nav a {
  color: #3e4d60;
}

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

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

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

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

footer {
  color: #3e4d60;
}

footer a {
  color: #365d8c;
}

footer a:hover {
  text-decoration: underline;
  color: #4475b1;
}

footer a:visited {
  color: #4475b1;
}

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

.title a {
  color: #294f7f;
}

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

.title a:visited {
  color: #294f7f;
}

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

.button {
  background: #365d8c;
  color: #FFFFFF;
}

.social-icon {
  background-color: #3e4d60;
  color: #FFFFFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #3e4d60;
}