/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #ffffff;
	font-size: 10px;
	color: #333333;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	}
body div.container {
	max-width: 1200px;
	margin: auto;
	width: auto;
}
div.hero {
	text-align: center;
	width: auto;
	height: 400px;
	background-image: url("/images/wiffle-ball-hero.jpg");
	margin-bottom: 40px;
}
div.hero img {
	width:100%;
	height: 400px;
	margin-left : auto;
	margin-right: auto;
	opacity: .5;
}
h1 {
	font-size: 46px;
	text-align:center;
	position: relative;
	top: 85px;

}
h1 span.main {
	color: white;
	text-shadow: -1px 1px 0 #000,
			  1px 1px 0 #000,
			 1px -1px 0 #000;
			-1px -1px 0 #000;
}
h1 span.sub {
	font-size: 22px;
	line-height: 22px;
	color: white;
	text-shadow: -1px 1px 0 #000,
			  1px 1px 0 #000,
			 1px -1px 0 #000;
			-1px -1px 0 #000;
}
h2 {
	font-size: 34px;
	margin-left: 10px;
	margin-bottom: 30px;
}
div.intro {
	font-size: 16px;
	margin-bottom: 60px;
	margin-left: 15px;
}
p.intro {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #555555;
	margin-left: 10px;
}
ul {
	margin-left: -10px;
	padding-right: 10px;
}
p.last {
	margin-bottom: 70px;
}
div#footer {
	text-align: center;
}
div.item {
	padding: 0px 20px;
	font-size: 16px;
	margin-bottom: 50px;
	padding-bottom: 75px;
	border-bottom: 1px solid #bbbbbb;
	position: relative;
}
div.item div#toppick {

}
div#toppick img {
	position: absolute;
	top: 30px;
	left: 290px;
	max-width: 100px;
}
div.name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #555;
}
div.logo img {
	max-width: 150px;
	max-height: 100px;
}
div.link {
	margin-top: 20px;
	margin-bottom: 10px;
}
div.link a {
	background: #4169e1;
	text-decoration: none;
	color: white;
	width: 150px;
	height: 50px;
	padding: 8px;
	text-transform: uppercase;
	font-size: 14px;
}
p img {
	max-width: 250px;
	float: right;
	margin-left: 50px;
	margin-bottom: 50px;
}

@media (min-width: 10px) and (max-width: 599px) {
	p img {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	div.hero img {
	width: 100%;
	}
}