@charset "utf-8";

/* CSS Document */

html, body { height: 100%; }

body
{
	background: #9b0726; /* Old browsers */
	background: -moz-linear-gradient(top, #9b0726 0%, #9b0726 79%, #640017 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9b0726), color-stop(79%, #9b0726), color-stop(100%, #640017)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b0726 0%, #9b0726 79%, #640017 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b0726 0%, #9b0726 79%, #640017 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9b0726 0%, #9b0726 79%, #640017 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9b0726 0%, #9b0726 79%, #640017 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0726', endColorstr='#640017', GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	font-family: 'Oswald', 'sans-serif';
}

/* Logo */

.brand
{
	height: 100px !important;
	padding: 20px 0 !important;
}

.navbar-inverse .navbar-brand { color: #f14823 !important; }

.navbar-inverse { background: url(../img/header-background.gif) repeat-x top left !important; }

.navbar-inverse .navbar-nav>li>a { color: #fff; }

.navbar-nav>li
{
	float: left;
	border-right: solid 1px #8a0121;
	-webkit-box-shadow: 1px 0px 1px 0px rgba(252, 252, 252, 0.5);
	-moz-box-shadow: 1px 0px 1px 0px rgba(252, 252, 252, 0.5);
	box-shadow: 1px 0px 1px 0px rgba(252, 252, 252, 0.5);
	text-transform: uppercase;
}

.full-width-jumbotron
{
	margin-top: -20px !important;
	height: 500px !important;
	margin-bottom: 30px !important;
	background: url(../img/main-img.jpg) no-repeat center top;
}

.slider
{
	background-image: url(../img/slider-background.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 572px;
	padding: 14px 13px 14px 12px;
	margin-top: 100px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { 
position: absolute; 
top: 15.5%; 
left:49.7%; 
width: 572px; 
 padding: 14px 13px 14px 12px;
height: 309px;
background-image: url(../img/slider-background.png);
    background-repeat: no-repeat; }
footer
{
	color: #f14823;
	border-top: solid 1px #f14823;
	padding-top: 10px;
	font-family: 'Roboto Condensed', 'sans-serif';
}

footer a { color: #f14823; }

@media screen and (max-width: 768px) {

.navbar-nav>li
{
	float: left;
	width:100%;
	border-right: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
}

.navbar-collapse { background-color: #640017 !important; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; 
top: 0; 
left: 1%; 
width: 100%; 
height: 100%;
background:none;
 }
.full-width-jumbotron
{
	background: url(../img/main-img-2.jpg) no-repeat center top !important;
	background-size: 100% auto !important;
}
}

@media (max-width:480px) {

.slider
{
	background-image: url(../img/slider-background.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 320px;
	padding: 3px 3px 3px 3px;
	margin-top: 25px;
}

.full-width-jumbotron
{
	margin-top: -20px !important;
	height: 100px !important;
	margin-bottom: 100px !important;
}
}
