/* 76.1875em are based on stylesheets: https://github.com/squidfunk/mkdocs-material/tree/master/material/assets/stylesheets */
@media screen and (max-width: 76.1875em) {
    .md-nav__title[for=__drawer] {
        background-color: #ff0000 !important;
    }
}

.md-header {
    background-color: #ff0000;
}

.md-main__inner {
    background-image: url(../images/draft_watermark.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain, cover;
    background-position: center;
}
