body{
	margin: 0;
	padding: 0;
	font-family: sans-serif;


}
section{
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}
section.sec1{
	background: url(bg5.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
section.sec2{
	background: url(bg4.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
section.sec3{
	background: url(bg3.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
section.sec4{
	background: url(bg.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
section.secText{
	padding: 220px 100px;
	height: auto;
	background-color: transparent;
}
section.secText h1{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color:#262626;
}

.p{
	font-family: sans-serif;
	color: black;

}