.formHeader {
    text-align: center;
    font-size: 36px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
.formP {
    text-align: center;
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}

.page_e00b3f7930bf44a9af4a89931b583d51 {
    background-color: none!important;
   /* background-color: #9cb391;*/
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
.navContent ul li ul {
   max-width: 500px !important;
}

}

/*--@media only screen and (max-width: 768px) {

.page_e00b3f7930bf44a9af4a89931b583d51 {
    background-attachment:scroll!important;
    background-position:top;
}

}--*/

@supports (overflow:-webkit-marquee) and (justify-content:inherit)
{
    /*
      Define here the CSS styles applied only to the Safari 9 version when
      running in any device
     */
.page_e00b3f7930bf44a9af4a89931b583d51 {
    background-attachment:scroll!important;
        background-position: 0;
}
}