body {
  background: #ffffff;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body a {
  color: #212529 !important;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 0.75rem;
  background: #000;
  color: #fff !important;
  border-radius: 0.25rem;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

img {
  max-width: 100%;
  height: auto;
}
/* Font Awesome Icons */
.icon-svg {
 display: inline-block;
 height: 40px;
 width: 40px;
 margin: auto;
 vertical-align: middle;
}
/* States for icon links */
.icon-svg:hover {
  color: #bdc3c7 !important;
}
a.icon-svg:visited {
  color: #2c3e50 !important;
}
