/* ROBOTO Font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Ostrich Font */
@import url('../fonts/ostrichproper/ostrichproper.css');

body {
    font-family: Roboto, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: ostrich_proper, sans-serif;
    letter-spacing: inherit;
    font-weight: 400;
}

.wy-nav-side, .wy-nav-top {
    /*width: 250px;*/
    background-color: #152e4d !important;
    color: #6e84a3;
}

.wy-side-nav-search .wy-dropdown>a:hover, .wy-side-nav-search>a:hover {
    background-color: #152e4d !important;
}

.wy-nav-content-wrap {
    /*margin-left: 250px;*/
    max-width: 900px;
}

.wy-nav-content {
    max-width: 900px;
}

.wy-side-nav-search {
    /*width: 250px;*/
    background-color: #152e4d !important;
    color: #6e84a3;
}

.wy-side-scroll {
    /*width: 270px;*/
}

.wy-menu-vertical {
    /*width: 250px;*/
}


.wy-nav-content, .wy-nav-content-wrap {
    background: #f9fbfd!important;
    color: #12263f!important;
}

.rst-versions {
    /*width: 250px;*/
    display: none;
}

@media screen and (max-width: 768px) {
    .rst-versions.shift {
        display: none;
    }
}

.rst-versions.shift-up {
    /*overflow-y: hidden;*/
}


.document {
    /*max-width: 800px;*/
}

.rst-content a.icon, .rst-content a.icon-home,
.rst-content a.icon:visited, .rst-content a.icon-home:visited,
.rst-content a.icon:active, .rst-content a.icon-home:active {
    color: #12263f!important;
}

.logo {
    width: 40% !important;
}

html.writer-html5 .rst-content dl.field-list>dt, html.writer-html5 .rst-content dl.footnote>dt {
    padding-left: 0;
}