@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    scroll-behavior: smooth;
}

.cnode_label_bigHeading {
    position: relative;
    overflow: hidden;
    margin-bottom: 5%;
    background: black;
}

.cnode_label_bigHeading .h2Div {
    /* height: 80vh; */ 
    /* width: 100%; */
    margin-bottom: 5%;
    /* position: absolute; */
    z-index: 2;
    position: relative;

}

.cnode_label_bigHeading #mainSlider1 {
    /* height: 80vh; */ 
    /* width: 100%; */
    /* margin-bottom: 5%; */
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.5;

    
}

.cnode_label_bigHeading #mainSlider1 img, .cnode_label_bigHeading #mainSlider2 img {
    width: 100%;
}

.cnode_label_bigHeading h2 {
    padding: 18% 35% 0 15%;
    color: white;
    font-family: 'Montserrat', serif;
    font-weight: 700 !important;
    font-size: 2.75rem;
}

.cnode_label_bigHeading h3 {
    padding: 0 35% 15% 15%;
    font-size: 2rem;
    color: white;
}

body {
    background: white;
    font-size: 100%;
    font-family: 'Montserrat';
}

p {
    max-width: 1040px;
}

h1 {
    display: none;
}

h2 {
    color: black;
    font-family: 'Montserrat', serif;
    font-weight: 700 !important;
    margin: 1em 0 0 0;
    font-size: 2.75rem;
}

h2:first-child {
    margin-top: revert;
}

h3 {
    font-family: 'Montserrat', serif;
    margin: 0;
    padding: 0 0 0 0;
    break-after: avoid;
}

h4, h5 {
    font-family: revert;
    margin: 0;
}

a:hover {
    color: maroon;
}

.bannerBlock .titleBlock {
    display: none;
}

.primary {
    display: none;
}

.sidebarNav nav .innerWrapper {
    display: none;
}

.sidebarNav .mainContent {
    margin: 3% 10% 0 10%;
}

.TOC ol {
    list-style-type: disclosure-closed;
    margin-bottom: 0;
}

.TOC li {
    margin: 0 1.5em;
}

.cnode_label_intro {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 7%;
    align-items: center;
}

.cnode_label_intro p {
    max-width: 50%;
}

.TOC {
    box-sizing: border-box;
    width: fit-content;
    max-width: 50%;
}

.TOC h2 {
    font-weight: 400;
    margin-top: 0;
}

.TOC a {
    color: black;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 2em;
}

.catList {
    padding-top: 2%;
    columns: 2;
}

.cat {
    margin: 0 1% 0 0;
    max-width: 500px;
    display: inline-block;
}

.cnode_label_categories ul {
    list-style-type: none;
    font-family: 'Montserrat', serif;
    font-size: 90%;
}

.cnode_label_categories li {
    margin: 0;
}

li .pColl {
    background: rgba(179, 61, 25, .1);
    box-sizing: border-box;
    color: rgb(179, 61, 25, 1);
    font-size: smaller;
    margin-left: 1%;
    padding: 2px;
    border-radius: 4%;
}

li .mColl {
    background: rgba(51, 170, 51, .1);
    box-sizing: border-box;
    color: rgba(51, 170, 51, 1);
    font-size: smaller;
    margin-left: 1%;
    padding: 2px;
    border-radius: 4%;
}

li .item {
    background: rgba(51, 79, 170, .1);
    box-sizing: border-box;
    color: rgba(51, 79, 170, 1);
    font-size: smaller;
    margin-left: 1%;
    padding: 2px;
    border-radius: 4%;
}

.cnode_label_sites {
    position: relative;
}

.cnode_label_sites img {
    display: none;
}

.sites {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.site {
    background: black;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 1%;
    display: flex;
    align-items: stretch;
    padding: 1%;
    font-size: 90%;
}

.sites div:hover {
    opacity: 0%;
    transition: 0.5s ease;
}

.site a {
    color: white;
    text-decoration: none;
    padding-top: 30%;
}

#sitesBG {
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    position: absolute;
}

.bgDiv {
    background: black;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 1%;
    display: flex;
    align-items: stretch;
    padding: 1%;
    font-size: 90%;
    overflow: hidden;
}

.guides {
    display: flex;
    flex-wrap: wrap;
}

.guides div:hover {
    background: maroon;
    transition: 0.5s ease;
}

.subGuide {
    background: black;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 1%;
    display: flex;
    align-items: stretch;
    padding: 1%;
    font-size: 90%;
}

.subGuide a {
    color: white;
    text-decoration: none;
    padding-top: 30%;
}

.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: maroon;
    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: 820px) {

    .cnode_label_bigHeading .h2Div {
        background-color: black;
        height: 60vh;
        width: 100%;
        margin-bottom: 5%;
        position: initial;
        opacity: 100%;
    }

    .cnode_label_bigHeading #mainSlider1 {
        display: none;
    }

    .cnode_label_bigHeading {
        position: relative;
        margin-left: -15%;
        width: 100vw;
    }

    .landingPage .bannerBlock .titleBlock, .bannerBlock .titleBlock {
        display: none;
    }

    .cnode_label_bigHeading h2 {
        padding: 15% 15% 0 5%;
        color: white;
        font-family: 'Montserrat', serif;
        font-weight: 700 !important;
        font-size: 2rem;
    }

    .cnode_label_bigHeading h3 {
        padding: 0 35% 15% 5%;
        font-size: 1.5rem;
        color: white;
    }

    .cnode_label_intro {
        display: revert;
    }

    .cnode_label_intro p {
        max-width: 100%;
    }

    .TOC {
        max-width: 100%;
        margin-bottom: 10%;
    }

    .TOC a {
        font-size: revert;
    }

    h2 {
        margin-top: revert;
        font-size: 2rem;

    }

    #sitesBG {
        display: none;
    }

    .sites, .guides {
        position: relative;
        justify-content: space-around;
    }

    .site, .subGuide {
        width: 48%;
        height: 100px;
        margin: 1%;
        align-items: center;
        font-size: 75%;
    }

    .site a, .subGuide a {
        padding-top: 0;
        padding-left: 3%;
    }

    .sites div:hover {
        background: maroon;
        transition: 0.5s ease;
        opacity: 100%;
    }

    .catList {
        columns: 1;
    }

    .cat {
        max-width: revert;
    }

    .cnode_label_categories ul {
        font-size: 80%;
    }

}

@media (min-width: 1600px) {
    .catList {
        columns: 3;
        max-height: 750px;
        padding-bottom: 50px;
    }

    .cnode_label_bigHeading {
        max-width: 1200px;
    }
}

