* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('/structure/images/bgGrill.jpg');
	background-color: black;
}


h1, h3 {
	color:white;
	text-transform: uppercase;
	text-align: center;
}
h1 {
    letter-spacing: 7px;
    font-weight: 400;
    line-height: 46px;
    font-size: 44.36px;
}
h3 {font-weight: 100;
	color: #646262;
}
.sponsors {
	display: block;
	width: 100%;
	height: 666px;
	margin-top: 125px;
	background-color: #fff;
	border-top: #c91617 5px solid;
	border-bottom: #c91617 5px solid;
	background-image: url('/structure/images/plane.png');
	background-repeat: no-repeat;
}
.sponsors h2, .sponsors h3 {
	font-weight: 700;
	color: #c91617;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;

}
.sponsors h2 {
	font-size: 64.28px;
	letter-spacing: 4px;

}
.sponsors h3 {
	font-size: 32.38px;

}
.sponsors .brands {
	margin-top: 69px;
}
.sponsors .text {
	padding-right: 94px;
	padding-top: 105px;
	width: 650px;
	position: absolute;
	right:0px;
}
.tagline {
	padding-left: 130px;
	padding-right: 130px;
	margin-top: 116px;
}
footer {
	height: 296px;
	background-color: #1f1f1f;
	margin-bottom: 0px;
	background-image: url('/structure/images/logo_black.png');
	background-repeat: no-repeat;
	background-position-x: 110px;
	background-position-y: 44px;
}
footer .content {
	text-align: right;
	padding-right: 133px;
	padding-top: 91px;
}
footer .phone {
	font-size: 36px;
	color: #c91617;
}
footer .address {
	font-size: 24px;
	color: #bbbbbb;
	font-weight: 600;
}


@media only screen and (max-width: 930px) {
	footer {
	background-image: url('/structure/images/logo_black.png');
	background-repeat: no-repeat;
	background-position-x: center;
    background-position-y: 160px;

	}
	footer .content {
	text-align: center;
	padding-right: 0;

}
}