@charset "utf-8";

/* CSS Document */


body
{
	background-color: #560202;
	background: url(../img/background-img.jpg) no-repeat center top, url(../img/background-2.gif) repeat-x top left;
}

/* Logo */

.brand
{
	height: 100px;
	padding: 5px 0;
	margin-bottom: 2px;
}

.header-logo
{
	display: block;
	width:100%;
	max-width: 350px;
	height: 95px;
	background: url(../img/logo.png) no-repeat;
	background-size:contain;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

/* Nav Bar */

.navbar-default
{
	background: #a80329;
	background: -moz-linear-gradient(top, #a80329 0%, #70001a 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a80329), color-stop(99%, #70001a));
	background: -webkit-linear-gradient(top, #a80329 0%, #70001a 99%);
	background: -o-linear-gradient(top, #a80329 0%, #70001a 99%);
	background: -ms-linear-gradient(top, #a80329 0%, #70001a 99%);
	background: linear-gradient(to bottom, #a80329 0%, #70001a 99%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a80329', endColorstr='#70001a', GradientType=0 );
	border-color: #342b2c;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
{
	color: #FFF;
	background: #70001a;
	background: -moz-linear-gradient(top, #70001a 1%, #a80329 101%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #70001a), color-stop(101%, #a80329));
	background: -webkit-linear-gradient(top, #70001a 1%, #a80329 101%);
	background: -o-linear-gradient(top, #70001a 1%, #a80329 101%);
	background: -ms-linear-gradient(top, #70001a 1%, #a80329 101%);
	background: linear-gradient(to bottom, #70001a 1%, #a80329 101%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70001a', endColorstr='#a80329', GradientType=0 );
}

.navbar-nav>li
{
	float: left;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a { color: #fff; }

/* Jumbotron */

.jumbotron
{
	max-width: 974px;
	min-height: 458px;
	padding: 0;
	padding-left: 0;
	padding-right: 0;

}

.background-img
{
	background-image: url(../img/sports-theme-002_08.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.embed-container { position: relative; padding-bottom: 48%; height: 0;  max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 18%; left: 37%; width: 550px; height: 283px; border: solid 2px #800421; }
.slider
{
	padding-top: 9%;
	padding-right: 5%;
}

.slider img { border: solid 2px goldenrod; }

.border-row
{
	padding: 10px 0;
	border-top: solid 1px #a30327;
	border-bottom: solid 1px #a30327;
}

/* Footer */

footer
{
	text-align: center;
	color: #a30327;
}

footer a { color: #a30327; }

/* Media Queries */

@media (min-width: 1200px) {

.container { width: 974px; }
}

@media (min-width: 992px) {

.container { width: 974px; }
}

@media screen and (min-width: 768px) {

.container .jumbotron
{
	padding-left: 0;
	padding-right: 0;
}



}

@media screen and (max-width: 768px) {
	
	.jumbotron { background:transparent; min-height: 50px;}
	
	.slider
{
	padding-top: 0;
	padding-right: 0;
}


.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 1%; width: 100%; height: 107%; }
	
}
