@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;900&display=swap');

/* Fonts */
h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

h1, h1.subHeading {
	font-weight: 900;
}

h2 {
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	color: #E50001;
}

.mrp_newsNetwork h2::after {
	margin-top: 5px;
	margin-bottom: 10px;
}

h3, h3.newsHead {
	font-size: 18px;
	font-weight: 900;
}

#homeBody h3.newsHead {
	padding-top: 20px;
}

.featureText h3 {
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
}

h4, .headlineText h4 {
	font-size: 18px;
	font-weight: 500;
}

.btnGeneral {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.mrp_countDownFeedWrap .countdown_amount {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	color: #000000;
	background-color: #E50001;
}



#navFeeds .schFeedWrap,
#navFeeds .schFeedWrap h2,
#navFeeds .schFeedWrap a {
	color: #FFFFFF;
}


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 350px;
	height: 160px;
	top: -150px;
}

@media (max-width: 992px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 110px;
		top: -30px;
	}
}

@media (min-width: 992px) {
	#navBar ul.navbar-nav {
		margin-left: 30px;
	}
}

#mainWrapper {}

#navTop {
  background-color: #E50001;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainTop {}

#mainBox {}

#mainContent {}

#mainSide {}

#mainBottom {
}

#footerWrapper {}


/* ADs */

.sideHalfPage {
	position:relative;
	/*width:300px;
	height:600px;*/
	overflow:hidden;
	margin: 20px auto;
}


.sideMediumRectangle {
	position:relative;
	/*width:300px;
	height:250px;*/
	overflow:hidden;
	margin: 20px auto;
}



.adWrap {
    position: relative;
    background-color: #FFFFFF;
}


nav a {
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	}



.navbar-expand-lg .navbar-nav .nav-link {
    padding: 21px 20px;
}

	
/* Layout - Buttons */
.btnSend,
a.touch,
a.touch:link,
a.touch:active, 
a.touch:visited,
a.mrp_touch,
a.mrp_touch:link,
a.mrp_touch:active, 
a.mrp_touch:visited,
.addCart,
.shopCheckout,
.moreDetails {
	color: #ffffff !important;
	background-color: #E50001;
	border: 1px #000000 solid;
	border-radius: 4px;
}
	
	
.btnSend:hover,
a.touch:hover,  
a.mrp_touch:hover,
.addCart:hover,
.shopCheckout:hover,
.moreDetails:hover {
	color: #E50001 !important;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	border-radius: 4px;
}




@media (min-width: 768px) {
.offset-xl-2 {
    margin-left: 35%;
}
}





#footerWrapper {
	background-color: #E50001;
}


.adWrap {
    position: relative;
    background-color: #FFFFFF;
}



/* Layout - Nav */
.mrpNav {
	background-color: #000000;
	box-shadow:0 2px 4px rgba(0, 0, 0, .35);
	z-index: 1000;
}


.mrp_countDownFeedWrap .mrp_counterLabels span {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	width: 55px;
	margin-left: 0;
	margin-right: 5px;
}


.schFeedWrap .feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 21px;
	display: block;
	margin-bottom: 5px;
}



.pointBody .pointsNav a,
#contactBody .contactNav a,
#directionsBody .navbarFanInfo > a,
#racedayinfoBody .navbarFanInfo > a,
#historyBody .navbarTrackInfo > a,
#trackrecordsBody .navbarTrackInfo > a,
#halloffameBody .navbarTrackInfo > a {
	color: #FFFFFF !important;
	background-color: #000000 !important;
}

#directionsBody a.directionsNav,
#trackrecordsBody a.trackrecordsNav,
#halloffameBody a.halloffameNav,
#sponsorBody a.sponsorsNav {
	color: #FFFFFF !important;
	background-color: #000000 !important;
}


.mrp-pointfeed-wrap {
	color: #FFFFFF;
}


/* Mainbottom Points */
#mainBottom .mrp-pointfeed-wrap .table {color: #fff;}
#mainBottom .mrp-pointfeed-wrap .table .mrp-points-rank,
#mainBottom .mrp-pointfeed-wrap .table .mrp-points-driver {
	text-align: left;
}
#mainBottom .mrp-pointfeed-wrap .table .mrp-points-total {
	text-align: right;
}



/* Headlines - Better Mobile */
#mainTop .headlinePic img {
	height: initial;
	width: 100%;
	height: auto;
}

@media (min-width: 577px) {
	#mainTop .headlinePic img {
		min-height: initial;
		min-width: initial;
		position: initial;
		top: initial;
		left: initial;
		transform: initial;
	}
}

#mainTop #headlineWrap {
	position: relative;
	height: initial;
	max-width: initial;
	display: grid;
}

#mainTop .headlineContent {
	position: initial;
	width: initial;
	height: initial;
	overflow: auto;
	grid-area: 1 / 1 / 1 / 1;
}

#mainTop .headlineText {
	position: initial;
	right: initial;
	bottom: initial;
}

@media (min-width: 577px) {
	#mainTop .headlineText {
		position: initial;
	}
}

@media (max-width: 576px) {
	#mainTop #headlineWrap,
	#mainTop .headlineContent {
		height: initial;
	}
}
