/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html {
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;
}
}
.webs{
	background: url('https://thechurchatmorley.org/jpg/contact.png') no-repeat center center;
	background-color: transparent;
	border: 4px transparent;
	color: black; 
    font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 240px;
	height: 100px;
}
.webs:hover{
	background: url('https://thechurchatmorley.org/icons/contact_hover.png') no-repeat center center;
}
.contact{
	background: url('https://thechurchatmorley.org/icons/contact.png') no-repeat center center;
	background-color: transparent;
	border: 4px transparent;
	color: black; 
    font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 240px;
	height: 100px;
}
.contact:hover{
	background: url('https://thechurchatmorley.org/icons/contact_hover.png') no-repeat center center;
}
}
.scontact{
	background: url('https://thechurchatmorley.org/icons/contact.png') no-repeat center center;
	background-color: transparent;
	border: 4px transparent;
	color: black; 
    font-family: Georgia;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px;
	border-radius: 50px;
	width: 160px;
	height: 30px;
}
.scontact:hover{
	background: url('https://thechurchatmorley.org/icons/contact_hover.png') no-repeat center center;
}

