body {
	width: 800px;
	margin: 0 auto;
	color:white;
	

}

.imageone {background-image: url(CW.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-left: 0;
	right:0;
	left:0;
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	height: 100%;
	display: block;

}

.imagetwo {background-image: url(CW3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-left: 0;
	right:0;
	left:0;
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	height: 100%;
	display: block;

}

.imagethree {background-image: url(CW2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding-left: 0;
	right:0;
	left:0;
	width:100%;
	position:absolute;
	margin:0;
	padding:0;
	height: 100%;
	display: block;

}

.quoteboxone {
	font-family: 'Shrikhand', cursive;
	color: white;
	max-width: 40%;
	min-width: 30%;
	position: absolute;
	top: 20%;
	left: 40%;
}

.quoteboxtwo {
	font-family: 'Shrikhand', cursive;
	color: black;
	max-width: 20%;
	min-width: 30%;
	position: absolute;
	bottom: 10%;
	left: 40%;
}

.quoteboxthree {
	font-family: 'Shrikhand', cursive;
	color: white;
	max-width: 40%;
	min-width: 30%;
	position: absolute;
	bottom: 20%;
	left: 10%;
}

.auhorone {
	font-size: 10px;
	color: grey;
	margin: auto;

}

.quoteone 
	{color:white;
	font-size: 20px;
	position: center;
	margin:auto;

}

.auhortwo {
	font-size: 10px;
	color: grey;
	margin: auto;

}

.quotetwo 
	{color: black;
	font-size: 15px;
	position: center;
	margin:auto;

}

.auhorthree {
	font-size: 10px;
	color: grey;
	margin: auto;

}

.quotethree 
	{color:white;
	font-size: 20px;
	position: center;
	margin:auto;

}


a.fullPageButton {
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 100;
}

@media (max-width: 800px) {

	body {
		width: 90%;

	}

}

@media (max-width: 500px) {

	h1 {font-size: 1.5rem;}

}

@media (min-width: 640px) {

	h1 {font-size: 2.5rem;}

}



























