body {
  background-color: #151515;
  font-weight: normal;
  font-style: normal;
  font-family: "Helvetica", sans-serif;
}

body {
  color: #6e6e6e;
}

main a {
  color: #8a8b89;
}

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

main a:visited {
  color: #a4a4a3;
}

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

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

.site-nav a {
  color: #9c9c9c;
}

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

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

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

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

footer {
  color: #000000;
}

footer a {
  color: #8a8b89;
}

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

footer a:visited {
  color: #a4a4a3;
}

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

.title a {
  color: #9c9c9c;
}

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

.title a:visited {
  color: #9c9c9c;
}

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

.button {
  background: #8a8b89;
  color: #151515;
}

.social-icon {
  background-color: #6e6e6e;
  color: #151515;
}

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

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

nav {
  font-family: "Pontano Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #6e6e6e;
}