* {box-sizing: boarder-box;}

body {background-color: #ffffff;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;}
		
#wrapper {margin-left: auto;
			margin-right: auto;
			background-image: linear-gradient(to bottom, #ffffff, #ffe6e6);
			background-repeat: no-repeat;
			width:80%;
			background-color: #000000;
			min-width:960px;
			max-width: 2048px;
			box-shadow: 3px 3px 3px #333333;
			border: 1px solid #000033;}
			

header {background-color: #ffe6e6;
		color: #000000;
		height: 100px;
		text-align: left;
		padding-top: 30px;
		padding-left: 3em;}
		
h1 {margin-bottom: 0;
	margin-top: 0;
	font-family: Georgia, Times-New-Roman, serif;
	font-size: 3em;
	letter-spacing: .25em;}

#homehero {margin-left: 190px;
			height: 300px;
			background-image: url(tall.jpg);
			background-image: url(squat.jpg);
			background-size: 100% 100%;
			background-repeat: no-repeat;}

main {background-color: #ffffff;
		margin-left: 190px;
		padding: 1px 20px 20px 30px;
		display: block;
		overflow: auto;}
		
section {float: left;
			width: 33%;
			padding-left: 2em;
			padding-right: 2em;}
	
h2 {color: #ffe6e6;
	text-shadow: 1px 1px 1px #cccccc;
	font-family: Georgia, Times-New-Roman, serif;}

dt {color: #000000;}

.media {color: #ffe6e6;}

#contact {font-size: 90%;}

footer {margin-left: 190px;
		background-color: #ffffff;
		font-size: 85%;
		font-style: italic;
		text-align: center;
		font-family: Georgia, Times-New-Roman, serif;
		padding: 2em;}