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

body {
  color: #0b0a0a;
}

main a {
  color: #141414;
}

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

main a:visited {
  color: #2e2e2e;
}

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

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

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

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

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

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

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

footer {
  color: #404040;
}

footer a {
  color: #141414;
}

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

footer a:visited {
  color: #2e2e2e;
}

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

.title a {
  color: #7b7574;
}

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

.title a:visited {
  color: #7b7574;
}

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

.button {
  background: #141414;
  color: #f7f7f7;
}

.social-icon {
  background-color: #0b0a0a;
  color: #f7f7f7;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #0b0a0a;
}