/* Add here all your CSS customizations */

body {
	background-image: url("../img/patterns/denim.png");
}

#header,
body.sticky-menu-active #header {
    background: rgba(255, 255, 255, 0.7);
}

.scroll-to-top {
	background: white;
	color: grey;
}




/****change the color of text in the slider****/
.slider-container .main-label2 {
	color: black;
	font-size: 62px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px;
}


