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

body {
  color: #513737;
}

main a {
  color: #563DCF;
}

main a:hover {
  text-decoration: underline;
  color: #7a66d9;
}

main a:visited {
  color: #7a66d9;
}

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

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

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

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

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

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

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

footer {
  color: #2e5c4a;
}

footer a {
  color: #563DCF;
}

footer a:hover {
  text-decoration: underline;
  color: #7a66d9;
}

footer a:visited {
  color: #7a66d9;
}

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

.title a {
  color: #464e46;
}

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

.title a:visited {
  color: #464e46;
}

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

.button {
  background: #563DCF;
  color: #FAFAF6;
}

.social-icon {
  background-color: #513737;
  color: #FAFAF6;
}

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

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

nav {
  font-family: "Nobile", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #513737;
}