/* 
    Background image, main section, and 
    Headers for the Consumer faced pages 
    uses the same logic as the nav menus
    when logged in is detected, the member color coded headers will be visible
    when no login is detected, we will use seasonally rotating headers
*/

body {
    background-image: url("/https/ppar.com/images/backgrounds/cos1.jpg");
    background-color: #0E406A !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.mainBack {
    background: white;
    border-radius: 25px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.banner {
    background-image: unset;
}

.banner-spring {
    background-image: url(/https/ppar.com/images/Dashboard/springtrees.jpg);
    /*background-image: url(/https/ppar.com/images/Dashboard/PPAR-banner-spring.jpg);*/
}

.banner-summer {
    background-image: url(/https/ppar.com/images/Dashboard/summerflowers.jpg);
    /*background-image: url(/https/ppar.com/images/Dashboard/PPAR-banner-summer.jpg);*/
}

.banner-fall {
    background-image: url(/https/ppar.com/images/Dashboard/falltrees.jpg);
    /*background-image: url(/https/ppar.com/images/Dashboard/PPAR-banner-fall.jpg);*/
}

.banner-winter {
    background-image: url(/https/ppar.com/images/Dashboard/winterpeak.jpg);
    /*background-image: url(/https/ppar.com/images/Dashboard/PPAR-banner-winter.jpg);*/
}

