@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0; padding:0; }



header a.logo {
	display: none;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

nav {
	font-family: 'Waiting for the Sunrise', cursive;
	width: 100%;
	display: block;
	position: absolute;
	/* [disabled]background-color:#a6430a; */
	text-align: center;
	top: 300px;
	left: auto;
	right: auto;
}



nav a {
	font-family: 'Waiting for the Sunrise', cursive;margin: 12px 0px 10px 20px;
	
}
nav a:hover {
	color: #3366FC;
	background-color: rgba(255,255,255,.15);
 }
/* Layout Large Screens (default for older browsers) */


header {
	height: 10px;
	background-repeat: no-repeat;
	background-position: 46px 30px;
	background-image: url(../Images/gail_logo_gold.png);
	padding-top: 12px;
	}
	



.HomeBody {
	padding-top: 10px;
	display: block;
}



	.page .HomeBody .homecontent {
	width: 500px;
	height: 332px;
	background-image: url(../Images/gail_williams_2016-500x332.png);
	background-size: contain;
	padding-right: auto;
	padding-left: auto;
	margin-right: auto;
	margin-left: auto;
}

.lastnav {
	padding-right: 12px;
	margin-right: 12px;
	right: 12px;
}

@media screen and (max-width:990px) {
	footer { padding-left:20px;  }
}

