@charset "UTF-8";

/* Layout Medium Screens */

header {
	height: 180px;
}
header a.logo { 

font-family: 'Raleway', sans-serif; width:115px;
height:50px;
top: 10px ; right: 20px;

}

nav { top: 160px; }
nav a {
	margin-right: 4px;
	font-size: 12px;
	line-height: .9em;
}



body {
	
.page header h1 {
	padding-top: 130px;
}
article {
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.MaryBio {
	background-image: url(../assets/mary-150-219.jpg);
	width: 150px;
	height: 219px;
	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;
}
.page p {
	font-size: .9em;
	line-height: 1.7em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}