body {
    background-color: #000;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    scrollbar-color: rgba(35, 105, 47, 0.8) rgba(31, 31, 31, 0.65);
    overflow: hidden;
}

#bgVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: -1;
}

::selection { background: #148d28; color: #fff; }

h1, h2, h3 {
    background: linear-gradient(to bottom, #bebebe 0, #777 3%, #232323 55%, #000 55%, #161616 98%, #000 100%);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    border-bottom: 1px solid #000;
    padding: 2px 5px 4px 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: relative;
}
h1 { font-size: 16.3px; }
h2 { font-size: 14.6px; }
h3 { font-size: 14.6px; }
h4 { margin: 0; }

a, p, span { text-shadow: 0 0 3px #000; }
p { font-size: 13px; line-height: 20px; margin: 0; }
a { color: #3cda56; text-decoration: none; }
a:hover { text-decoration: underline; }
#mainContent a:visited { color: #139228; }

.website-spacers { height: 15px; }

#websiteContainer {
    width: 100%;
    max-height: 862px;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    position: absolute;
    max-width: 700px;
}

#mainHeader {
    background: linear-gradient(180deg, rgba(148,148,148,.9) 0, rgba(71,71,71,.9) 20%, rgba(19,19,19,.9) 40%, rgba(7,7,7,.93) 100%);
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    border-top: 2px solid #4e4e4e;
    border-radius: 70px 80px 0 0;
    padding: 15px 10px 13px 30px;
    backdrop-filter: blur(1px) saturate(150%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 10;
}

.header-logo-text { display: flex; align-items: center; }
.header-title { color: #fff; display: block; font-size: 28px; margin: -8px 0 -5px 0; }
#logo { max-width: 65px; margin-right: 15px; margin-left: 5px; transition-duration: .4s; }
#logo:hover { filter: brightness(80%); transform: rotate(4deg); }
.header-motto { color: #c9c9c9; margin-left: 5px; font-size: 15px; }

.toggle-buttons-divs { display: none; align-items: center; justify-content: center; padding-right: 20px; }
.toggle-buttons-divs span { color: #e9e9e9; margin-right: 8px; }
#navbarToggleButton { margin-right: 5px; max-width: 25px; cursor: pointer; }

#navAndContentContainer { display: flex; }

#navigationMenu {
    background-color: rgba(20,20,20,.85);
    border-right: 1px solid #474747;
    border-left: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-bottom-left-radius: 40px;
    backdrop-filter: blur(1px);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
    display: block;
    height: 710px;
    min-width: 120px;
    max-width: 250px;
    padding: 8px 11px 14px 11px;
    overflow: auto;
}

.nav-categories {
    background: rgba(26,26,26,.35);
    border: 1px solid #424242;
    display: flex;
    flex-direction: column;
    padding: 1px 3px;
    margin-bottom: 2px;
}

.navbar-titles {
    background: linear-gradient(to bottom, #fff 0, rgba(129,129,129,.75) 3%, rgba(56,56,56,.75) 50%, rgba(27,27,27,.75) 50%);
    border: 1px solid #000;
    color: #f7f4f4;
    padding-bottom: 1px;
    margin: 1px 1px 2px 1px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.nav-icons { height: 18.4px; margin: 1px 3px 0 4px; z-index: 1; }

.nav-active, .nav-inactive {
    border: 1px solid #0f0f0f;
    border-radius: 5px;
    color: #eee;
    display: flex;
    align-items: center;
    margin: auto auto 2.2px auto;
    width: 93%;
    font-size: 12px;
    position: relative;
    text-decoration: none;
    padding: 5px 8px;
    box-sizing: border-box;
    min-height: 28px;
}
.nav-active {
    background: linear-gradient(to bottom, rgba(255,255,255,.25) 0, rgba(117,117,117,.2) 20%, rgba(92,92,92,.2) 40%, rgba(29,73,23,.3) 40%, rgba(43,240,36,.7) 100%) !important;
    color: #57fa6f;
    transform: scale(1.03);
}
.nav-inactive {
    background: linear-gradient(to bottom, rgba(255,255,255,.25) 0, rgba(117,117,117,.15) 20%, rgba(92,92,92,.15) 60%, rgba(0,0,0,.3) 60%, rgba(41,41,41,.3) 100%);
}
.nav-inactive:hover {
    background: linear-gradient(to bottom, rgba(255,255,255,.25) 0, rgba(117,117,117,.2) 20%, rgba(92,92,92,.2) 50%, rgba(43,43,43,.3) 50%, rgba(161,161,161,.3) 100%);
    transform: scale(1.03);
}
.nav-active:before, .nav-inactive:before {
    background: linear-gradient(to bottom, rgba(117,117,117,.7) 0, rgba(255,255,255,.1) 100%);
    border-radius: 20px;
    position: absolute;
    content: "";
    height: 11px;
    width: 90%;
    top: 0;
    left: 5%;
    opacity: .3;
}

#navigationMenu div { display: flex; align-items: center; }
.nav-buttons-container { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3px 0; }

.nav-sound-fx-container { padding: 2px; }

#navSoundToggle, #navThemeChanger {
    background: linear-gradient(to bottom, #fff 0, #82f577 3%, #32912a 40%, #185815 55%, #0b3112 55%, #1a5c1e 100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    width: 100%;
    padding: 5px 0;
    font-size: 12.9px;
    text-shadow: 0 0 3px #000;
}
#navSoundToggle:hover, #navThemeChanger:hover {
    background: linear-gradient(to bottom, #fff 0, #9efd96 3%, #32912a 40%, #185815 55%, #0b3112 55%, #47e951 100%);
}
#navThemeChanger { margin-top: 2px; border-bottom-left-radius: 13px; }

.nav-util-btn {
    background: linear-gradient(to bottom, #fff 0, #82f577 3%, #32912a 40%, #185815 55%, #0b3112 55%, #1a5c1e 100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    width: 93%;
    padding: 5px 0;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 0 3px #000;
    margin-bottom: 2.2px;
    border-radius: 5px;
}
.nav-util-btn:hover {
    background: linear-gradient(to bottom, #fff 0, #9efd96 3%, #32912a 40%, #185815 55%, #0b3112 55%, #47e951 100%);
}

.section-banners img {
    border-bottom: 1px solid #000;
    width: 100%;
    max-height: 80px;
    object-fit: cover;
    object-position: center;
    display: block;
}
#mainContent {
    background: rgba(39,39,39,.7);
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    border-bottom-right-radius: 3px;
    backdrop-filter: blur(1px) saturate(150%);
    box-shadow: rgba(0,0,0,.25) 0 14px 28px, rgba(0,0,0,.22) 0 10px 10px;
    color: #dadada;
    padding: 12px 10px 0 10px;
    height: 712px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.glass-borders {
    background: rgba(48,48,48,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 0 8px rgba(255,255,255,.1), 0 5px 5px rgba(0,0,0,.5);
    border: 1px solid #686868;
    padding: 5px;
    margin: 8px auto;
}
.aero-borders { border: 1px solid #4b4b4b; }

.section-banners { background: rgba(27,27,27,.796); box-shadow: rgba(0,0,0,.3) 0 3px 8px; }
.section-banners img { border-bottom: 1px solid #000; width: 100%; }

.styled-containers {
    background: rgba(27,27,27,.83);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    padding: 10px;
    max-width: 935px;
}
.styled-containers span { font-size: 14px; }

.styled-containers-headers {
    background: rgba(27,27,27,.8);
    box-shadow: rgba(0,0,0,.3) 0 3px 8px;
    padding: 3px 10px 10px 10px;
}
.styled-containers-headers p { margin: 4px 5px 0 5px; }
.styled-containers-layer-2 { background: rgba(27,27,27,.635); }

.gallery-containers { padding: 5px; }
.gallery-containers a {
    background: rgba(19,19,19,.8);
    border-top: 1px solid #424242;
    border-left: 1px solid #424242;
    border-bottom: 1px solid #131313;
    border-right: 1px solid #424242;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px 7px;
    min-height: 100px;
    transition-duration: .2s;
}
.gallery-containers a:hover { filter: brightness(85%); transform: scale(1.02); }
.gallery-containers img {
    border-top: 1px solid #272727;
    border-left: 1px solid #272727;
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    width: 100%;
}
.gallery-images-containers { display: grid; grid-column-gap: 15px; grid-row-gap: 15px; }

#pageNav {
    margin-top: auto;
    flex-shrink: 0;
    padding: 8px 0 6px 0;
    border-top: 1px solid #333;
    background: rgba(0,0,0,0.4);
}
#pageNav h2 { display: none; }

.page-swap-div { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 0; }
.page-swap-div a {
    background: transparent;
    border: 1px solid #3cda56;
    color: #3cda56 !important;
    padding: 4px 16px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 3px;
    transition: background 0.15s;
    line-height: normal;
}
.page-swap-div a:hover {
    background: rgba(60, 218, 86, 0.15);
    text-decoration: none;
}

#themeMenu {
    background: rgba(0,0,0,.6);
    border-left: 1px solid #3b3b3b;
    backdrop-filter: blur(1px);
    padding: 8px 0 0 0;
    position: fixed;
    top: 0; right: 0;
    max-width: 180px;
    height: 99.2%;
    overflow-y: auto;
    overflow-x: hidden;
}
#themeMenu h2 { color: #fff; margin: 0 10px; }
#themeImages { height: 93%; padding: 0 10px; overflow: auto; }
#themeMenu img { border: 1px solid #000; cursor: pointer; max-width: 98.5%; margin-top: 5px; transition-duration: .2s; }
#themeMenu img:hover { filter: brightness(.8); }
#themeMenu span { display: block; text-align: center; color: #fff; font-size: .8em; margin: -3px 0 3px 0; }
#themeMenu a {
    background: linear-gradient(to bottom, #ffebeb 0, #fa8c8c 3%, #f31414 55%, #a30909 55%, #eb1717 100%);
    border: 1px solid #790000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 10px 0 10px;
    padding-bottom: 2px;
    cursor: pointer;
}

/* Magnific Popup core */
.mfp-bg { top:0; left:0; width:100%; height:100%; z-index:1042; overflow:hidden; position:fixed; background:#0b0b0b; opacity:.8; }
.mfp-wrap { top:0; left:0; width:100%; height:100%; z-index:1043; position:fixed; outline:0 !important; }
.mfp-container { text-align:center; position:absolute; width:100%; height:100%; left:0; top:0; padding:0 8px; box-sizing:border-box; }
.mfp-container:before { content:""; display:inline-block; height:100%; vertical-align:middle; }
.mfp-content { position:relative; display:inline-block; vertical-align:middle; margin:0 auto; text-align:left; z-index:1045; }
.mfp-hide { display:none !important; }
.mfp-close { width:44px; height:44px; line-height:44px; position:absolute; right:0; top:0; text-decoration:none; text-align:center; opacity:.65; padding:0 0 18px 10px; color:#fff; font-size:28px; font-family:Arial,monospace; background:none; border:none; cursor:pointer; }
.mfp-close:hover { opacity:1; }
img.mfp-img { max-width:1130px; width:100%; max-height:90vh !important; display:block; box-sizing:border-box; padding:40px 0; margin:0 auto; }
.mfp-figure { line-height:0; }
.mfp-arrow { position:absolute; opacity:.65; margin:0; top:50%; margin-top:-55px; padding:0; width:90px; height:110px; background:none; border:none; cursor:pointer; }
.mfp-arrow:after, .mfp-arrow:before { content:""; display:block; width:0; height:0; position:absolute; left:0; top:0; margin-top:35px; margin-left:35px; border:medium inset transparent; }
.mfp-arrow:after { border-top-width:13px; border-bottom-width:13px; top:8px; }
.mfp-arrow:before { border-top-width:21px; border-bottom-width:21px; opacity:.7; }
.mfp-arrow-left:after { border-right:17px solid #3cda56; margin-left:31px; }
.mfp-arrow-left:before { margin-left:25px; border-right:27px solid #1a6827; }
.mfp-arrow-right:after { border-left:17px solid #3cda56; margin-left:39px; }
.mfp-arrow-right:before { border-left:27px solid #1a6827; }

/* Responsive */
@media (max-width: 650px) {
    .website-spacers { display: none; }
    #websiteContainer {
        top: 0; bottom: 0; left: 0; right: 0;
        margin: 0;
        max-height: none;
        height: 100%;
        position: fixed;
    }
    #mainHeader {
        border-top: none;
        border-radius: 0;
        padding: 5px 10px 5px 13px;
        position: fixed;
        top: 0; left: 0; right: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 100;
    }
    #logo { width: 28px; margin-right: 8px; margin-left: 0; }
    .header-title { font-size: 13px; }
    .header-motto { display: none; }
    .toggle-buttons-divs { display: block; }
    #navAndContentContainer {
        position: fixed;
        top: 48px; left: 0; right: 0; bottom: 0;
    }
    #navigationMenu {
        position: absolute;
        border-bottom-left-radius: 0;
        height: 100%;
        z-index: 10;
        display: none;
    }
    #mainContent {
        border-bottom-right-radius: 0;
        height: 100%;
        max-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #bgVideo {
        position: fixed;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 641px) {
    h1 { font-size:16px; } h2 { font-size:14px; } h3 { font-size:14px; }
    #pageNav h2 { display:none; }
    .page-swap-div a { padding:6px 6px 10px 6px; font-size:.9em; }
}
@media (min-width: 800px) { #websiteContainer { max-width:750px; } }
@media (min-width: 880px) { #websiteContainer { max-width:830px; } }
@media (min-width: 961px) { #websiteContainer { max-width:900px; } }
@media (min-width: 1060px) { #websiteContainer { max-width:950px; } }