/* Sydnee Hale's CSS for Web Production, Project 1  */
			
body
	{
	background-color: floralwhite;
	font-family:Lora, serif;
	font-size:18px;
	line-height:1.4;
	width: 95%;
	margin: 0px 150px 100px 0px;
	}

h1
	{
	font-size: 2.5em;
	border-bottom-style: solid;
	padding-bottom: 20px;
	}

h2
	{
	font-size: 20px;
	}

.left
	{
	background-color: rgb(50, 50, 50);
	float:right;
	height:100%;
	min-width:256px;
	position: fixed;
	width:30.33%;
	}

.name
	{
	bottom:0;
	height:500px;
	line-height:1.5;
	left:0;
	margin:auto;
	position:absolute;
	right:0;
	top:0;
	width:85%;
	}

.name h1
	{
	font-family:Open Sans, sans-serif;
	text-align:center;
	border: none;
	padding-bottom: 0;
	color: floralwhite;
	}

.name p
	{
	padding-top: 0;
	color: #EC5422;
	margin:0;
	text-align: center;
	}

img
	{
	filter: grayscale(100%);
	border-radius: 21%;
	}

.img-center
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.mailing-address a
	{
	color: #EC5422;
	}

.link 
	{
	text-align: center;
	padding-top: 20px;
	}

.link a:hover, a:active 
	{
	background-color: floralwhite;
	font-family: sans-serif;
	color: #EC5422;
	border-radius: 8px;
	box-shadow: -4px 3px #EC5422;
	}

.link a:link, a:visited 
	{
	border-radius: 8px;
	border: dimgray;
	font-family: sans-serif;
	color: floralwhite;
	background-color: #EC5422;
	padding: 8px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	}

.right
	{
	float:right;
	height:100%;
	width:66.66%;
	}

.inner
	{
	margin:0 auto;
	max-width:975px;
	padding:3em;
	}

.inner h1
	{
	font-size:1.75em;
	}

.inner h2 .sans-serif
	{
	color: #EC5422;
	}

.sans-serif
	{
	font-family: sans-serif;
	font-size: 15px;
	}


