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

body {
  color: #4d4d4d;
}

main a {
  color: #4d4c4c;
}

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

main a:visited {
  color: #676565;
}

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

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

.site-nav a {
  color: #645e5e;
}

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

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

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

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

footer {
  color: #4d4c4c;
}

footer a {
  color: #4d4c4c;
}

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

footer a:visited {
  color: #676565;
}

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

.title a {
  color: #645e5e;
}

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

.title a:visited {
  color: #645e5e;
}

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

.button {
  background: #4d4c4c;
  color: #D6D6D5;
}

.social-icon {
  background-color: #4d4d4d;
  color: #D6D6D5;
}

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

nav {
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.site-title-media {
  min-width: 25%;
  margin: 0 auto;
}

@media (min-height: 500px) {

  .site-title-media {
    max-width: 332.0px;
  }

}

@media (max-height: 500px) {

  .site-title-media {
    max-width: 66.4vh;
  }

}

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #4d4d4d;
}