@charset "UTF-8";
/* CSS Document */

h1.grid_6 {
	font-size: 50px; 
	height: 70px;
	line-height: 70px;
	margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
}
header {
	height:75px;
}
header div {
	background-color: #999;
	border-top: 8px solid black;
	border-bottom: 2px solid black;
}
li.grid_2 a {
	font-size: 9px;
}
article.grid_15 {
	margin-bottom: 50px;
}
article section.grid_6 {
	padding-top: 20px;
	height: 400px;
}
section.grid_6 h1.grid_6.column {
	padding-top: 10px;
	padding-bottom: 50px;
	
}
section.grid_6 h1.grid_6.pixels {
	margin-top: 48px;
}

section.grid_6 span.left_arrow {
	margin-left: 5px;
}
section.grid_6 span.right_arrow {
	margin-right: 5px;
}
section.grid_6 p.grid_4 {
	font-size: 15px;
	line-height: 1.4em;
	text-align: left;
	margin-top: 25px;
}



section.grid_9 figure:active {
	-webkit-box-shadow: inset 0px 0px 40px 1px #000000;
	box-shadow: inset 0px 0px 40px 10px #000000;
}


nav.grid_9 a {
	color: white;
	background-color: #999;
}


nav figure {
	margin: 0;
	padding: 0;
	height: 200px;
	color: #c2e9ec;
	background-color: #4D4D4D;
	-webkit-box-shadow: inset 0px 0px 90px 1px #000000;
	box-shadow: inset 0px 0px 90px 1px #000000;
}

nav figure:hover {
	box-shadow: none;
	background-color: #c2e9ec;
	color: black;
}


nav figcaption {
	font-size: 32px;
	font-weight: 900;
	position: relative;
	bottom: 120px;
}
figcaption div {
	font-size: 20px;
	font-weight: 400;
}
nav img {
	border: inset thick black;
	margin-bottom: 0;
	opacity: 0.6;
	height: 200px;
	width: 300px;
}

.top_row .grid_4 {
	margin-bottom: 0;
}
footer img {
	height: 100px;
}
footer figure {
	height: 100px;
	margin-bottom: 0;
}
footer figcaption {
	bottom: 70px;
}
