body {
  background-color: #EFEFEF;
  font-weight: normal;
  font-style: normal;
  font-family: "Palatino Linotype", "Book Antiqua3", "Palatino", serif;
}

body {
  color: #110808;
}

main a {
  color: #12aba1;
}

main a:hover {
  text-decoration: underline;
  color: #17d9cc;
}

main a:visited {
  color: #17d9cc;
}

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

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

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

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

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

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

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

footer {
  color: #e7dfdf;
}

footer a {
  color: #12aba1;
}

footer a:hover {
  text-decoration: underline;
  color: #17d9cc;
}

footer a:visited {
  color: #17d9cc;
}

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

.title a {
  color: #8c8c8c;
}

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

.title a:visited {
  color: #8c8c8c;
}

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

.button {
  background: #12aba1;
  color: #EFEFEF;
}

.social-icon {
  background-color: #110808;
  color: #EFEFEF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #110808;
}