
* {
    --mono-font-family:  "Montserrat", sans-serif !important;
}


/* Headings */

.md-typeset h1, .md-typeset h2, .md-typeset h3, .md-typeset h4, .md-typeset h5, .md-typeset h6, .md-typeset p {
    color: black;
}

.md-typeset h1, .md-typeset h2, .md-typeset h3 {
    font-weight: 400;
    clear: both;
}

.md-typeset h4, .md-typeset h5, .md-typeset h6 {
    font-weight: 600;
}

.md-typeset h4 {
    font-style: italic;
}

.md-typeset h1 {
    font-weight: 400;
    color: var(--md-primary-fg-color);
    border-bottom: 1px solid var(--md-primary-fg-color);
}

.md-typeset a {
    font-weight: 600;
}

.caption {
    font-size: 0.8em;
}

.next-tab-nav {
    float: right;
    background-color: var(--md-primary-fg-color);
    border-radius: 0.5em;
}

.md-content__inner {
    min-height: 32em;
}

#knbrindleSigBlock {
    position: relative;
    display: inline-block;
    left: 5em;
    margin-top: 0.5em;
    margin-bottom: 3em;
}

#knbrindleSigBlock > div {
    position: relative;
    display: inline-block;
    z-index: 2;
}

#knbrindleSigBlock > img {
    position: absolute;
    display: inline-block;
    top: 0;
    left: -20px;
    width: 200px !important;
    z-index: 1;
    max-width: unset;
}

