﻿@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Smooch+Sans:500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:ital,wght@0,100;0,300;0,500;0,700;0,900;1,400&display=swap');

html {
    scroll-behavior: smooth;
    overflow-y: scroll;
    width: 100%;
}

a {
    color: #d72f5d;
}

iframe {
    border: 3px solid #ea3264;
}

video {
    background-color: #000000;
    border: 3px solid #ea3264;
}

.banner-wrapper {
    position: fixed;
    top: 0;
    background: #000;
    height: auto;
    width: 100%;
    z-index: 1000;
    min-height: 50px;
}

.banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 1500px;
    transition: all 0.25s ease-in-out;
    font-family: 'Permanent Marker', cursive;
    white-space: nowrap;
}

.banner-bottom {
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 16px;
    background-image: url(../../images/bottom_border.png);
    background-size: auto 100%;
    background-position: top;
    background-repeat: repeat-x;
}

body {
    display: none;
    font-size: 3em;
    margin: 0 auto;
    background-color: #e0e0e0;
    color: #2F2F2FFF;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Smooch Sans', sans-serif;
    line-height: 1;
    cursor: default;
    overflow-y: hidden;
}

#content {
    justify-content: center;
    margin: 0 auto;
    padding-top: 140px;
    padding-bottom: 70px;
    max-width: 1500px;
}

.big-text {
    display: none;
    font-size: 4.5rem;
    color: #fff;
    text-transform: uppercase;
}

.small-text {
    display: none;
    font-size: 2rem;
    color: #ea3264;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin: 40px 60px 0 60px;
}

.buttons {
    display: flex;
    gap: 25px;
    justify-content: center;
    width: 100%;
}

.button {
    font-size: 3.5rem;
    padding: 5px 10px;
    background: none;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Permanent Marker', cursive;
}

.subpage {
    transition: 0.5s ease;
    cursor: pointer;
}

.subpage:hover {
    color: #ea3264;
}

.externalpage {
    transition: 0.5s ease;
    cursor: pointer;
}

.externalpage:hover {
    color: #ea3264;
}

.icons {
    gap: 10px;
    position: fixed;
    top: 10px;
    margin: auto;
    justify-items: center;
    width: 100%;
}

.icon {
    padding: 10px 5px;
    width: 24px;
    height: 24px;
    transition: filter 0.5s ease;
}

.icon:hover {
    filter: brightness(70%);
}

.section-title:first-of-type {
    margin: 0;
}

.section-title {
    text-transform: uppercase;
    color: #ea3264;
    padding: 20px 0 10px 0;
    text-align: center;
    width: 100%;
    font-family: 'Permanent Marker', cursive;
    font-size: 1.1em;
    text-decoration: none;
    letter-spacing: .06em;
    font-weight: 500;
    font-style: normal;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3rem 0 3rem;
}

.grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    flex-basis: calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
    margin: 0.2rem 1rem;
}

.grid-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 1);
    -moz-box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 1);
    box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 1);
    z-index: 2;
}

.grid-image-container {
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    border: 4px solid #ea3264;
    transition: filter 0.5s ease-in-out;
    color: #e0e0e0;
    filter: brightness(100%);
    text-shadow:
            2px 2px 5px #000000,
            -2px -2px 5px #000000,
            2px -2px 5px #000000,
            -2px 2px 5px #000000;
}

.grid-image-container:hover {
    filter: brightness(70%);
}

.grid-image-container .top-right {
    font-size: 0.6em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    margin-right: 15px;
}

.grid-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-image-container video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}

.grid-details {
    margin: 5px 5px 15px 5px;
}

.grid-title {
    font-size: 2.3rem;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 5px;
    padding-top: 5px;
}

.grid-small-text {
    font-size: 1.4rem;
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 5px;
}

.modal {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1000;
}

.modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 95vh;
    max-width: 95vw;
    width: auto;
    height: auto;
    border: 3px solid #bbbbbb;
    box-sizing: border-box;
    pointer-events: none;
}

.modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #bbbbbb;
    font-size: 2em;
    z-index: 1;
}

#prevImage {
    left: 20px;
    color: #bbbbbb;
    text-shadow: 0 0 2px #000;
}

#nextImage {
    right: 20px;
    color: #bbbbbb;
    text-shadow: 0 0 2px #000;
}

.page-grid {
    display: flex;
    flex-wrap: wrap;
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.2rem;
    color: #2f2f2f;
    margin: 15px 10px 0px 10px;
}

.page-column {
    flex-basis: 50%;
    max-width: 50%;
    align-content: center;
}

.page-column .image-container img {
    display: block;
    margin-bottom: 15px;
    width: 100%;
}

.details, .summary {
    line-height: 2;
}

.details p {
    margin-block-start: 0;
}

.details {
    text-align: left;
}

.summary {
    white-space: pre-wrap;
    text-align: left;
}

.summary-area {
    text-align: left;
}

.subsection {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .12em;
    font-weight: 500;
    font-style: normal;
    margin: 10px 0 10px 0;
    width: 100%;
}

.big-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.big-image-container img, .sub-image-container img {
    width: 100%;
    height: auto;
    border: 3px solid #ea3264;
    object-fit: contain;
    background: black;
}

.right-margin {
    margin-right: 20px;
}

.left-margin {
    margin-right: 20px;
}

.sub-image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.sub-image-container img {
    box-sizing: border-box;
    width: calc((100% - 10px) / 2);
}

.sub-image-container img:last-child {
    margin-left: auto;
    margin-right: auto;
}

.highlighted {
    display: inline-block;
    color: #ea3264;
    font-weight: bold;
}

.webpage {
    color: #ea3264;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

img[onclick] {
    cursor: pointer;
    transition: filter 0.5s ease;
}

.embeds {
    margin: auto;
    width: 100%;
    padding: 20px;
}

.footer-wrapper {
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100%;
    z-index: 1000;
}

.footer-top {
    position: absolute;
    top: -15px;
    width: 100%;
    height: 16px;
    background-image: url(../../images/bottom_border.png);
    background-size: auto 100%;
    background-position: bottom;
    background-repeat: repeat-x;
    transform: rotate(180deg);
}

.footer {
    font-size: 0.5em;
    max-width: 1500px;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 10px 0;
    text-align: center;
    transition: all 0.25s ease-in-out;
    font-family: 'Permanent Marker', cursive;
    white-space: nowrap;
}

.dark-mode-toggle {
    font-size: 0.5em;
    color: #2F2F2FFF;
    position: absolute;
    top: 115px;
    background-image: url(../../images/switch.png);
    z-index: 1069;
    transition: filter 1s ease;
}

.dark-mode-toggle:after {
    content: 'LIGHT';
}

img[onclick] {
    filter: brightness(100%);
}

img[onclick]:hover {
    filter: brightness(70%);
}

.s_icons {
    max-width: 100%; text-align: center;
}

.image-floating-left {
    width: 50%;
    min-width: 200px;
    max-width:400px;
    margin: 0 15px 0 0;
    padding:3px;
    background:#ea3264;
    float: left;
}

.sub-image-container video, .sub-image-container .regular  {
    width: 450px;
    aspect-ratio: auto 16 / 9;
    height: 225px;
}

.hamburger-menu {
    display: none;
    position: absolute;
    cursor: pointer;
    top:15px;
    right:15px;
}

.line {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
}

/*
Dynamic overrides for sub 1400h resolutions
*/

@media (max-width: 1400px) and (hover: hover) {
    #content {
        padding-top: 110px;
    }

    .button {
        font-size: 2.5rem;
    }

    .dark-mode-toggle {
        top: 90px;
    }
}

/*
Dynamic mobile overrides
*/
@media only screen and (hover: none) and (pointer: coarse) {
    #content {
        padding-top: 350px;
    }

    .image-floating-left {
        width: 40%;
        min-width: 200px;
        max-width:550px;
    }

    .content {
        margin: 0 30px 0 30px;
    }

    .banner-wrapper {
        padding-top: 35px;
    }

    .icons  {
        padding-top: 10px;
        transform: scale(2.5);
    }

    .button {
        font-size: 5rem;
        flex-wrap: wrap;
    }
    
    .buttons {
        display: grid;
        gap: 0px;
    }

    .dark-mode-toggle {
        transform: scale(2);
        top: 300px;
    }
    
    .footer-wrapper div {
        font-size: 2rem !important;
    }
    
    .grid {
        padding: 0;
    }

    .grid-item {
        flex-basis: calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }

    .grid-title {
        font-size: 4rem;
    }

    .grid-small-text {
        font-size: 2.5rem;
    }
    div.details {
        font-size: 2.5em;
    }

    div.section-title {
        font-size: 1.8em;
    }

    div.page-grid a {
        font-size: 2.5rem;
    }

    .sub-image-container video, .sub-image-container img  {
        width: 800px;
        height: 450px;
    }
}

/*
Hamburger menu - no mobiles yet
 */
@media (max-width: 1079px) and (hover: hover) {
    .hamburger-menu {
        display: block;
        z-index: 1002;
    }

    .buttons {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #000;
        z-index: 1001;
    }

    .buttons.show {
        display: flex;
    }

    .button {
        margin: 15px 0;
    }

    .dark-mode-toggle {
        top: 30px;
    }
}