body, html{
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	color: #666;
}

.pimg1, .pimg2, .pimg3, .pimg4{
	position: relative;
	opacity: 0.80;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	/*
		fixed = parallax
		scroll = normal
	*/

	background-attachment: fixed;
}

.pimg1{
	background-image: url('../img/view.jpg');
	min-height: 100%;
}

.pimg2{
	background-image: url('../img/construct.jpg');
	min-height: 400px;
}

.pimg3{
	background-image: url('../img/teach.jpg');
	min-height: 400px;
}

.pimg4{
	background-image: url('../img/music.jpg');
	min-height: 400px;
}

.section{
	text-align: center;
	padding: 50px 80px;
}

.section-light{
	text-align: center;
	background-color: #f4f4f4;
	color: #666;
}

.section-dark{
	background-color: #282e34;
	color: #ddd;
}


div .button{
	top: 60%;
	margin-left: 44%;
	position: absolute;
	text-align: center;
	width: 10%;
	font-size: 18px;
	color: #fff;
	border: #fff 1px solid;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 10px;
}

div a{
	text-decoration: none;
	color: #fff;
}

.button:hover{
	background-color: #282e34
}

.ptext{
	position: absolute;
	top: 30%;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 27px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.ptext .border{
	background-color: #111;
	color: #fff;
	padding: 20px;
}

.ptext .border.trans{
	background-color: transparent;
}

.info-text{
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
	color: rgb(40, 19, 226);
	font-size: 20px;
}

.contact{
	position: absolute;
	top: 70%;
	width: 100%;
	text-align: center;
	color: rgb(203, 200, 230);
	font-size: 20px;
}

@media(max-width:568px){
	.pimg1, .pimg2, .pimg3, .pimg4{
		background-attachment: scroll;
	}	

	.ptext{
		position: absolute;
		top: 30%;
		width: 100%;
		text-align: center;
		color: #000;
		font-size: 14px;
		letter-spacing: 8px;
		text-transform: uppercase;
	}

	div .button{
		top: 60%;
		margin-left: 35%;
		position: absolute;
		text-align: center;
		width: 20%;
		font-size: 16px;
		color: #fff;
		border: #fff 1px solid;
		padding: 10px 20px;
		border-radius: 10px;
		margin-top: 10px;
	}


}

@media(max-height:768px){

	.ptext{
		position: absolute;
		top: 20%;
		width: 100%;
		text-align: center;
		color: #000;
		font-size: 14px;
		letter-spacing: 8px;
		text-transform: uppercase;
	}

	.info-text{
		position: absolute;
		top: 25%;
		width: 100%;
		text-align: center;
		color: rgb(40, 19, 226);
		font-size: 20px;
	}

@media(max-height:376px){

	.ptext{
		position: absolute;
		top: 20%;
		width: 100%;
		text-align: center;
		color: #000;
		font-size: 14px;
		letter-spacing: 8px;
		text-transform: uppercase;
	}

	.ptext .border{
		background-color: #111;
		color: #fff;
		padding: 15px;
	}

	.info-text{
		position: absolute;
		top: 25%;
		width: 100%;
		text-align: center;
		color: rgb(40, 19, 226);
		font-size: 14px;
	}

	div .button{
		top: 80%;
		margin-left: 44%;
		position: absolute;
		text-align: center;
		width: 10%;
		font-size: 14px;
		color: #fff;
		border: #fff 1px solid;
		padding: 10px 20px;
		border-radius: 10px;
		margin-top: 10px;
	}

}
















