body {
  background-color: #FDFDFD;
  font-weight: normal;
  font-style: normal;
  font-family: "Verdana", "Geneva", sans-serif;
}

body {
  color: #7e8386;
}

main a {
  color: #80d5f9;
}

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

main a:visited {
  color: #4fc5f7;
}

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

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

.site-nav a {
  color: #6fb1b8;
}

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

.site-nav a:visited {
  color: #6fb1b8;
}

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

.site-nav:hover a.selected {
  color: #6fb1b8;
}

footer {
  color: #d6d6d6;
}

footer a {
  color: #80d5f9;
}

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

footer a:visited {
  color: #4fc5f7;
}

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

.title a {
  color: #6fb1b8;
}

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

.title a:visited {
  color: #6fb1b8;
}

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

.button {
  background: #80d5f9;
  color: #FDFDFD;
}

.social-icon {
  background-color: #7e8386;
  color: #FDFDFD;
}

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

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

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

.wordy {
  text-align: left;
}

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

footer .credit a {
  color: #7e8386;
}