body {
  background-color: #FFFFFF;
  font-weight: normal;
  font-style: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
  color: #A2A2A2;
}

main a {
  color: #9A9A9A;
}

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

main a:visited {
  color: #b3b3b3;
}

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

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

.site-nav a {
  color: #6E6E6E;
}

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

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

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

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

footer {
  color: #626060;
}

footer a {
  color: #9A9A9A;
}

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

footer a:visited {
  color: #b3b3b3;
}

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

.title a {
  color: #828282;
}

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

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

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

.button {
  background: #9A9A9A;
  color: #FFFFFF;
}

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

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

.site-title {
  font-family: "Lato", 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: 2.1875rem;
}

footer .credit a {
  color: #A2A2A2;
}