.elementor-25 .elementor-element.elementor-element-jc1cont{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-jc1cont:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-jc1cont > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#3A5572;background-image:url("https://janecarrfp.com.au/wp-content/uploads/2026/07/run_small.gif");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-jc2head{text-align:center;}.elementor-25 .elementor-element.elementor-element-jc2head .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:700;color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-jc3subh{text-align:center;}.elementor-25 .elementor-element.elementor-element-jc3subh .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:500;color:#203859;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-25 .elementor-element.elementor-element-jc4logo{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-jc5cont{color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-jc5cont a{color:#FFFFFF;}.elementor-25 .elementor-element.elementor-element-jc5cont a:hover, .elementor-25 .elementor-element.elementor-element-jc5cont a:focus{color:var( --e-global-color-primary );}@media(min-width:1025px){.elementor-25 .elementor-element.elementor-element-jc1cont:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-jc1cont > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS */body {
    background-color: #3A5572;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
}

#heading {
    color: white;
    font-weight: bold;
    margin: 0.67em 0;
}

#subheading {
    color: #203859;
    transform: translate(0, -15%);
}

#logo {
    width: 12.5%;
    max-width: 200px;
    min-width: 100px;
}

#contact {
    color: white;
    text-align: right;
    position: fixed;
    bottom: 12%;
    right: 15px;
    width: 100%;
}

#email a, #phone { color: #203859; }
#email a { text-decoration: none; }

#footer {
    background-color: #3A5572;
    color: #CEE1F5;
    text-align: center;
    padding: 7.5px;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    min-height: 8%;
    max-height: 10%;
    word-break: normal;
    overflow-wrap: break-word;
    display: flex;
    align-items: center;
}

#footer-content { width: 100%; }
#footer a { color: #CEE1F5; }

/* Elementor markup compatibility */
#heading .elementor-heading-title, #subheading .elementor-heading-title { font-size: inherit; }
#logo img { width: 100%; height: auto; }
#footer .elementor-widget-container { width: 100%; }

/* Mobile */
@media only screen and (max-width: 500px) {
    #heading { font-size: 24pt; }
    #subheading { font-size: 15pt; }
    #contact { font-size: 12pt; }
    #footer { font-size: 7pt; }

    #logo {
        position: absolute;
        top: 15%;
        right: 5%;
    }
}

/* Desktop */
@media only screen and (min-width: 501px) {
    #heading { font-size: 44pt; }
    #subheading { font-size: 24pt; }
    #contact { font-size: 18pt; }
    #footer { font-size: 8pt; }

    #logo {
        position: fixed;
        bottom: 12%;
        left: 15px;
    }
}/* End custom CSS */