<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styling */

*{
	margin: 0px;
	padding: 0px;
}

p{
	padding-bottom: 10px;
}

html{
	background: url(IMG_0857.JPG) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h1{
	font-family: Tahoma;
	font-size: 28;
	font-weight: normal;
}

h2{
	font-family: Arial;
	font-size: 18;
	font-weight: normal;
	padding-bottom: 5px;
}

table{
	width: 95%;
}

td{
	vertical-align: top;
}

footer{
	padding-top: 40px
}

.sheet{
	width: 1000px;
	border: 1px solid #9daa47;
}

.slant{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.half1{
	float: left;
}

.half2{
	float: right;
	width: 60%
}


/* #sheet1{position: relative; top: 4px; left: 4px; background-color: #f9f993;} */
/* #sheet2{position: relative; top: 4px; left: 4px; background-color: #f9f9a9; z-index: 1;} */
#final_sheet{position: relative; top: 4px; left: 4px; background-color: #f9f9ca; z-index: 2;}

#contactheader{
	text-align: left;
}

#contactform{
	text-align: left;
	width: 40%;
}

#statements{
	width: 95%;
	padding-left: 18px;
	text-align: left;
}

#banner{
	border: 1px solid #9daa47;
	margin-top: 4px;
	text-align: center;
	height: 100px;
	width: 99%;
	background: url(Banner.JPG) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	#Banner h1{
		padding-top: 18px;
	}

#background{
	position: relative;
	top: 45px;
}

#blog_nav{
	width: 85%;
}

.blog_area{
	width: 95%;
	padding-left: 10px;
	text-align: left;
}

	.blog_area h1{
		padding-bottom: 18px;
	}

#map{
	border: 1px dotted black;
}

#church{
	width: 40%;
}

/* Buttons */

.button {
	background: grey;
	border: 1px solid black;
	border-radius: 5px;
	width: 80px;
}

.list .button{
	display: block;
	text-decoration: none;
	color: black;
}

.list li{
	text-align: center;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-type: none;
	position: relative;
}

#header{
	width: 100%;
	height: 25px;
	position: fixed;
	top: 0px;
	z-index: 3;
}

</pre></body></html>