.img-inline {
  vertical-align: middle;
  height: 1.5em !important;         /* scales with text size */
}

.goverlay { background: rgba(0,0,0,.5) !important; }

.img-xs { max-width: 150px !important; }
.img-sm { max-width: 250px !important; }
.img-md { max-width: 400px !important; }
.img-lg { max-width: 650px !important; }

.img-sm, .img-xs, .img-md, .img-lg {
  margin: 0.5rem auto !important;
}

.md-typeset h2, .md-typeset h3 {
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
/*
div.md-nav__link.md-nav__container a.md-nav__link span {
  font-weight: 700 !important;
  color: var(--md-default-fg-color--light) !important;
}
*/
/*
nav[data-md-level="0"] > ul.md-nav__list > li.md-nav__item > a.md-nav__link span, 
nav[data-md-level="0"] > ul.md-nav__list > li.md-nav__item > div.md-nav__container a.md-nav__link span {
    font-weight: 700 !important;
}
*/

nav[data-md-level="0"] > ul.md-nav__list > li.md-nav__item > div.md-nav__container a.md-nav__link span {
    font-weight: 700 !important;
}


a.md-nav__link {
    margin-top: 6px !important;
}

label.md-nav__title {
    margin-bottom: 1em !important;
}

.md-nav__item--section {

    margin-bottom: 0.5em !important;
    margin-top: 0.5em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}