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

body {
  color: #b53636;
}

main a {
  color: #6179fa;
}

main a:hover {
  text-decoration: underline;
  color: #92a3fc;
}

main a:visited {
  color: #92a3fc;
}

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

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

.site-nav a {
  color: #0011f0;
}

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

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

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

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

footer {
  color: #9acba6;
}

footer a {
  color: #6179fa;
}

footer a:hover {
  text-decoration: underline;
  color: #92a3fc;
}

footer a:visited {
  color: #92a3fc;
}

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

.title a {
  color: #0011f0;
}

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

.title a:visited {
  color: #0011f0;
}

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

.button {
  background: #6179fa;
  color: #F3F3F3;
}

.social-icon {
  background-color: #b53636;
  color: #F3F3F3;
}

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

.site-title {
  font-family: "Josefin Slab", sans-serif;
  font-style: normal;
  font-weight: 600;
}

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