@font-face {
    font-family: 'StandWitness-Regular';
    src: url(https://ssl.mlse.digital/leafs/fonts/StandWitness-Regular.otf);
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	color: #ffffff;
	font-family: 'Rajdhani', sans-serif;
	font-size: 18px;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	/*font-weight: 700;*/
	font-family: 'StandWitness-Regular', 'Rajdhani', sans-serif;
	text-transform: uppercase;
}

section {
	padding: 4em 0;
}

.tml-button {
	border: 2px solid #ffffff;
	border-radius: 2px;
	padding: .75em 3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 1em;
}

.tml-button:hover {
	color: #003e7e;
	background: #ffffff;
	text-decoration: none;
	transition: all ease .3s;
}

.presby {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}

.tml-hr {
	border: none;
	background: #ffffff;
	width: 8vw;
	height: 5px;
	margin: 0 auto 1em;
}

.section-header {
	position: relative;
	background: #000000;
	background-image: url(../img/header-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-transform: uppercase;
}

.section-header__title {
	margin-top: 1em;
}

.section-header__title,
.section-header__matchup {
	z-index: 1;
	position: relative;
}

.section-header h1 {
	font-size: 2em;
}

.section-header h5 {
	color: #ffffff;
	font-size: .9em;
}

.title-wrapper-gradient {
	color: #0037ff;
/*	background: linear-gradient(320deg, #0037ff 0%, #00c7ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}

.section-header h5 {
	letter-spacing: .5px;
}

.section-header h5 span {
	font-size: .75em;
}

.section-header__matchup-wrap,
.section-header__matchup p {
	display: inline-block;
}

.section-header__matchup p {
	font-family: 'StandWitness-Regular', 'Rajdhani', sans-serif;
	margin-bottom: 0;
	transform: translateY(25%);
	color: #ffffff;
	font-size: .9em;
	letter-spacing: .025em;
}

.section-header__matchup p .date {
	font-size: 1.3em;
}

svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: 5;
}

.section-header__img-wrap {
	margin-top: -15vw;
	position: relative;
	text-align: center;
	transform: translate(0, 11vw);
	z-index: 10;
}

.section-header__img-wrap img {
	height: 115vw;
	max-height: 620px;
	margin: 0 auto;
}

.section-info {
	position: relative;
	background: #00259a;
    background: -webkit-linear-gradient(#00259a, #008df2); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#00259a, #008df2); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#00259a, #008df2); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#00259a, #008df2); /* Standard syntax */
	padding-top: 6em;
	padding-bottom: 3em;
}

.section-info .section-header__title h2 {
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .75);
}

.section-info hr.tml-hr {
	margin: 1em 0;
}

.section-info p {
	font-size: 1.2em;
}

.section-tailgate-img {
	padding: 0;
}

.section-tailgate-img img {
	width: 100%;
	height: auto;
}

.section-prizes {
	background: #0050c7;
	background: url(../img/prize-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.section-prizes__prize {
	margin-bottom: 3em;
}

.section-title {
	margin-bottom: 2em;
}

.section-title h2 {
	font-size: 2.25em;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, .75);
}

.section-prizes hr {
	margin: 0 auto;
}

.ford-feature {
	font-size: 1.5em;
}

.ford-logo {
	width: 110px;
}

.section-marlies {
	background: black;
	background: url(../img/marlies-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-marlies .section-title p {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 1px;
}

.marlies-matchup {
	text-align: center;
}

.marlies-matchup img {
	margin: 0 10px;
	max-width: 120px;
}

.marlies-matchup p {
	font-size: 1.1em;
	margin: 1em auto;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
}

@media screen and (min-width: 404px) {
	.section-header h1 {
		text-align: left;
	}
}

@media screen and (min-width: 426px) {
	.section-header h1 {
		font-size: 2.7em;
	}
}


@media screen and (min-width: 576px) {

	.section-prizes__prize {
		margin-bottom: 0;
	}

	.section-prizes__prize:first-child,
	.section-prizes__prize:last-child {
		position: relative;
		transform: translateY(15px);
	}

}

@media screen and (min-width: 768px) {

	.section-header__img-wrap {
		transform: translate(0, 22vw);
	}

	.section-header__img-wrap img {
		height: 575px;
	}
}


@media screen and (min-width: 992px) {

	.section-header h1 {
		font-size: 3.75em;
	}

	.section-header__img-wrap {
		margin-top: 0;
		position: relative;
		text-align: center;
		transform: translate(-4vw, 4vw);
	}

	.section-header__img-wrap img {
		height: 620px;
	}

	.section-info {
		padding-top: 0;
	}

	.section-info h2 {
		font-size: 2.5em;
	}

	.marlies-matchup img {
		max-width: 100%;
	}

}

@media screen and (min-width: 1265px) {

	.section-header__matchup-wrap img {
		width: 100px;
		height: auto;
	}

}