﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

html {
    height: 100%;
    margin: 0;}


body {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #0c315a;
}


.hero-image {
    background-image: url("../../graphics/fireslide.png");
    background-color: #cccccc;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.small-hero-image {
    background-image: url("../../graphics/kidsrun.png");
    background-color: #cccccc;
    height: 370px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.small-hero-text {
    text-align: center;
    position: absolute;
    topppp: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    color: #F4F10B;
}


#percy-race {
    background-image: url("../../graphics/PercyRaceHero2025.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative;
    width: 704px;
    height: 506px;
    top: 14px;
    z-index: 10000;
    display: block;
}



.content {
    min-height: calc(100vh - 5px);
}

.hidden {
    display: none;}

.race-main {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: white;
    margin: 0px auto;
    font-size: 28px;
}

.race-main-small {
    font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: white;
    margin: 0px auto;
    font-size: 28px;
    font-weight:bold;
    display:none;
}

.header-bar-alt {
    display: none;
    padding-top: 10px;
    padding-left: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 75px;
    width: 100%;
    z-index: 2222;
    background-color: #FFFA99;
}

.header-bar-alt-placeholder {
    height: 75px;
    position: relative;
    display: none;
    background-color: #FFFA99;
}

.header-bar {
    position: relative;
    display: block;
    width: 100%;
    height: 87px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
    background-color: #FFFA99;
    background-repeat: no-repeat;
    background-position: center;
}

.header-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding-left: 10px;
    vertical-align: middle;
    background-color: #FFFA99;
}

.banner-logo-standard {
    display: inline-block;
}

.banner-logo-alt {
    position: fixed;
    left: 52px;
    top:3px;
    padding-left: 10px;
    padding-bottom: 2px;
    width: 200px;
    background-color: #FFFA99;
}

.banner-logo-alt-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 200px;
    height: 30px;
    background-color: #FFFA99;
}

.banner-logo-alt-very-small {
    display: none;
    position: fixed;
    left: 52px;
    top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    width: 200px;
    background-color: #FFFA99;
}

.banner-menu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 10px;
    vertical-align: middle;
}

.banner-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 0px;
    height: 95px;
}

.banner-menu li {
    text-align: left;
    display: inline;
    font-size: 24px;
    font-weight: bold;
}

    .banner-menu li a {
        color: #0C315A;
        padding: 18px 20px 20px 20px;
        text-decoration: none;
    }

        .banner-menu li a:hover {
            background-color: #0c315a;
            color: #ffffff;
        }


.lower-page-section {
    background-color: #A6A6A6;
}

.lower-page-section-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
}

.lower-page-section-blue {
    background-color: #049EE1;
}

.lower-page-section-blue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}

.lower-page-section-brightblue {
    background-color: #3946E4;
}

.lower-page-section-brightblue-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #FAF10B;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}


.lower-page-section-yellow {
    background-color: #FFFA99;
}

.lower-page-section-yellow-contents {
    position: relative;
    display: block;
    width: 100%;
    color: #0C315A;
    font-size: 32px;
    font-weight: bold;
    max-width: 1350px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
}

.lower-page-section-white {
    background-color: white;
}

.lower-page-section-white-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
    background-color: white;
}


.three-bubble-section {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.bubble {
    position: relative;
    display: inline-block;
    width: 33%;
    padding: 30px 0px 30px 0px;
    background-colorrrr: white;
    color: #0c315a;
    font-size: 30px;
    font-weight: bold;
}

.bubble-link a {
    text-decoration: none;
    color: #0c315a;
}

.bubble-link a:hover {
    text-decoration: underline;
    color: #0c315a;
}

.bubble-link-blue a {
    text-decoration: none;
    color: #ffffff;
}

.bubble-link-blue a:hover {
    text-decoration: underline;
}

.footer-brightblue {
    background-color: #3946E4;
    color: #ffffff;
}

.footer-blue {
    background-color: #0c315a;
    color: #ffffff;
}

.footer {
    background-color: gray;
}

.footer-contents {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    max-width: 1335px;
    margin: 0 auto;
    padding: 40px 0px 35px 10px;
    vertical-align: top;
}

.footer-address {
    position: relative;
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

.footer-map {
    position: relative;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    text-align:center;
}

.footer-business {
    position: relative;
    display: inline-block;
    width: 32%;
    text-align: right;
    vertical-align: top;
}

.copyright {
    background-color: black;
}

.copyright-contents {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 7px 10px 7px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}



.lower-hero-header {
    position: relative;
    text-align: center;
    text-shadow: 3px 3px #595959;
    color: #F4F10B;
    margin: 0px auto;
    font-size: 48px;
    font-weight: bold;
}

.lower-hero-text {
    padding-top: 17px;
    position: relative;
    text-align: center;
    text-shadow: 3px 3px #595959;
    color: white;
    margin: 0px auto;
    font-size: 64px;
    font-weight: bold;
}

.lower-hero-button-holder {
    padding-top: 30px;
    position: relative;
    text-align: center;
    margin: 0px auto;
}

.lower-hero-button {
    width: 300px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    padding: 13px 20px 5px 20px;
    background-color: #F4F10B;
    color: #0c315a;
    font-weight: bold;
}




.main-bullet-item{
    padding-bottom:18px;
}

.action-button {
    width: 220px;
    padding: 10px 20px;
    background-color: #0C315A;
    color: #ffffff;
    font-size: 24px;
}

.action-button-yellow-container {
    width: 200px;
    margin: auto;
    text-align: center;
    padding-top: 5px;
}

.action-button-yellow {
    width: 100%;
    max-width: 220px;
    padding: 10px 20px;
    background-color: #FFFA99;
    color: #0C315A;
    font-size: 24px;
    font-weight: bold;
}
.action-button-yellow a:visited {
    color: #0C315A;
}

.vertical-divider {
    background-color: #ffffff;
    width: 2px;
    height: 200px;
    margin-top: 20px;
}

.game-link {
    width: 200px;
    background-color: #296795;
    color: white;
    font-size: 18px;
    padding: 4px 10px;
    margin: 8px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.game-link a {
    text-decoration: none;
    color: white;
}

.instructions-small{
    display: none;
    font-size: 12px;
}

.Popup-game-booths {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 3333;
    height: 550px;
    margin-top: -220px;
    width: 760px;
    margin-left: -380px;
    display: none;
    padding: 20px 0px 0px 0px;
    border: 5px solid #296795;
    text-align: center;
    color: #296795;
}


.PopupBG {
    border: solid 1px black;
    position: fixed;
    left: 0;
    top: 0;
    background-color: gray;
    z-index: 3330;
    height: 100%;
    width: 100%;
    opacity: 0.75;
    display: none;
}

.bullet-section {
    width: 100%;
    max-width: 475px;
    margin: auto;
    text-align: center;
    position: relative;
    background-colorrr: lightgoldenrodyellow;
}

.race-map {
    background-image: url("../../graphics/RaceMap2024.png");
    background-color: #cccccc;
    height: 436px;
    width: 405px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin: auto;
}

.lower-message {
    width: 100%;
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding: 20px 20px 0px 20px;
}

@media all and (max-width: 1350px) {
    .footer-contents {
        max-width: 1110px;
        font-size: 18px;
    }
}

@media all and (max-width: 1130px) {
    .footer-contents {
        max-width: 900px;
        text-align: center;
        margin: 0px auto;
    }
    .footer-address {
        display: block;
        padding-bottom: 30px;
        width: 100%;
    }
    .footer-map {
        display: block;
        padding-bottom: 30px;
        width: 100%;
    }
    .footer-business {
        display: block;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }
}


@media all and (max-width: 1250px) {
    .banner-menu li {
        font-size: 20px;
    }
}

@media all and (max-width: 1125px) {
    .banner-menu li {
        font-size: 18px;
    }
}

@media all and (max-width: 1075px) {
    .banner-menu li {
        font-size: 16px;
    }
}

@media all and (max-width: 1020px) {
    .header-bar {
        display: none;
    }
    .header-bar-alt {
        display: block;
    }
    .header-bar-alt-placeholder {
        display: block;
    }
    #percy-race {
        height: 301px;
        width: 420px;
    }
    .hero-image {
        height: 335px;
    }
    .Popup-game-booths {
        width: 560px;
        margin-left: -280px;
        height: 630px;
        margin-top: -150px;
    }
    .game-link {
        margin: 4px;
    }
    .instructions {
        display: none;
    }
    .instructions-small {
        display: block;
    }
}

@media all and (max-width: 960px) {
    .lower-hero-text {
        font-size: 28px;
    }
}

@media all and (max-width: 915px) {
    .action-button {
        font-size: 22px;
    }

    .vertical-divider {
        height: 150px;
        margin-top: 5px;
    }
}

@media all and (max-width: 715px) {
    .race-main {
        font-sizeee: 18px;
    }
    .action-button {
        font-size: 18px;
        width: 130px;
    }
    .vertical-divider {
        height: 150px;
        margin-top: 5px;
    }
}


@media all and (max-width: 675px) {
        #percy-volunteer {
            height: 269px;
            width: 375px;
            top: 10px;
        }
        .hero-image {
            height: 300px;
        }
    }


@media all and (max-width: 600px) {
    .race-mainnnn {
        display:none;
    }
    .race-main-smalllll {
        display: block;
        font-size: 14px;
    }
    .action-button {
        font-size: 14px;
        padding: 10px 10px;
        width: 100px;
    }
    .vertical-divider {
        height: 110px;
        margin-top: 5px;
    }
    .Popup-game-booths {
        width: 450px;
        margin-left: -225px;
        height: 575px;
        top: 30%;
    }
    .game-link {
        margin: 4px;
        font-size: 14px;
        width: 160px;
    }
}

@media all and (max-width: 585px) {
    .bullet-section {
        font-size: 22px;
        max-width: 405px;
    }
    .race-map{
        height: 350px;
        width: 256px;
    }
    .lower-message {
        font-size: 22px;
    }
}


@media all and (max-width: 480px) {
    .Popup-game-booths {
        width: 400px;
        margin-left: -200px;
        height: 590px;
        top: 30%;
    }
    .game-link {
        margin: 4px;
        font-size: 14px;
        width: 160px;
    }
}

    @media all and (max-width: 470px) {
        .action-button {
            font-size: 12px;
            padding: 5px 5px;
            width: 80px;
        }
    }

    @media all and (max-width: 450px) {
        #percy-race {
            height: 215px;
            width: 300px;
        }
        .hero-image {
            height: 250px;
        }
        .banner-menu {
            display: none;
        }
    }

    @media all and (max-width: 420px) {
        .race-main {
            font-size: 10px;
        }

        .action-button {
            font-size: 10px;
            padding: 5px 5px;
            width: 60px;
        }

        .vertical-divider {
            height: 85px;
            margin-top: 5px;
        }
    }

@media all and (max-width: 415px) {
    .Popup-game-booths {
        width: 250px;
        margin-left: -125px;
        height: 500px;
        top: 30%;
    }

    .game-link {
        margin: 2px;
        font-size: 10px;
        width: 100px;
    }
}

@media all and (max-width: 395px) {
    .bullet-section {
        font-size: 18px;
        max-width: 320px;
    }
    .race-map{
        height: 250px;
        width: 183px;
    }
    .lower-message {
        font-size: 18px;
    }
    .action-button-yellow-container {
        width: 150px;
    }
    .action-button-yellow {
        font-size: 18px;
        padding: 5px 10px;
    }
}
@media all and (max-width: 350px) {
    #percy-race {
        height: 179px;
        width: 250px;
        top: 0px;
    }
    .hero-image {
        height: 200px;
    }
}
@media all and (max-width: 335px) {
    #header-logo-image {
        width: 200px;
        height: 49px;
    }
    .header-bar {
        height: 65px;
    }
    .bullet-section {
        font-size: 16px;
        max-width: 250px;
    }
    .lower-message {
        font-size: 16px;
    }
}

@media all and (max-width: 320px) {
    #footer-map-image {
        width: 200px;
    }
}



@media all and (max-width: 260px) {
    #percy-main-sign {
        height: 143px;
        width: 200px;
        top: -50px;
    }

    .hero-image {
        height: 260px;
    }
}

@media all and (max-width: 250px) {
    .scriptbanner {
        font-size: 24px;
    }
}

@media all and (max-width: 215px) {
    .scriptbanner {
        font-size: 18px;
    }
}

