﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    margin: 0;
    overflow-y: scroll;
}


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: 400px;
    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-main-sign {
    background-image: url("../../graphics/PercySign2025.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    position: relative;
    width: 704px;
    height: 506px;
    top: -40px;
    z-index: 10000;
    display: block;
}



.content {
    min-height: calc(100vh - 5px);
}

.hidden {
    display: none;}

.scriptbanner {
    font-family: "Oleo Script", "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 3px 0px 0px 0px;
    position: relative;
    text-align: center;
    color: white;
    transform: rotate(-5deg);
    margin: 0px auto;
    font-size: 72px;
}


.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;
}

.ride-image {
    background-image: url("../../graphics/rideflyer.jpg");
    height: 600px;
    width: 775px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    text-align: center;
    margin: 30px auto 10px auto;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 9px 0px;
    height: 95px;
}

li {
    text-align: left;
    display: inline;
    font-size: 24px;
    font-weight: bold;
}

    li a {
        color: #0C315A;
        padding: 18px 20px 20px 20px;
        text-decoration: none;
    }

        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-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;
}

.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;
    top: -20px;
}

.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;
    top: -20px;
}


.lower-hero-footer {
    position: relative;
    text-align: center;
    text-shadow: 3px 3px #595959;
    color: #F4F10B;
    margin: 0px auto;
    font-size: 48px;
    font-weight: bold;
    padding-top: 17px;
    top: -20px;
}

.lower-hero-button-bar {
    padding-top: 30px;
    position: relative;
    text-align: center;
    margin: 0px auto;
    top: -20px;
}

.lower-hero-button-container {
    width: 300px;
    margin: 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;
}


@media all and (max-width: 1700px) {
    .lower-hero-text {
        font-size: 42px;
    }
}

@media all and (max-width: 1350px) {
    .footer-contents {
        max-width: 1110px;
        font-size: 18px;
    }
}

@media all and (max-width: 1250px) {
    body {
        overflow-y: scroll;
    }
    #percy-main-sign {
        top: -40px;
    }
}

@media all and (max-width: 1140px) {
    .banner-menu li {
        font-size: 20px;
    }
}
@media all and (max-width: 1130px) {
    .lower-hero-text {
        font-size: 36px;
    }
    .lower-hero-text {
        font-size: 36px;
    }
    .lower-hero-footer {
        font-size: 36px;
    }
    .small-hero-image {
        height:370px;
    }
    .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: 1040px) {
    .banner-menu li {
        font-size: 18px;
    }
}
@media all and (max-width: 990px) {
    .banner-menu li {
        font-size: 16px;
    }
}
@media all and (max-width: 960px) {
    .lower-hero-header {
        font-size: 28px;
    }
    .lower-hero-text {
        font-size: 28px;
    }
    .lower-hero-footer {
        font-size: 28px;
    }
    #percy-main-sign {
        height: 431px;
        width: 600px;
        top: -60px;
    }
    .scriptbanner {
        font-size: 66px;
    }
}

@media all and (max-width: 950px) {
    .header-bar {
        display: none;
    }
    .header-bar-alt {
        display: block;
    }
    .header-bar-alt-placeholder {
        display: block;
    }
}

@media all and (max-width: 930px) {
    #percy-main-sign {
        top: -30px;
    }
}

@media all and (max-width: 830px) {
    .ride-image {
        height: 465px;
        width: 600px;
    }
}

@media all and (max-width: 730px) {
    #percy-main-sign {
        height: 359px;
        width: 500px;
        top: -30px;
    }
    .scriptbanner {
        font-size: 54px;
    }
}

@media all and (max-width: 650px) {
    .ride-image {
        height: 310px;
        width: 400px;
    }
}

@media all and (max-width: 620px) {
    #percy-main-sign {
        top: -45px;
    }
    .hero-image {
        height: 450px;
    }
}



@media all and (max-width: 575px) {
    #percy-main-sign {
        height: 301px;
        width: 420px;
        top: -40px;
    }
    .hero-image {
        height: 400px;
    }
}
@media all and (max-width: 540px) {
    .scriptbanner {
        font-size: 48px;
    }
}

@media all and (max-width: 451px) {
    .ride-image {
        width: 100%;
        margin: 10px auto 10px auto;
    }
    .lower-page-section-contents {
        padding: 10px 10px 10px 10px;
    }
}

@media all and (max-width: 450px) {
    #percy-main-sign {
        height: 269px;
        width: 375px;
        top: -40px;
    }
    .hero-image {
        height: 350px;
    }
    .banner-menu {
        display: none;
    }


}
@media all and (max-width: 415px) {
    .scriptbanner {
        font-size: 36px;
    }
    .lower-page-section-contents {
        padding: 0px 10px 10px 10px;
    }
}

@media all and (max-width: 405px) {
    #percy-main-sign {
        height: 251px;
        width: 350px;
        top: -30px;
    }
    .hero-image {
        height: 300px;
    }
}

@media all and (max-width: 400px) {
    .ride-image {
        margin: 0px auto;
    }
    .lower-page-section-contents {
        padding: 0px 10px 0px 10px;
    }
}

@media all and (max-width: 360px) {
    #percy-main-sign {
        height: 215px;
        width: 300px;
        top: -50px;
    }
    .hero-image {
        height: 310px;
    }
}
@media all and (max-width: 320px) {
    #percy-main-sign {
        height: 180px;
        width: 250px;
        top: -50px;
    }
    .hero-image {
        height: 280px;
    }
    .scriptbanner {
        font-size: 28px;
    }
    .lower-hero-header {
        font-size: 28px;
    }
    .lower-hero-text {
        font-size: 28px;
    }
    .lower-hero-footer {
        font-size: 28px;
    }
    .lower-hero-button {
        font-size: 16px;
        width: 200px;
        height: 60px;
    }
    .lower-hero-button-container {
        width: 200px;
    }
    #footer-map-image{width:200px;}
}

@media all and (max-width: 300px) {
    #header-logo-image {
        width: 200px;
        height:49px;
    }
    .header-bar{height: 65px;}
}

@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;
    }
}

