@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;
	float: left;
	text-align: right;
	top: 75px;
	padding-right: 36px;
	right: 36px;
}



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: 140px;
	background-repeat: no-repeat;
	background-position: 46px 30px;
	background-image: url(../Images/gail_logo_gold.png);
	padding-top: 12px;
	}
	

article {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
aside {
	max-width: 400px;
	float: right;
	padding-top: 14px;
}
.page article aside h1 {
	padding-top: 12px;
}
	
hr {
	border-top: 9px solid #ccc;
	-webkit-box-shadow: 2px 7px 5px 3px rgb-webkit-box-shadow: 0px 3px 4px 0px rgba(50, 50, 50, 0.86);
-moz-box-shadow:    0px 3px 4px 0px rgba(50, 50, 50, 0.86);
box-shadow:         0px 3px 4px 0px rgba(50, 50, 50, 0.86);
	background-color: #CCCCCC;
}

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

.leftimg {
	display: block;
	float: left;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.page .HomeBody .homecontent {
	width: 900px;
	height: 597px;
	background-image: url(../Images/gail_williams_2016-lg.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;  }
}
