.parallax {
	/* The image used */
	background-image: url("/images/header-bg.jpg");

	/* Set a specific height */
	min-height: 500px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.plx-bar {

	background-image: url("/images/Pattern_Repeat.png");
	min-height: 200px; 
	background-repeat: repeat;
	background-size: contain;

}

.plx-text {
	color: #D8D8D6;
}