@media screen and (min-width: 48em) {
  body {
    overflow-y: scroll
  }
}

.md-header {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1), 0 0.2rem 0.4rem rgba(0, 0, 0, .2);
}

.md-typeset h2 {
  font-weight: 400;
}

@media screen and (min-width: 1220px) {
  .md-header__topic {
    display: none;
  }
}

.md-header__button.md-logo img {
  height: auto !important;
  width: 120px !important;
}

@media screen and (min-width: 1600px) {
  .md-header__button.md-logo img {
    width: 140px !important;
  }
}

.md-header__source {
  display: block !important;
}

.md-header__source .md-source__repository {
  display: none;
}

@media only screen and (min-width: 60em) {
  .md-header__source .md-source__repository {
    display: inline-block;
  }
}

.md-nav {
  font-size: .8rem;
}

.md-nav--secondary {
  display: none;
}

.md-footer-copyright {
  align-items: center;
  display: flex;
  height: 60px;
}

.md-nav__item {
  padding: 0 .5rem;
}

.md-nav__button img {
  display: block;
  margin-top: 10px;
  width: 120px;
}

.md-nav__link:focus,
.md-nav__link:hover,
.md-typeset a,
.md-typeset a:active,
.md-typeset a:hover {
  color: #af9966;
}

.md-typeset a:hover {
  text-decoration: underline;
}

.md-nav__link--active,
.md-nav__link:active {
  color: #af9966 !important;
}
