@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    background: white;
    font-size: 100%;
    font-family: 'Roboto';
}

p{
    max-width: 1040px;
}

h2 {
    color: black;
    font-family: 'Roboto Slab', serif;
    font-weight: revert !important;
    margin: 1em 0 0 0;
    font-size: 2.75rem;
}

h1 {
    display: none;
}

.bannerBlock .titleBlock {
    background: none;
}

.primary {
    display: none;
}

.sidebarNav .mainContent {
    float: left;
    width: 74%;
    margin-top: 3%;
    margin-left: 10%;
}

ol {
    list-style-type: disclosure-closed;
    margin-bottom: 0;
}

li {
    margin: 0 1.5em;
}

h3, h4, h5 {
    font-family: revert;
    margin: 0;
}

.TOC {
    background: lightgray;
    box-sizing: border-box;
    width: fit-content;
    padding: 2% 3% 2% 3%;
    border-radius: 1%;
}

.TOC a {
    color: black;
}

.nv_quick_item {
    margin: 0;
}

.nv_quick_item.thumbnails {
    float: left;
    margin-left: 2em;
}

.image_gallery {
    overflow: auto;
}

.image_gallery p {
    margin: 0;
    max-width: 70%;
}

#toTop {
    display: block;
    bottom: -50px;
    background: grey;
    color: white;
    padding: 1%;
    position: fixed;
    border-radius: 1%;
    left: 88%;
    border: none;
    outline: none;
    cursor: pointer;
    transition: bottom 0.5s ease;
    z-index: 99;
}

#toTop a:hover {
    text-decoration: none;
}

#toTop a {
    color: white;
}

@media (max-width: 550px) {
    h2 {
        font-size: 2rem;
    }

    .landingPage .bannerBlock .titleBlock, .bannerBlock .titleBlock {
        display: none;
    }

    ol {
        list-style-type: none;
    }

    li {
        margin: 0;
    }

    .TOC {
        margin-top: 1em;
    }

    .nv_quick_item.thumbnails {
        width: 130%;
        margin: 0;
    }


}

