body {
  background-color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-family: "Times New Roman", "Times", serif;
}

body {
  color: #A8A8A8;
}

main a {
  color: #FFD0E8;
}

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

main a:visited {
  color: #ff9dcf;
}

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

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

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

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

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

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

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

footer {
  color: #DBDBDB;
}

footer a {
  color: #FFD0E8;
}

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

footer a:visited {
  color: #ff9dcf;
}

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

.title a {
  color: #919191;
}

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

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

.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: #FFD0E8;
  color: #ffffff;
}

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

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #A8A8A8;
}