@charset "UTF-8";

img {
		max-width: 100%;
		height: auto;
	}

#main {
    max-width: 100%;
    padding: 50px 0 0;
}

#main h1,
#main p {
	color: #333;
}

#main h1 {
	margin: 0 3% 50px;
}

.block {
	text-align: center;
}

.block h2 {
	padding: 50px 0;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}



.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax-slider {
	top: 0;
	left: 0;
}