@charset "UTF-8";

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

body {
	margin: 0;
	padding: 0;
	left: 20%;
}



header a.logo {
	font-family: 'Raleway', sans-serif;
	display: block;
	position: absolute;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 48px;
	font-weight: normal;
	text-transform: lowercase;
}

nav {
	width: 100%;
	display: block;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	left: 0px;
	font-weight: normal;
	font-size: 16px;
}


/* Layout Large Screens (default for older browsers) */


header {
	height: 210px;
	font-size: 48px;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: -6px;
	}
	
header a.logo {
	height: 85px;
	width: 978px;
	
	top: 174px;
	right: 139px;
	font-size: 48px;
	text-transform: lowercase;
	color: #C96;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

article {
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}



nav {
	top: 170px;
}
nav a {
	margin: 20px 0px 10px 20px;
	color: undefined;
}
.page p {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width:990px) {
	footer { padding-left:20px;  }
}
.page header h1 {
	padding-top: 110px;
	font-size: 64px;
	font-family: euphoria-script;
	/* [disabled]font-style: normal; */
	font-weight: 400;
	line-height: 48px;
}
.MaryBio {
	background-image: url(../assets/mary-200-292.jpg);
	width: 200px;
	height: 292px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 24px;
	background-repeat: no-repeat;
	background-origin: content-box;
	background-size: auto auto;
	background-clip: content-box;
	float: left;
	clear: left;
}
