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

body {
  color: #5b5d5b;
}

main a {
  color: #70a8c0;
}

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

main a:visited {
  color: #93bed0;
}

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

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

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

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

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

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

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

footer {
  color: #bdbdbd;
}

footer a {
  color: #70a8c0;
}

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

footer a:visited {
  color: #93bed0;
}

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

.title a {
  color: #b7b8b7;
}

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

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

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

.button {
  background: #70a8c0;
  color: #FFFFFF;
}

.social-icon {
  background-color: #5b5d5b;
  color: #FFFFFF;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #5b5d5b;
}