body {
  background-color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  font-family: "Georgia", serif;
}

body {
  color: #91999c;
}

main a {
  color: #a9afb7;
}

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

main a:visited {
  color: #c5c9ce;
}

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

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

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

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

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

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

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

footer {
  color: #878d92;
}

footer a {
  color: #a9afb7;
}

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

footer a:visited {
  color: #c5c9ce;
}

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

.title a {
  color: #abb1b5;
}

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

.title a:visited {
  color: #abb1b5;
}

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

.button {
  background: #a9afb7;
  color: #FFFFFF;
}

.social-icon {
  background-color: #91999c;
  color: #FFFFFF;
}

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

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

nav {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #91999c;
}