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

body {
  color: #746d6d;
}

main a {
  color: #464c42;
}

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

main a:visited {
  color: #5f675a;
}

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

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

.site-nav a {
  color: #8a8a8a;
}

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

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

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

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

footer {
  color: #d4d8d8;
}

footer a {
  color: #464c42;
}

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

footer a:visited {
  color: #5f675a;
}

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

.title a {
  color: #b5b7b4;
}

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

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

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

.button {
  background: #464c42;
  color: #ffffff;
}

.social-icon {
  background-color: #746d6d;
  color: #ffffff;
}

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

.site-title {
  font-family: "Arial Black", "Gadget", sans-serif;
  font-style: normal;
  font-weight: 700;
}

nav {
  font-family: "Arial", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #746d6d;
}