﻿.section1{
	min-height: 821px;
	background:url("../../section1.jpg") center center;
}
.section2{
	min-height: 536px;
	background:url("../../section2.jpg") center center;
	position: relative;
}

.section2-title {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color:#FFFFFF;
	font-size: 59px;
	text-transform: capitalize;
	display: block;
	width: 100%;
	margin-top:-20px;
}

.section3{
	min-height: 536px;
	background:url("../../section3.jpg") center center;
}
.section4{
	min-height: 196px;
	background:url("../../section4.png") center bottom;
	
}
.divider-section1{
	height: 7px;
	width: 100%;
	background:url("../../divider-section1.png") center center;
	
}
body{padding: 0;
margin: 0;}