/* BLOCK 1*/
.blockheader {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-color: #ffc1f1;
	height: 280px;
	top: -15px;
}

.blockheader:before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background-color: #ed1c24;
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}


/* BLOCK2 */
.block2 {
	position: relative;
	background-color: #ed1c24;
	top: -15px;
	height: 500px;
}




/* BLOCK3 */
.block3 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	height: 900px;
	background-color: #9100f7;
	top: -15px;
}

.block3:before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background-color: #ed1c24;
	top: -200px;
	left: -100%;
	-webkit-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}

/* BLOCK4 */
.block4 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 1020px;
	background-color: #83ECFF;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

/* BLOCK5 */
.block5 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 900px;
	background-color: #ED1C24;
	-webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0 90%);
	clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0 90%);
    margin-top: -90px;
}

/* BLOCK6 */
.block6 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 900px;
	background-color: #9100F7;
	-webkit-clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
	clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
	margin-top: -90px;
	margin-bottom: 200px;
}

.blockfooter {
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	position: relative;
	background-color: #9100f7;
	height: 280px;
	top: -15px;
	z-index: 7;
}

.blockfooter:before {
	content: "";
	position: absolute;
	height: 400px;
	width: 300%;
	background-color: #ffc1f1;
	bottom: -200px;
	left: -100%;
	-webkit-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
