/* Remove header shadow so it blends flush with the page background */
.md-header {
  box-shadow: none;
  border-bottom: 1px solid #e5e7eb;
}

/* Header site title color */
.md-header__topic:first-child {
  color: #0066cc;
}

/* Match footer nav background to light grey */
.md-footer {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
}

.md-footer__link {
  color: #1f2937;
}

.md-footer__title,
.md-footer__direction {
  color: #6b7280;
}

/* Light grey band for the copyright bar */
.md-footer-meta {
  background-color: #f5f6f8;
  color: #1f2937;
}

/* Copyright statement: match the site's regular text font and stay readable on the light band */
html .md-footer-meta.md-typeset .md-copyright,
html .md-footer-meta.md-typeset .md-copyright__highlight {
  color: #44474f;
  font-family: var(--md-text-font-family);
}

/* Footer-meta links (for example, "Material for MkDocs") visible on the light band */
html .md-footer-meta.md-typeset a {
  color: #0066cc;
}

html .md-footer-meta.md-typeset a:hover,
html .md-footer-meta.md-typeset a:focus {
  color: #004a99;
}
