    /* Custom Imported Fonts ------------------------------------- */

    @font-face { font-family: 'FontExtraBold';
        src: url('../fonts/Dosis-ExtraBold.ttf') format("truetype");
        font-display: swap;}


    @font-face { font-family: 'FontBold';
        src: url('../fonts/Dosis-Bold.ttf') format("truetype");
        font-display: swap;}


    @font-face { font-family: 'FontSemiBold';
        src: url('../fonts/Dosis-SemiBold.ttf') format("truetype");
        font-display: swap;}


    @font-face { font-family: 'FontMed';
        src: url('../fonts/Dosis-Medium.ttf') format("truetype");
        font-display: swap;}

    @font-face { font-family: 'FontHeader';
        src: url('../fonts/Rubik-ExtraBold.ttf') format("truetype");
        font-display: swap;}


    /* Animations ------------------------------------- */

    @keyframes upDown {
    to { transform: translatey(16px);}
    }

    @keyframes stretchType {
    0% { letter-spacing: 0.03em; }
    50% { letter-spacing: 0.07em; }
    80% { letter-spacing: -0.005em; }
    100% { letter-spacing: 0em; }
    }

    @keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }

    @-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }

    @-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }

    @-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }

    @-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
    }


    /* Default Overwrites ------------------------------------- */

    body {
        background-color: black;
        margin: 0;
        font-family: 'FontExtraBold';
        font-size: 14pt;
        letter-spacing: 0.005px;
        line-height: 1.6em;
        overflow-x: hidden;
    }


    a {
        color: #000000;
        text-decoration: none;
    }

    #a-soc {
        margin: 0;
        padding: 0;
    }

    a:hover {
        color: #FF382E;
    }

    #a-footer {
        color: white;
        text-decoration: none;
        position: relative;
        margin: 0 0.3em;
    }

    #a-press {
        display: inline-block;
        font-family: 'FontMed';
        font-size: 16pt;
        letter-spacing: 0.02em;
        color: black;
        text-decoration: underline;
        margin-top: 20px;
    }


    li {
        font-family: 'FontMed';
        font-size: 16pt;
        letter-spacing: 0.02em;
    }

    #a-press:hover {
        color: #FF382E;
    }

    #a-footer:after {
        content: '';
        position: absolute;
        bottom: -3;
        left: 0;
        width: 0%;
        border-bottom: 3px solid #FFDA00;
        border-radius: 10px;
        transition: 0.2s;
    }
    
    #a-footer:hover:after {
        width: 100%;
    }

    p {
        font-family: 'FontMed';
        font-size: 18pt;
        letter-spacing: 0.02em;
        animation: fadeIn 1s;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
    }

    #p-cta {
        font-family: 'FontBold';
        font-size: 18pt;
        letter-spacing: 0.02em;
    }

    #p-bio {
        font-family: 'FontMed';
        font-size: 14pt;
        letter-spacing: 0.01em;
        text-align: left !important;
    }

    #p-press {
        font-family: 'FontMed';
        font-size: 16pt;
        letter-spacing: 0.01em;
        text-align: left !important;
    }

    #mission {
        font-size: 19pt;
        letter-spacing: 0.01em;
        line-height: 1.4;
        padding: 0 6em;
    }

    h1 {
        font-family: 'FontHeader';
        font-size: 86pt;
        margin: 0px;
        margin-top: -15px;
        margin-bottom: 13px;
        letter-spacing: -0.01em;
        line-height: 0.8;
    }

    h2 {
        font-family: 'FontHeader';
        font-size: 56pt;
        margin: 0px;
        margin-top: -15px;
        margin-bottom: 13px;
        letter-spacing: -0.01em;
        line-height: 0.85;
        animation: stretchType 0.6s ease;
    }

    h3 {
        font-family: 'FontBold';
        font-size: 45pt;
        letter-spacing: -0.005em;
        margin: 0.4em 0;
        line-height: 0.9;
        animation: stretchType 0.6s ease;
    }

    #h3-contact {
        font-family: 'FontExtraBold';
        font-size: 42pt;
        letter-spacing: -0.005em;
        margin: 0em 0 0.1em;
        line-height: 0.9;
        animation: stretchType 0.6s ease;
    }


    h4 {
        font-family: 'FontBold';
        font-size: 28pt;
        letter-spacing: -0.005em;
        margin: 0.7em 0;
        line-height: 1;
        animation: stretchType 0.5s ease;
    }

    #h4-contact  {
        font-family: 'FontSemiBold';
        font-size: 30pt;
        letter-spacing: -0.005em;
        margin: 0.2em 0;
        line-height: 1;

        animation: stretchType 0.5s ease;
    }

    #h4-about  {
        font-family: 'FontBold';
        font-size: 30pt;
        letter-spacing: -0.005em;
        margin: 0.5em 0 0.1em;
        line-height: 1;
    }


    
    h5 {
        font-family: 'FontBold';
        font-size: 26pt;
        letter-spacing: -0.005em;
        margin: 2.0em 0.13em 0.0em;
        line-height: 0.5;
        animation: stretchType 0.5s ease;
    }

    hr {
        border: 2px solid #000000;
        border-radius: 10px;
        margin: 1em 0 0;
    }

    small {
        font-size: 14pt;
    }

    #hr-center {
        width: 60px;
        border: 2px solid #000000;
        border-radius: 10px;
        margin: 1.7em auto 0;
    }

    #hr-press {
        width: 100%;
        border: 2px solid #000000;
        border-radius: 10px;
    }

    ::selection {
        background-color: #FF382E;
        color: #ffffff;
    }

    /* Header Navigation  ------------------------------------- */

    #logo {
        z-index: 64;
        transition: transform .2s; 
        position: absolute;
        width: 230px;
        top: -4rem;
        left: 5rem;
    }

    #logo:hover {
        transform: scale(1.08);
        cursor: pointer;
    }

    .navbar {
        z-index: 32;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        border-style: none none solid none;
        border-width: 5px;
        filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
    }

    .navbar a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 21px 16px;
        text-decoration: none;
        font-size: 20pt;
        font-family: 'FontExtraBold';
    }

    .navbar a:hover {
        color: #FF382E;
    }

    .right-nav {
        justify-content: right;
        display: flex;
        padding-right: 3.2em;
    }

    .vl {
        border-left: 3px solid #FF382E;
        border-radius: 10px;
        height: 36;
        margin: 1em 1em 1em 0.5em;
    }

    #top-nav {
        width: 30px;
        padding: 22px 4px 21px;
        margin: 0;
    }

    .nav-social {
        filter: brightness(100%);
        transition: transform .4s; 
        width: 70px;
        float: left;
        margin-right: 0.7em;
        margin-bottom: 0.6em;
    }

    .nav-social:hover {
        filter: brightness(0%);
        transform: rotate(9deg) scale(1.2);
        cursor: pointer;
    }

    /* Mobile Navigation  ------------------------------------- */

    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #FFDA00;
        overflow: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        font-family: 'FontExtraBold';
        letter-spacing: 1;
        line-height: 1em;
        text-decoration: none;
        font-size: 50px;
        color: black;
        display: block;
        transition: 0.2s;
    }

    .overlay a:hover, .overlay a:focus {
        letter-spacing: 14;
        color: #FF382E;
    }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 80px;
    }

    .mobile-header {
        display: none;
        z-index: 64;
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        border-style: none none solid none;
        border-width: 5px;
        filter: drop-shadow(5px 5px 20px rgba(0,0,0,0.4));
    }

    .burger {
        font-size: 30px;
        cursor: pointer;
        color: #000000;
        float: right;
        margin: 0.7em 1em;
        transition: 0.2s;
    }

    .burger:hover {
        color: #FF382E;
    }


/* Home  ------------------------------------- */


    .logo-container {
        justify-content: center;
        display: flex;
        text-align: center;
    }

    .hero-logo {
        width: 800px;
        transition: transform .2s; 
        margin-bottom: 2.4em !important;
        animation: fadeIn 0.75s;
        -webkit-animation: fadeIn 0.75s;
        -moz-animation: fadeIn 0.75s;
        -o-animation: fadeIn 0.75s;
        -ms-animation: fadeIn 0.75s;
    }

    .hero-logo:hover {
        filter: brightness(200%);
        transform: scale(1.05);
        cursor: pointer;
    }

    .hero {
        padding: 14em 8em 12em;
        background-image: url('images/home/hero.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: white;
        position: relative;
        text-align: center;
    }

    .welcome {
        background-color: white;
        padding: 2em 4em 10em;
        position: relative;
    }

    #welcome-bg {
        position: absolute;
        bottom: -1;
        left: 0;
        width: 100%;
    }

    .spot-hero-1 {
        width: 950px;
        position: absolute;
        bottom: -10;
        left: 80;
        z-index: 1;
        animation: upDown 1.5s alternate infinite ease-in-out;
    }

    .cta {
        position: relative;
        background-color: #FFDA00;
        padding: 6em 10% 13em;
    }

    #cta-bg {
        position: absolute;
        bottom: -5;
        left: 0;
        width: 100%;
    }

    .footer {
        position: relative;
        background-color: black;
        padding: 3em 0em 5em;
        color: white;
    }

    #footer-logo {
        position: absolute;
        bottom: 10;
        left: -6; 
        right: 0; 
        margin-left: auto; 
        margin-right: auto; 
        width: 280px;
        z-index: 1;
        transition: transform .2s; 
    }

    #footer-logo:hover {
        transform: scale(1.08);
        cursor: pointer;
    }

    #footer-bg {
        position: absolute;
        bottom: -1;
        left: 0;
        width: 100%;
    }

    #footer-links {
        font-family: 'FontExtraBold';
        text-align: center;
        margin: 0.4em 0em;
    }

    #footer-copyright {
        text-align: center;
        font-size: 14pt;
        font-family: 'FontSemiBold';
        letter-spacing: 0.1em;
        margin: 0.4em 0em;
    }


    #poe {
        position: absolute;
        bottom: 0;
        left: 85%;
        transition: transform .2s; 
    }

    #poe:hover {
        cursor: pointer;
    }



/* About ------------------------------------- */

    .about-hero {
        padding: 20em 8em 22em;
        background-image: url('images/about/hero2.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        color: black;
        position: relative;
        text-align: center;
        box-shadow: inset 0 0 120px black;
    }

    .about-img {
        filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.4));
        margin: 0 auto;
    }

    #goodgis {
        animation: upDown 1.4s alternate infinite ease-in-out;
        max-height: 200px;
    }

    #crepe {
        animation: upDown 1.4s alternate infinite ease-in-out;
        animation-delay: 0.30s;
        max-height: 210px;
    }

    #bonzo {
        animation: upDown 1.4s alternate infinite ease-in-out;
        animation-delay: 0.40s;
        max-height: 187px;
    }

    .about {
        background-color: white;
        padding: 6em 4em 8em;
        position: relative;
    }

    .about-info {
        max-width: 1300px;
        margin: 0 auto;
        line-height: 1.6;
        text-align: center;
    }

    .bio-social-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .bio-social {
        filter: brightness(100%);
        transition: transform .4s; 
        width: 30px;
        margin: 0 0.1em;
    }

    .bio-social:hover {
        filter: brightness(0%);
        transform: rotate(9deg) scale(1.2);
        cursor: pointer;
    }

/* Contact ------------------------------------- */

    .contact {
        background-image: url('images/contact/hero.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: white;
        padding: 10em 14em 16em;
        position: relative;
    }


/* Press ------------------------------------- */
    .press {
        background-color: white;
        padding: 6em 4em 12em;
        position: relative;
    }

            /* Tablet */
    @media only screen and (max-width: 900px) {
    .press {
        padding: 6em 3em 8em;
    }
    }

    /* Mobile: one image per row */
    @media only screen and (max-width: 600px) {
    .press {
        padding: 6em 1.75em 8em;
    }
    }

    .press-info {
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
        text-align: left;
    }

    .press-logo {
        transition: transform .2s; 
        margin: auto;
        animation: fadeIn 0.75s;
        text-align: center;
        -webkit-animation: fadeIn 0.75s;
        -moz-animation: fadeIn 0.75s;
        -o-animation: fadeIn 0.75s;
        -ms-animation: fadeIn 0.75s;
    }


    .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    }

    .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px;
    }

/* Gallery ------------------------------------- */

    .gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 1em;
    }

        /* Tablet */
    @media only screen and (max-width: 900px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    }

    /* Mobile: one image per row */
    @media only screen and (max-width: 600px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    }

    .gallery img {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    transition: transform 0.2s;
    }

    .gallery img:hover {
    transform: scale(1.03);
    }

    /* Lightbox */
    .lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
    }

    .lightbox-img {
    max-width: 65%;
    max-height: 65%;
    }

    .close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;   /* bigger X */
    font-weight: bold;
    color: white;
    cursor: pointer;
    line-height: 1;
    padding: 10px;     /* increases clickable area */
    z-index: 1000;
    }

    .close:hover {
    opacity: 0.7;
    }

    .nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: white;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    }

    .nav:hover {
    opacity: 0.7;
    }

    .prev { left: 20px; }
    .next { right: 20px; }

/* Page Not Found ------------------------------------- */

    .page-not-found {
        background-image: url('images/contact/hero.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
        background-color: white;
        padding: 17em 14em 16em;
        position: relative;
        justify-content: center;
        display: flex;
        text-align: center;
    }



/* Privacy Policy ------------------------------------- */

    .priv-info {
        max-width: 900px;
        margin: 0 auto;
        text-align: left;
    }


/* Flex Boxes ------------------------------------- */

    .flex-contact-container {
        display: flex;
        flex-direction: row;
    }

    .flex-container {
        display: flex;
        flex-direction: row;
        font-size: 30px;
        text-align: center;
    }

    .flex-item-50 {
        text-align: left;
        padding: 0 3em;
        flex: 50%;
    }

    .flex-item-60 {
        text-align: left;
        padding: 0 3em;
        flex: 55%;
    }

    .flex-item-40 {
        text-align: left;
        padding: 0 3em;
        flex: 45%;
    }

    .flex-item-30 {
        padding: 0 0.8em;
        flex: 30%;
    }

    .flex-item-CTA {
        text-align: left;
        padding: 0 3em;
        flex: 55%;
    }

    .flex-cta-container {
        display: flex;
        flex-direction: row;
        font-size: 30px;
        text-align: center;
    }

    .flex-item-entry {
        text-align: left;
        margin-right: 0.5em !important;
        flex: 70%;
    }

    .flex-item-button {
        text-align: left;
        width: 200;
    }

    .flex-social-container {
        display: flex;
        flex-direction: row;
    }

    .flex-social {
        filter: brightness(0%);
        transition: transform .4s; 
        width: 70px;
        float: left;
        margin-right: 0.7em;
        margin-bottom: 0.6em;
    }

    .flex-social:hover {
        filter: brightness(100%);
        transform: rotate(9deg) scale(1.2);
        cursor: pointer;
    }

    /* Buttons ------------------------------------- */

    button {
        color: black;
        background-color: #FFFFFF;
        border-color: black;
        border-style: solid;
        border-radius: 0.6em;
        border-width: 5px;
        font-size: 23pt !important;
        letter-spacing: 0.2px;
        box-shadow: #000000 8px 8px 0 0;
        box-sizing: border-box;
        padding: 12px 40px;
        font-family: 'FontExtraBold';
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        transition-duration: 0.2s;
        display: inline-block;
        margin-right: 0.5em;

        animation: fadeIn 2s;
        -webkit-animation: fadeIn 2s;
        -moz-animation: fadeIn 2s;
        -o-animation: fadeIn 2s;
        -ms-animation: fadeIn 2s;
    }

    .yellow-button {
        background-color: #FFDA00;
    }

    .red-button {
        background-color: #FF382E;
        color: white;
        max-width: 200px;
        padding: 17px 15px;
        font-size: 21 !important;
    }

    .red-button:hover  {
        transform: scale(1.1);
        background-color: white;
        color: black;
        box-shadow: #000000 4px 4px 0 0;
        cursor: pointer;
    }

    button:hover {
        transform: scale(1.1);
        background-color: #FF382E;
        color: white;
        box-shadow: #000000 4px 4px 0 0;
        cursor: pointer;
    }

/* CTA Email  ------------------------------------- */
    .sib-form {
        padding: 0 !important;
        font-family: 'FontSemiBold' !important;
        font-size: 28px !important;

        animation: fadeIn 2s;
        -webkit-animation: fadeIn 2s;
        -moz-animation: fadeIn 2s;
        -o-animation: fadeIn 2s;
        -ms-animation: fadeIn 2s;
    }

    .sib-form .entry__field {
        border-color: black !important;
        border-style: solid !important;
        border-radius: 0.6em !important;
        border-width: 5px !important;
        box-sizing: border-box !important;
        box-shadow: #000000 8px 8px 0 0 !important;
        font-size: 21px !important;
        padding: 0.5em;
        margin: 0 !important;
        width: 100% !important;
    }


    #sib-container {
        background: none !important;
        margin: 0 auto;
        padding: 0 !important;
    }

    .sib-form-block  {
        padding: 0 !important;
    }

    .sib-form-container a {
        color: black !important;
    }

    .sib-form-container a:hover {
        color: #FF382E !important;
    }



/* Resizing for Different Devices ----------------------- */
    @media only screen and (max-width: 1750px) {
        .spot-hero-1 {
            width: 850px;
            bottom: 65;
            left: 40;
        }

        .flex-item-CTA {
            padding: 0;
        }
    }


    @media only screen and (max-width: 1500px) {
        .spot-hero-1 {
            width: 775px;
            bottom: 110;
            left: 30;
        }

        #footer-logo {
            bottom: 5;
        }
    }

    @media only screen and (max-width: 1350px) {
        .spot-hero-1 {
            width: 675px;
            bottom: 150;
            left: 30;
        }

        #footer-logo {
            bottom: -5;
        }

    }

    @media only screen and (max-width: 1220px) {
        .spot-hero-1 {
            width: 580px;
            bottom: 200;
            left: 20;
        }
    }

    
    /* Switching to Mobile Nav */
    @media only screen and (max-width: 1150px) {
        .spot-hero-1 {
            width: 950px;
            bottom: -10;
            left: -40;
            opacity: 0.05;
            z-index: 0;
            animation: none;
        }

        #footer-logo {
            bottom: -15;
        }
    
        .hero-logo {
            width: 100%;
        }
        
        .flex-contact-container {
            flex-direction: column;
        }

        .flex-container {
            flex-direction: column;
        }

        .flex-item-60 {
            padding: 0 2em;
            z-index: 1;
        }

        .flex-item-40 {
            padding: 0 2em;
            z-index: 1;
        }

        .welcome {
            padding: 4em 4em 8em;
            overflow: hidden;
        }

        .cta {
            padding: 6em 8em 10em;
        }

        .navbar {
            display: none;
        }

        .mobile-header {
            display: block;
        }

        #logo {
            left: 4rem;
        }
        
        .about-hero {
            background-image: url('images/about/hero.webp');
            background-attachment: local;
        }

        .contact {
            padding: 8em 4em 14em;
        }

        .page-not-found {
            padding: 14em 4em 12em;
        }

        #h4-contact {
            margin: 1.4em 0em 0.2em;
        }

        #mission {
            font-size: 18pt;
            letter-spacing: 0.01em;
            line-height: 1.4;
            padding: 0 2em;
        }
    }

    @media only screen and (max-width: 1000px) {

        .sib-form .entry__field {
            font-size: 16pt !important;
        }

        .CTA {
            padding: 6em 6em 6em;
        }

        .contact {
            padding: 7em 2em 9em;
        }

        #mission {
            font-size: 17pt;
            letter-spacing: 0.01em;
            line-height: 1.4;
            padding: 0 1em;
        }

    }


    @media only screen and (max-width: 650px) {
        p {
            font-size: 15pt;
            letter-spacing: 0.01em;
        }

        #p-cta {
            font-size: 15pt;
            letter-spacing: 0.01em;
        }


        h1 {
            margin-top: 0px;
            font-size: 60pt;
        }

        h2 {
            font-size: 35pt;
        }

        h3 {
            font-size: 25pt;
        }
        
        .flex-item-60 {
            padding: 0 0.1em;
            z-index: 1;
        }

        .flex-item-40 {
            padding: 0 0.1em;
            z-index: 1;
        }
        
        #logo {
            width: 200px;
            top: -4rem;
            left: 2rem;
        }
        
        #footer-links {
            font-size: 14pt;
        }

        #footer-copyright {
            font-size: 10pt;
        }

        .welcome {
            padding: 2em 2em 6em;
        }
        
        .cta {
            padding: 4em 2em 5em;
        }

        .hero {
            padding: 10em 0.8em 5em;
        }
        
        .about-hero {
            padding: 10em 0em 6em;
        }

        .about {
            padding: 4em 2em 4em;
        }

        .flex-social {
            width: 60px;
            margin-right: 0.3em;
        }

        #mission {
            font-size: 16pt;
            letter-spacing: 0.01em;
            line-height: 1.4;
            text-align: left;
            padding: 0 1em;
        }
    }



    