body{
	margin: 0;
	text-align: center;
	align-items: center;
}

/*
section.module:last-child{
	margin-bottom: 0;
}
*/

section.module.parallax{
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*these are the ones in advancedP
	padding: 240px 0;
	background-position: 0 0;
	*/
}

section.module.parallax-1{
	background-image: url("../img/libC.jpg");
	min-height: 500px;
	/*position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
section.module.parallax-2{
	background-image: url("../img/parkC.jpg");
	min-height: 500px;
	/*position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}
section.module.parallax-3{
	background-image: url("../img/me3.jpg");
	min-height: 900px;
	/*position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
}

section.module.parallax h1{
	position: absolute;
	left: 0;
	top: 26%;
	width: 100%;
	text-align: center;
	color: #f7f7f7;
	/*font-family: helvetica neue;*/
	/*font: 400 100px/1.8 "helvetica neue";*/
	/*font: 400 100px/0 "times new roman";*/
	font: 400 100px/0 "helvetica neue", helvetica, sans serif;
	font-style: italic;
	letter-spacing: 10px;
	font-weight: 100;
	
}

