body::before {
    background: none
}

.container {
    padding: 0
}

.navbar.bg-primary {
    background-image: none;
    background-color: #1f5da8 !important;
}

.navbar .nav-link {
    color: white
}

.nav-link {
    color: #1f5da8;
}

/* HEADINGS */
.rst-content .toctree-wrapper>p.caption,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
    font-family: "Helvetica Neue"
}

.rst-content .toctree-wrapper>p.caption,
.rst-content h1,
.rst-content h2,
.rst-content h3,
.rst-content h4,
.rst-content h5,
.rst-content h6 {
    margin-bottom: 1em
}


h1 {
    font-size: 1.0rem;
    font-weight: normal;
    text-transform: none;
    margin-block-end: 0;
    color: #1f5da8;
}

h2 {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 20px;
    margin-block-end: 0;

}

h3 {
    font-size: 0.8rem;
    color: #1f5da8;

}

p {
    margin: 0 0 0.5em
}

p,
li,
a {
    font-size: 0.7rem
}

.table>:not(caption)>*>* {
    padding: 0.1em 0.5em
}

td,
th {
    font-size: 0.7rem
}

footer {
    display: none
}