body {
    font-family: sans-serif !important;
}

a {
    color: #0366d6 !important;
}

h1 {
    color: black !important;
}

.md-logo {
    display: none !important;
}

.md-header--shadow {
    box-shadow: none !important;
}

.md-footer {
    background-color: white !important;
}

.md-footer-meta {
    background-color: white !important;
}

.md-copyright {
    color: black !important;
}

/* images */

img { 
    /* center smaller images */
    display: block;
    margin: 1em auto;
    /* make them max 70% * textwidth wide,
     * overwrite mkdocs presets of max-width of 100% ... */
    max-width: 70% !important;
}

img.title-img {
    /* ... except the image is a title image.
     * In this case, make it 100% wide. */
    width: 100%;
    max-width: 100% !important;
}