/* See instructions https://squidfunk.github.io/mkdocs-material/customization/#additional-stylesheets */

/* ElmTree font */
.md-header__title {
  font-family: Peddana, serif;
}

@media screen and (min-width: 1220px) {
  .md-header__title {
    font-size: 3rem;
  }
}


.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  width: 3rem !important;
  height: 3rem !important;

}

.md-typeset ul {
  margin-top: 0;
}


.md-typeset ul li {
  margin-bottom: 0;
}

.md-typeset ul li ul {
  margin-top: 0;
  margin-bottom: 0;
}

.md-typeset ul li p {
  margin-top: 0;
  margin-bottom: 0;
}

.md-typeset dl {
  margin-top: 0;
}


.md-typeset dl dt {
  margin-bottom: 0;
}

.md-typeset dl dd {
  margin-top: 0;
  margin-bottom: 0;
}


.md-typeset h1 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.md-typeset h1:first-child {
  margin-top: 0px;
}

.md-typeset h2 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.md-typeset h2:first-child {
  margin-top: 0px;
}

.md-typeset h3 {
  margin-top: 40px;
  margin-bottom: 5px;
}

.md-typeset h3:first-child {
  margin-top: 0px;
}

.md-typeset p {
  margin-top: 0px;
  margin-bottom: 5px;
}





.nl-footer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
  height: auto;
}


/* Avoid the extra "blank page" we sometimes get on printouts */
@media print {
  .md-container {
    overflow: hidden;
  }

}


/* ul {
  margin-block-start: 0em;
} */


/* .md-footer-copyright {
  font-size: .3rem;
} */