/*JaxParks home page title text*/
/*.exploreJax_parks_homepage_header_title{ text-decoration: none !important; font-size: 4.8em !important; font-style: normal !important; padding-left: 50px !important; margin-top: 70px !important; text-shadow:2px 2px black !important; }*/
/*.exploreJax_parks_homepage_header_title .gradient_text_go_behind{ height:1em; }*/
/*Featured Parks Header font styles - Overrides existing header stylies*/
/*.exploreJax_header_title { text-transform: uppercase; text-indent: 0px !important; font-style: normal !important; letter-spacing: 3px; font-size: 4em !important; min-width: 80%; line-height: 0.85em !important; text-shadow: 2px 2px #011e36 !important; 
                           transform: scale(1, 1.1); -webkit-transform: scale(1, 1.1); -moz-transform: scale(1, 1.1); -ms-transform: scale(1, 1.1); -o-transform: scale(1, 1.1); }*/
/*Featured Waterways Header font styles*/
/*.exploreJax_header_title_waterways { font-size: 3em !important; text-shadow: 2px 2px 2px 2px #011e36 !important; }*/
/*.exploreJax_header_title_waterways .gradient_text_go_behind{ height:1em; }*/
/*Header text mobile style - remove the drop shadow*/
/*@media screen and (max-width:670px) { .exploreJax_header_title { text-shadow: none !important; padding-bottom:20px !important; } }*/
/*Waterways header text mobile style - Resize dynamically to fit "Jacksonville" text line*/
/*@media screen and (max-width:400px) { .exploreJax_header_title_waterways { font-size: 11.9vw !important;} }*/

/*Default Editable Pages for FAQ, Contact etc...*/

/*Parks Detail page header*/
.parks_header_container .stage .headerBorderBox { max-width: 1250px !important; }
.parks_header_container .headerBorderBox { background-image:url(/App_Themes/coj3/images/exploreJax/parks_homepage/header_fountain.jpg) !important; }

/*Explorejax header settings (seen on all ExploreJax pages)*/
.explorejax_header .stage { opacity: 1 !important;}
.explorejax_header .text_container { display: block !important; opacity: 1 !important; }

.headerTextTitleExploreJax{
    font-size: 48px;
    line-height: 1.2em;
    font-weight: normal;
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 0px white, 1px 1px 0px black;
    max-width: 720px;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media screen and (max-width:1024px){
    .headerTextTitleExploreJax{
        font-size: 4.6875vw;
    }
}
@media screen and (max-width:800px){
    .headerTextTitleExploreJax{
        font-size: 30px;
    }
}
@media screen and (max-width:640px){
    .headerTextTitleExploreJax{
        font-size: 4.6vw;
    }
}