.header-brand > h1 {
    line-height: 100%;
    font-size: 1.3rem;
    font-weight: normal;
    margin: 0
}

.header-brand > h1 > a {
    color: #999
}

.sidebar-brand > h1 {
    transform: translateY(50%);
    font-size: 1.09375rem;
    font-weight: normal;
    margin: 0
}

.sidebar-brand > h1 > a {
    color: #343a40
}

.sidebar .scrollbar-inner > .scroll-element {
    margin-right: 0
}


.page-title .heading a {
    color: #212529
}


.bg-cover {
    position: relative
}

.bg-size--cover {
    background-size: cover;
    background-repeat: no-repeat
}

.content-docs h2[id]::before, .content-docs h3[id]::before, .content-docs h4[id]::before {
    content: "";
    display: block;
    height: 3rem;
    margin-top: -3rem
}

.content-docs h2[id]:not(:first-child), .content-docs h3[id]:not(:first-child), .content-docs h4[id]:not(:first-child) {
    margin-top: 5rem
}

.content-docs h2[id], .content-docs h3[id], .content-docs h4[id] {
    margin-bottom: 2rem
}

.highlight pre {
    padding: 1.5rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .375rem
}

.toc-entry a {
    display: block;
    padding: .125rem 1.5rem;
    color: #99979c
}

.toc-entry a:hover {
    color: #007bff;
    text-decoration: none
}