*{
	box-sizing:border-box;
}
body{
	margin: 0px;
	background-color:#8e8D79;
	text-align: center;
	padding: 0px;
}

.centered{
	width: 864px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1.7em;
	background-color:#FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.header{
	width:inherit;
	height:164px;
	background: url(../images/splashheader.jpg) no-repeat 0 0;
	background-size:100% auto;
}
.entersite img {
	margin-left: 386px;
	text-decoration: none;
}

.centered .header div{
	text-align:center;
/*	margin-top: -164px; */
	margin-left: 387px;
	height: 20px;
	width: 90px;
	line-height:20px;
}

.centered .header div a{
	font-size:14px;
	background-color:#FFF;
	text-decoration:none;
}

.centered .header div:hover{
	background-color:#444;
}

.centered .header div a:hover
{
	color:#CCC;
	background-color:#444;
}

.pitch
{
	width:inherit;
	height:210px;
}

.left_pitch
{
	float:left;
	width:50%;
	font-size: small;
	text-align:center;
}

.pitch_text
{
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}

.large_heading
{
	font-size:18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A695A;
}

.download_item
{
	text-align:center;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6A695A;
	display: block;
	margin-top: -5px;
}

.right_pitch
{
	float:left;
	width:380px;
}

.right_pitch img, .right_pitch iframe
{
	margin-left: 0px;
}

.right_pitch img
{
	margin-top: 47px;
}

.middle
{
	clear:left;
	width:inherit;
	height:144px; /* 174px */
	background: url("../images/about_headshots_2021.jpg") no-repeat 0 0;
	background-size:100% auto;
}

.bottom
{
	background-image: url(../images/bottom_splash.jpg);
	width:864px;
	min-height:275px;
	font-size: 13px;
	padding:0 70px;
	background-repeat: no-repeat;
}

.blurb
{
	padding-top: 20px;
	text-align: left;
	font-size: 13px;
}

.quote
{
	font-style: italic;
	text-align: left;
	color: #6A695A;
	display: block;
	padding-top: 3px;
}

.attribution
{
	font-style: normal;
	color: #6A695A;
}
.aboutthis
{
	color:#635894;
	text-align: left;
	float: left;
}

@media screen and (min-width: 641px) and (max-width: 864px){
	.centered{
		display:block;
		width:100%;
		margin:0;
		padding:0;
	}
	.header{
		height:18.98vw;
		background-size: 100% auto;
	}
	.pitch{
		display:block;
		width:inherit;
		margin:0;
		padding:0;
	}
	.left_pitch, .right_pitch{
		width:50%;
	}
	.pitch_text{
		margin:0;
		padding: 40px 0 0 10px;
	}
	#audiobox{
		margin:20px 10px;
	}
	.middle{
		width:inherit;
		height:16.67vw;
		margin:0;
		padding:0;
		background-size:100% auto;
	}
	.bottom{
	  width:inherit;
		margin:0;
		padding:0;
    background-size:100% auto;
	}
	.blurb{
		max-width:80%;
		margin:0 auto;
		padding:20px 0;
	}
}


@media screen and (max-width: 640px){
	.centered{
		max-width:100%;
	}
	.header{
		max-width:100%;
		height:18.98vw;
		background-size:100% auto;
	}
	.pitch{
		max-width:100%;
		height:auto;
		margin:0 auto;
		padding:0 0 1em;
	}
	.left_pitch, .right_pitch{
		float:none;
		display:block;
		width:100%;
		max-width:100%;
		margin:0;
		clear:both;
	}

	.right_pitch img{
		margin-top:30px;
	}

  #audiobox{
		width:100%;
		margin:0 auto;
	}
	#audiobox audio{
		display:block;
		max-width:280px;
		margin:0 auto;
	}
	.middle, .bottom{
		max-width:100%;
	}
	.middle{
		height:16.67vw;
	}
	.bottom{
		padding:0;
	}
	.blurb{
		max-width:100%;
		padding:20px;
	}

}