body {
		background-color: #fff;
}

a {
  color: #092c74;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #092c74;
  text-decoration: underline;
}

/* Parallax Image */

.parallax-window {
    min-height: 400px;
    background: transparent;
}

h1
{
	font-family: 'Trade Gothic W01 Roman';
	font-size: 24px;
	line-height: 1.3em;
	margin-bottom: 18px;
}
.h1.small
{
	font-size: 75%;
	line-height: 0;
	font-style: oblique;
	color: #252525;
}
h1.titlecaps
{
	font-family: 'Trade Gothic W01 Bold 2';
	font-size: 24px;
	margin-bottom: 18px;
}
h2
{
	font-family: 'Knockout 49 A', 'Knockout 49 B';
	font-size: 24px;
	padding: 16px 0 16px 0;
	letter-spacing: .03em;
	line-height: 1em;
	color: #fff;
	background-color: #ad1726;
	text-align: center;
}
h4
{
	font-family: 'Trade Gothic W01 Bold 2';
	font-size: 21px;
}

p
{
	font-family: 'Trade Gothic W01 Roman';
	font-size: 16px;
	line-height: 1.3em;
	margin-bottom: 15px;
}


.gold-sponsor
{
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

.silver-sponsor
{
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 4px;
}

.bronze-sponsor
{
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.checkered-sponsor
{
	margin-top: 15px;
	margin-bottom: 5px;
	padding-right: 7px;
	padding-left: 7px;
}

.hoosier-sponsor
{
	margin-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
}

.indy-sponsor
{
	margin-top: 20px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 5px;
}


.site-bg
{
	min-height: 716px;
}

/* Site Structure */
.top-border
{
	height: 35px;
	width: 100%;
	background-color: #ad1726;
	position: absolute;
	top: 0px;
	z-index: 5;
}



img.logo
{
	max-width: 318px;
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  margin:auto;
	z-index: 10;
}

img.logo-xs
{
	display: block;
	margin: 0 auto 5px auto;
}

.nav-spacing-row
{
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 70px;
}


.nav-spacing
{
  padding-right: 5px;
  padding-left: 5px;
}

.image-spacing-row
{
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 20px;
}


.image-spacing
{
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.contents
{
	display: block;
}

.well {
  min-height: 20px;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 0px solid #e3e3e3;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.btn-pad
{
	font-family: 'Knockout 49 A', 'Knockout 49 B';
	font-size: 24px;
	padding: 16px 0 16px 0;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: 1em;
	margin-bottom: -5px;
}

footer
{
	font-family: 'Knockout 49 A', 'Knockout 49 B';
	font-size: 22px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1em;
	background-color: #092c74;
	text-align: center;
	padding: 20px;
}

	.media-left,
	.media > .pull-left {
		padding-right: 10px;
	}
	.media-left,
	.media-right,
	.media-body {
		display: block;
		vertical-align: top;
	}
	.media,
		.media-body
	{
		overflow: visible;
		zoom: 1;
	}
	.media-body {
		width: auto;
	}
	.media-object
	{
		display: block;
		max-width: 100%;
	}
	.media-heading {
		margin-top: 10px;
		margin-bottom: 5px;
	}	
	

@media (min-width: 768px) {
	body 
	{
		background-color: #092c74;
	}
	.contents
	{
		max-width: 1165px;
		display:block;
		position:absolute;
		left:0;
		right:0;
		top: 515px;
		margin:auto;
		z-index: 15;
		border: 0;
	}
	.well {
		padding: 24px;
	}
	.btn-pad
	{
		margin-bottom: 0px;
	}
	footer
	{
		font-family: 'Knockout 49 A', 'Knockout 49 B';
		font-size: 22px;
		color: #fff;
		letter-spacing: .05em;
		line-height: 1em;
		margin-top: 45px;
		margin-bottom: 65px;
		background-color: transparent;
		padding: 0px;
	}
}

@media (min-width: 992px) {
	.btn-pad
	{
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px)
 {
	.btn-pad
	{
		font-size: 15px;
	}
}

/* Copy and Content Area */
hr {
  margin-top: 33px;
  margin-bottom: 33px;
  border: 0;
  border-top: 3px solid #ad172b;
}

hr.gray
{
	margin-top: 20px;
	margin-bottom: 33px;
	border-top: 3px #AEAEAE solid;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}

.blue {
  color: #092c74;
}

.red {
  color: #ad1726;
}

.copy-margin
{
	padding-right: 0px;
	padding-left: 0px;
}


@media (min-width: 768px) {
	.copy-margin
	{
		padding-right: 75px;
		padding-left: 75px;
	}
	.media-left,
	.media > .pull-left {
		padding-right: 10px;
	}
	.media-left,
	.media-right,
	.media-body {
		display: table-cell;
		vertical-align: top;
	}
	.media,
	.media-body {
		overflow: hidden;
		zoom: 1;
	}
	.media-body {
		width: 10000px;
	}
	.media-object
	{
		display: block;
		max-width: 140px;
	}
	.media-heading {
		margin-top: 0px;
		margin-bottom: 5px;
	}	
}
