body
{
	margin:0 auto;
	padding:0;
	font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}

.coverClass
{
	text-align:center;
	background-color:#912c73;
	color:#e5c0da;
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
}

.pageClass
{
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	height:100%;
}

#chapelCover
{
}

#homePage
{
	background: #e5c0da url("../images/chapeltxt2.png") no-repeat fixed center center;
	background-size:cover;
}

#aboutCover
{
}

#aboutPage
{
	background: #e5c0da url("../images/outerchapel.jpg") no-repeat fixed center center;
	background-size:cover;
}

#contactCover
{
}

#contactPage
{
	background: #e5c0da url("../images/married.jpg") no-repeat fixed center center;
	background-size:cover;
}

@media only screen and (max-width: 450px)
{
	.pageClass
	{
		position:relative;
		margin:0 auto;
		padding:0;
		width:100%;
		height:45%;
	}

	#homePage
	{
		background: #e5c0da url("../images/chapeltxt2_phone.png") no-repeat fixed top center;
	}

	#aboutPage
	{
		background: #e5c0da url("../images/outerchapel_phone.jpg") no-repeat fixed top center;
	}

	#contactPage
	{
		background: #e5c0da url("../images/married_phone.jpg") no-repeat fixed top center;
		height:100%;
	}
}

#footer
{
	background-color:#912c73;
	color:#e5c0da;
	font-size:10pt;
	text-align:center;
}
a, a:visited, a:link
{
	color:#e5c0da;
}
a:active, a:hover
{
	color:white;
}
