body {
  background-color: #fff;
  background-image: none;
}

body::before {
  background-color: #fff !important;
  background-image: none !important;
}

/* Hide the left-hand table-of-contents sidebar and make main content full-width */
.bs-sidebar {
  display: none !important;
}

.col-md-9[role="main"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-divider {
  border: 0;
  border-top: 1px solid currentColor;
  opacity: 0.25;
  margin: 0;
}

/* Hide the "Next" and "Previous" navigation links */
.nav-link[rel="next"],
.nav-link[rel="prev"] {
  display: none !important;
}

/* Hide Material's footer navigation buttons */
.md-footer__link {
  display: none !important;
}

.md-footer,
.md-footer-meta {
  background-color: #fff !important;
  color: #000;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0;
}

.footer-brand img {
  max-height: 120px;
  width: auto;
}