.md-typeset h2 {
  margin-top: 10vw;
  font-weight: bold;
}
.md-typeset h3 {
  margin-top: 8vw;
  font-weight: bold;
  padding-top: 8px;
  border-top: 2px solid #888888;
}
.md-typeset h4 {
  margin-top: 3vw;
}

.md-grid {
  max-width: 95vw !important;
}

.md-sidebar {
  max-width: 250px !important;
}

@media screen and (min-width: 76.25em) {
    .md-nav {
       width: 500px !important;
    }
    .md-sidebar {
      /* background-color: red; */
      width: 20vw !important;
      max-width: 20vw !important;
    }
}


.md-nav__link--active{
    font-weight: bolder !important;
}
