/*
File Name: playoff_style.css
Date: 08/10/17
Author: Kevin Stockbridge
*/

html {
	margin: 0;
	padding: 0;
   min-height: 100%;
}

body {
	margin: 0 auto;
	//margin-top: -20px;
	padding: 0;
	width: 95%;
	font-family: Verdana, sans-serif;
	text-align: center;
}

header {
	position: relative;
	height: 85px;
	margin: 0;
	background-color: #008000;
	font-family: Berlin Sans FB;
	color: #fff;
	overflow: hidden;
}

nav {
	text-align: center;
	width: 100%;
	min-height: 30px;
	background-color: #eee;
	text-align: center;
	box-shadow: 0 3px 2px -2px gray;
}

h1 {
	font-weight: normal;
	margin: 3px 0 8px 0;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: .6em;
}

.menu_item {
	display: inline-block;
	min-width: 10%;
	height: 30px;
	margin: 0 auto;
	line-height: 30px;
	color: #003366;
	font-size: .9em;
}

.menu_item:hover {
	background-color: #2F75B5;
	color: #fff;
}

.content {
	margin-top: 20px;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
}

#bracket {
	max-width: 100%;
	height: auto;
}