.main {
	width: 100%;
	height: 100%;
	position: absolute;
}

.myImage {
	width: 100%;
	margin-top: 80px;
	display: block;
    background-size: cover;
}

.myColor {
	color: #fff;
}

.myDiv {
	padding-top: 8px;
}
.main-1{
	position: relative;
	margin: 40px 0;
	width: 100%;
	height: 100vh;
	color: white;
	background: url(../images/banner2.jpg) no-repeat bottom;
	background-size: 100% 100%;
}
.main-2 {
	position: relative;
	margin: 40px 0;
	width: 100%;
	height: 100vh;
	color: white;
	background: url(../images/banner2.jpg) no-repeat bottom;
	background-size: 100% 100%;
}

.main-3 {
	position: relative;
	width: 100%;
	height: 100vh;
	color: white;
	background: url(../images/banner3.jpg) no-repeat bottom;
	background-size: 100% 100%;
}


.main-4 {
	position: relative;
	margin: 40px 0 20px 0;
	width: 100%;
	height: 100vh;
	color: white;
	background: url(../images/banner4.png) no-repeat bottom;
	background-size: 100% 100%;
}

.main-2 .main_2,
.main-3 .main_3,
.main-4 .main_4 {
	position: absolute;
	top: 30%;
	left: 10%;
}

.main-2 h1,
.main-3 h1,
.main-4 h1 {
	font-size: 38px;
}

.main-2 p,
.main-3 p,
.main-4 p {
	width: 540px;
	font-size: 18px;
	line-height: 2;
	margin: 30px 0;
}