body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    width: 100%;
    height: fit-content;
    font-family:
        Arial, "Helvetica Neue",
        "HelveticaNeue",
        Helvetica, sans-serif;
    letter-spacing: 0.1em;
    height: fit-content;
    text-align: left;
    float: left;
}

.body_Style_SH {
    background-color: #fffde6;
}

.body_Style_KB {
    background-color: #1b0c2e;
}

.body_Style_UP {
    background-color: #147a96;
}

html {
    scroll-behavior: smooth;
}


/* --------------- NAVBAR -------------------------------------------- */

.Nav_Style_SH {
    background-color: #fdfbe44d !important;
    color: #051a6f !important;
}

.Nav_Style_KB {
    background-color: #1b0c2e46 !important;
    color: #ffe690 !important;
}

.Nav_Style_KB a {
    color: #ffe690 !important;
}

.Nav_Style_SH a {
    color: #051a6f !important;
}

.Nav_Style_KB img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.Nav_Style_UP {
    background-color: #22839e6f !important;
    color: #6e0031;
}

.Nav_Style_UP a {
    color: #6e0031;
}

.Nav_Style_UP img {
    filter: hue-rotate(90deg);
}

.NavLink_Style_SH {
    color: rgb(1, 26, 115);
}

#Nav {
    align-items: center;
    display: flex;
    height: 10vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    justify-content: space-between;
    opacity: 1;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(3px);
}

#Nav a {
    font-weight: bold;
    font-kerning: normal;
    text-decoration: none;
}

#NavContainer {
    min-width: 80%;
    height: 100%;
    margin-left: 10%;
    display: flex;
}

#NavLogo {
    height: 100%;
    position: absolute;
    width: fit-content;
    float: left;
}

#NavLogo img {
    height: 8vh;
    margin-top: 1vh;

}

#Nav_Selection {
    width: 15%;
    height: 100%;
    justify-content: space-between;
    position: absolute;
    margin-left: 60%;
    font-size: 1.8dvh;
    float: right;
}

#Nav #Nav_item {
    height: 3vh;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 4vh;
    text-align: center;
    float: left;
    position: relative;
}


#Nav_Mini {
    color: #ffffff;
    display: flex;
    align-items: center;
    height: fit-content;
    margin-top: 90px;
    position: fixed;
    width: fit-content;
    background-color: none;
    left: 0;
    z-index: 999;
}

#Nav_Mini a {
    text-decoration: none;
    font-weight: bold;
    color: whitesmoke;
}

@media (orientation: portrait) {
    #Nav_Selection {
        width: 40% !important;
        margin-left: 40%;
    }
}

/* ------------ BANNER ---------------------------------------------- */

.Banner_Style_UP {
    color: #6e0031 !important;
    text-shadow:
        0 0 6px rgba(33, 116, 179, 0.9),
        0 0 12px rgba(22, 115, 169, 0.6),
        0 0 18px rgba(33, 112, 169, 0.4);
}

.Banner_Style_SH {
    color: #051a6f !important;
    text-shadow:
        0 0 6px rgba(255, 255, 255, 0.9),
        0 0 12px rgba(255, 255, 255, 0.6),
        0 0 18px rgba(255, 255, 255, 0.4);
}

.Banner_Style_KB {
    color: #ffe690 !important;
    text-shadow:
        0 0 6px #2911478a,
        0 0 12px #2911478a,
        0 0 18px #2911478a;
}

#Banner {
    margin-top: 0;
    display: grid;
    min-width: 100%;
    height: fit-content;
    margin-bottom: 8vw;
    pointer-events: none;
    position: relative;
}

#Banner #BannerIMGMain {
    width: 100%;
    z-index: 2;
}

#BannerPrimary {
    z-index: 3;
    position: absolute;
    top: 72%;
    display: block;
    width: 100%;
    text-align: center;
}

#BannerPrimary img {
    height: 20vw;
    transform: translate(0, -5vw);
}

#BannerPrimary h1 {
    margin: 0;
    font-size: 10vw;
}

#BannerSecondary {
    position: absolute;
    z-index: 3;
    top: 105%;
    display: block;
    width: 100%;
    text-align: center;

}

#BannerSecondary h2 {
    font-weight: 100;
    font-size: 2vw;
}

#Banner_Gradient_KB {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, rgba(27, 12, 46, 1) 0%, rgba(27, 12, 46, 1) 3%, rgba(0, 0, 0, 0) 23%);
    top: 0;
}

#Banner_Gradient_UP {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #147a96 0%, #147a96 3%, rgba(0, 0, 0, 0) 23%);
    top: 0;
}

#Banner_Gradient_SH {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 101%;
    background: linear-gradient(0deg, #fffde6 0%, #fffde6 3%, rgba(0, 0, 0, 0) 23%);
    top: 0;
}

@media (orientation: portrait) {
    #Banner {
        margin-bottom: 10vh;
    }

    #BannerPrimary {

        top: 102%;

    }

    #BannerSecondary {

        top: 142%;

    }


}

/* ------------ SOCIALS -------------------------------- */

.Social_Style_UP img {
    filter: hue-rotate(90deg);
}

.Social_Style_KB img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

#socials {
    height: 25%;
    width: 6vh;
    position: fixed;
    bottom: 0;
    margin-right: 1.2vw;
    z-index: 999;
    background-color: none;
    right: 0;
}

#socials .Socials_Icon {
    height: 25%;
    width: 100%;
    background-color: none;
    margin-bottom: 5%;
}

#socials .Socials_Icon img {
    max-width: 100%;
    max-height: 100%;

}


@media (orientation: portrait) {
    #socials {
        height: 10vw;
        width: 80%;
        margin-left: 10%;
        position: relative;
        bottom: 0;
        z-index: 999;
        background-color: none;
        right: 0;
        margin-top: 5vw;
    }

    #socials .Socials_Icon {
        align-items: center;
        width: fit-content;
        min-height: 100%;
        float: left;
        margin-left: 15.5%;
        background-color: none;

    }

    #socials .Socials_Icon img {
        min-height: 100%;

    }
}


/* --------------- FOOTER --------------------------- */

#footer {
    width: 100%;
    height: 6vh;
    box-shadow: 0px -10px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 79;
    text-align: center;
    bottom: 0;
    margin-top: 5vh;
}

.footer_text {
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: left;

}

#footer a {
    font-weight: bold;
    font-kerning: normal;
    text-decoration: none;
}


/* ------------------- DROPDOWN ----------------------------------- */


.Dropdown_Menu {
    position: absolute;
    left: 0;
    margin-top: 1vh;
    min-width: 100%;
    max-width: fit-content;
    opacity: 0;
    transform: translateY(-1vh);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    pointer-events: none;
    padding: 10px;
    border-radius: 0.25rem;
    font-size: .9em !important;
    z-index: 9999;
    align-content: center;
}


.Dropdown.active>.Dropdown_Menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


/*  ----------------- CONTENT ----------------------------------   */


.body_Style_SH {
    text-align: center;
    color: #051a6f;
    font-size: 1.3em;
}

.body_Style_SH a {
    color: #051a6f;
    font-weight: bold;
}

.body_Style_KB {
    text-align: center;
    color: #874cd6;
    font-size: 1.3em;
}

.body_Style_KB a {
    color: #874cd6;
    font-weight: bold;
}

.Text_Container {
    margin-top: 3vh;
    margin-bottom: 3vh;
    width: 60%;
    height: fit-content;
    margin-left: 20%;

}

.IMG_Container {
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 100%;
    height: fit-content;

}

.Tab_Container {
    margin-top: 1vh;
    margin-bottom: 1vh;
    width: 35%;
    margin-left: 32.5%;
    height: 3vh;
    margin-bottom: 10vh;
}

.Tab_Button {
    float: left;
    width: 25%;
    height: 100%;
    color: #874cd6;
    text-align: center;
    font-size: 1.3vh;
    font-weight: bold;
    text-decoration: none;
    padding-top: 0.6vh;

}

.active_tab {
    color: #ffe690 !important;
}

.CollageIMG {
    width: 23%;
    margin: .5%;
    max-height: 28dvw;
    box-shadow: 0px 0px .40vw rgb(75, 70, 33);
    object-fit: cover;
}

.CollageIMGSpecial {
    width: 70%;
    box-shadow: 0px 0px .40vw rgb(75, 70, 33);
}


.IMG_FULL {
    width: 100%;
}

.Glossary_IMG {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
}

.Glossary_Entry {
    display: inline-block;
    height: fit-content;
    width: 19.5%;
    margin: 0;
    position: relative;
    transition: background-color 150ms ease-in-out, transform 150ms ease-in-out;
}

.Glossary_Entry.active {
    background: linear-gradient(0deg, rgba(136, 76, 214, 0.639) 0%, rgba(0, 0, 0, 0) 70%);
}


.Spacer_Small {
    height: 5vh;
}

.Spacer_Med {
    height: 15vh;
}

.Spacer_Large {
    height: 30vh;
}



@media (orientation: portrait) {
    .Tab_Container {
        width: 80%;
        margin-left: 10%;
    }

    .Glossary_Entry {

        width: 30%;

    }

    .Text_Container {
        width: 80%;
        margin-left: 10%;
        height: fit-content;
    }

    .CollageIMGSpecial {
        width: 90%;

    }

    .CollageIMG {
        width: 42%;
        margin: .5%;
        max-height: none;
        box-shadow: 0px 0px .40vw rgb(75, 70, 33);
        object-fit: cover;
    }
}













#body {

    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}