.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/parkerfamilyfarm/images/1488384550_58b6f2267bc1f.jpg); 
	background-attachment: scroll; 
	background-position: center bottom; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--1 {
        background-attachment: initial;
    }
}

.bannerWidget--1::after {
    background-color: transparent;
    z-index: 1;
}

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 120px;
    padding-bottom: 240px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 50px;
    text-transform: none;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0px; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.featuredProductsWidget--57 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--57 a {
    color: var(--link_color);
}.howItWorksWidget--5 {
    background-color: var(--background_color); 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 64px; 
    padding-bottom: 64px;
}

.howItWorksWidget--5 a {
    color: var(--link_color);
}

.howItWorksWidget--5 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.photoGridWidget--16 {
    padding-top:64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--16 a {
    color: var(--link_color);
}.teamWidget--15 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: #fffdfd;
}
.textHeader--30 {
    background-color: #323131; 
    color: #faf5f5; 
    padding-top: 40px; 
    padding-bottom: 20px;
}

.textHeader--30 .textHeader__heading {
    color: inherit; 
}

.textHeader--30 .textHeader__subheading {
    color: inherit; 
}.ctaButtonWidget--31 {
    background-color: #FFF; 
    padding-top:64px; 
    padding-bottom: 64px;
    
}