@charset "utf-8";
/* CSS Document */

.dzsparallaxer h2 {
	color: #FFF;
	text-align: center;
	font-size: 36px;
}

.dzsparallaxer h3 {
	color: #FFF;
	text-align: center;
	font-size: 32px;
	padding-top: 30px;
}

.dzsparallaxer p {
	margin: 10px 0 0 0;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
	background: none !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.dzsparallaxer.big-text {
	color: #FFF;
	opacity: 1.0;
}

p.bigger-p{
    font-size: 24px;
    line-height: 1.7;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	text-align: center;
	padding: 0px 20px 0px 20px;

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.dzsparallaxer h2 {
		font-size: 18px;
	}
	
	.dzsparallaxer p {
		font-size: 14px;
		line-height: 20px;
	}
	
}

@media only screen and (max-width: 767px) {
	.dzsparallaxer h2 {
		font-size: 18px;
	}
	
	.dzsparallaxer p {
		font-size: 14px;
		line-height: 20px;
	}
}