@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	width: 100%;	
}

.parallaxone {
	width: 100%;
	height: 300px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-top: 300px;	
	background-image: url(../images/img1.jpg);
}

.parallaxtwo {
	width: 100%;
	height: 300px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-top: 700px;	
	background-image: url(../images/img2.jpg);
}

.parallaxthree {
	width: 100%;
	height: 300px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin-top: 700px;	
	background-image: url(../images/img3.jpg);
	margin-bottom: 500px;
}