
/*
|----------------------------------------------------------------------------
	parallax
|----------------------------------------------------------------------------
*/
.parallax::before {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.parallax {
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.8);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	color: #fff;
}
/*
|----------------------------------------------------------------------------
	SERVICE
|----------------------------------------------------------------------------
*/
#service.parallax {
    background-image: url("../images/background/bg-1.jpg?v005");
}
/*
|----------------------------------------------------------------------------
	SALES
|----------------------------------------------------------------------------
*/
#salestable.parallax {
    background-image: url("../images/background/EcoToneBuckets.jpg?v005");
}
#salestable.parallax::before {
    background-color: rgb(0 0 0 / 50%);
}
/*
|----------------------------------------------------------------------------
	FAQ
|----------------------------------------------------------------------------
*/
#faq-section.parallax {
    background-image: url("../images/background/distressed-dark-bg.jpg");
}
/*
|----------------------------------------------------------------------------
	STORE
|----------------------------------------------------------------------------
*/
#store-section.parallax {
    background-image: url("../images/background/ecotone-leaf-e.jpg");
}
/*
|----------------------------------------------------------------------------
	CONTACT
|----------------------------------------------------------------------------
*/
#contact.parallax {
    background-image: url("../images/background/Phone.jpg?v005");
}

/*
|----------------------------------------------------------------------------
	TESTIMONIAL
|----------------------------------------------------------------------------
*/
#testimonials.parallax {
    background-image: url("../images/background/LoveNature-bw-bg.jpg");
}
#testimonials.parallax::before {
    background-color: rgb(0 0 0 / 74%);
}