.bannerWidget--1 {
    background-image: url(https://s3.amazonaws.com/grazecart/grassfedexchange/images/1555809179_5cbbc39b91fec.jpg); 
	background-attachment: scroll; 
	background-position: 50% 100%; 
	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: hsla(0, 0%, 0%, 0.43);
    z-index: 1;
}

.bannerWidget--1 .bannerWidget__innerContainer {
    z-index: 100;
    padding-top: 112px;
    padding-bottom: 192px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--1 .bannerWidget__heading {
    letter-spacing: 0.05em; 
    color: #FFF; 
    max-width: 1040px; 
    line-height: 1; 
    font-size: 72px;
    text-transform: uppercase;
}

.bannerWidget--1 .bannerWidget__subheading {
    letter-spacing: 0.025em; 
    color: #ffffff; 
    max-width: 1232px; 
    line-height: 1.25; 
    font-size: 32px;
    text-transform: none;
}.textWidget--5 {
    max-width: 1000px; 
    padding-top: 21px; 
    padding-bottom: 21px; 
    line-height: 1.75; 
    background-color: transparent;
    color: #3d3d3d;
}

.textWidget--5 a {
    color: var(--link_color);
}.newsletterWidget--9 {
    padding-top: 32px; 
    padding-bottom: 32px;
    background-color: transparent;
    color: var(--text_color); 
}

.newsletterWidget--9 a {
    color: var(--link_color);
}.textHeader--126 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

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