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

body {
  color: #9c9c9c;
}

main a {
  color: #1e7a7b;
}

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

main a:visited {
  color: #28a3a4;
}

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

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

.site-nav a {
  color: #52B895;
}

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

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

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

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

footer {
  color: #5dabac;
}

footer a {
  color: #1e7a7b;
}

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

footer a:visited {
  color: #28a3a4;
}

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

.title a {
  color: #3ABEA9;
}

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

.title a:visited {
  color: #3ABEA9;
}

.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: #1e7a7b;
  color: #414141;
}

.social-icon {
  background-color: #9c9c9c;
  color: #414141;
}

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

.site-title {
  font-family: "Advent Pro", sans-serif;
  font-style: normal;
  font-weight: 200;
}

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #9c9c9c;
}