/* Custom styles to override MkDocs defaults and enhance theme */

/* Unordered list <ul> symbols:
 * - level 2 is hollow circle
 * - level 3 is filled square
 * - ul default is filled disc (bullet)
 */


article ul ul {
  list-style-type: circle !important;
}

article ul ul ul {
  list-style-type: square !important;
}

.md-typeset {
  line-height: 1.6;
  font-weight: 400;
}


.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5 {
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  --md-text-font: "Nunito Sans";
}

.md-typeset ul li :-webkit-any(ul, ol) {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.md-typeset ol li,
.md-typeset ul li {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.md-header {
  height: 70px;
  border-style: none none solid none;
  border-width: .05rem;
  border-color: #0000001f;
}

.md-header__inner {
  height: 70px;
}

.md-header__button.md-logo {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 100%
}

/* remove header shadow. Tricky but works */
.md-header--shadow {
  box-shadow: 0 0 .2rem #00000000,0 .2rem .4rem #0000
}

.md-nav__title {
  color: var(--md-default-fg-color);
}

.md-main__inner {
  margin-top: 15px;
  margin-bottom: 60px;
}

.md-content__inner {
  padding-top: 10px;
}

.sitelink {
  font-family: "Nunito", sans-serif;
  --md-text-font: "Nunito";
}

.md-content {
  --md-typeset-a-color: #2b80b2;
}

.md-source__repository {
  margin-left: 0px !important; 
}
