/* Make footer background white */
.md-footer,
.md-footer-meta {
  background-color: #ffffff !important;
}

/* Force ALL footer text to black */
.md-footer-meta,
.md-footer-meta * {
  color: #000000 !important;
}

/* Force the heart icon to black */
.md-footer-meta svg {
  fill: #000000 !important;
}

/* Force the text node next to the icon to black */
.md-footer-meta svg + span,
.md-footer-meta svg + span * {
  color: #000000 !important;
  fill: #000000 !important;
}


.md-header .md-logo svg {
  fill: #000000;
}





/* Remove page title from left sidebar 
.md-nav__title,
.md-nav--primary .md-nav__title,
.md-sidebar__inner .md-nav__title,
.md-nav__title[data-md-component="title"] {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

*/

