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

/* RANDOM OVERRIDES */
@media (min-width: 1300px) {
	.container {
		max-width: 1280px;
	}
}

.sticky-top {top: 0;}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		left: initial;
		margin-left: 20px;
	}
}

body {
	background-color: #000000;
}

.singleAd {
	text-align: center;
}

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

h1 {
	font-weight: 900;
	text-transform: uppercase;
}

h1.subHeading {
	color: #fff;
	background-color: #e10000;
	border-bottom: 4px solid #000;
	padding: 6px 12px;
	margin-bottom: 20px;
}

h2 {
	font-size: 21px;
	line-height: 28px;
	font-weight: 900;
}

#homeBody h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 8px 0;
	margin-bottom: 15px;
	
	color: #fff;
	background-color: #e10000;
	border-bottom: 4px solid #000;
}

#mainSide h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 5px 0;
	margin-bottom: 15px;
	
	color: #fff;
	background: #e10000;
}

/*#mainSide h2 {border-bottom-color: #404040;}*/

#mainFeed h2 {
	font-size: 24px;
	line-height: 26px;
}

h3 {
	font-weight: 900;
}

.mrp-heading h5 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 13px;
	text-transform: uppercase;
}

.feedDesc1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 28px;
	line-height: 30px;
}


/* Colors */
#footerWrapper {background-color: #000000;}
h1, h2, .headSpec {color: #e10000;}
.mrp-shaded h2 {color: #000;}
#mainSide .card {background-color: #000000;}

.schFeedWrap, .schFeedWrap a {color: #fff;}
.schFeedWrap a:hover {color: #ccc;}

.mrp-heading h5 a:hover {color: #bd0101;}

.mrp-date {
	border: transparent;
	color: #fff;
	background-color: #000000;
}


/* Layout */
.mrpNav {
	border-bottom: 8px solid #e10000;
}

#mrpLogo a.navbar-brand img {
	width: 325px;
	height: 105px;
	top: 10px;
}

@media (max-width: 1299px) {
	#mrpLogo a.navbar-brand img {
		width: auto;
		height: 75px;
		top: 10px;
	}
}

@media (max-width: 1199px) {
	#mrpLogo a.navbar-brand img {
		height: 65px;
		top: 12px;
	}
}

@media (max-width: 991px) {
	#mrpLogo a.navbar-brand img {
		height: 60px;
		top: 6px;
	}
}

@media (max-width: 767px) {
	#mrpLogo a.navbar-brand img {
		height: 60px;
		top: 6px;
	}
}

@media (max-width: 575px) {
	#mrpLogo a.navbar-brand img {
		height: 60px;
		top: 6px;
	}
}

#navBar {/*margin-top: 20px;*/}

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

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

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

#navTop {}

#mainTop {
	/*margin-top: 20px;*/
}

.navbar-toggler {
	background: transparent;
}

@media (max-width: 991px) {
	#mainTop {}
}

.driverBioBody .navbarDrivers > a {
	color: #FFFFFF;
	background-color: #2f2f2f;
}

#apparelBody .apparelNav a {
	color: #FFFFFF;
	background-color: #2f2f2f;
}


#mainBox {}

#mainContent {
	background-color: #FFFFFF;
	/*padding-top: 30px;*/
	box-shadow: 0 10px 30px rgba(0,0,0,.75);
}

#mainSide {}

#mainBottom {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footerWrapper {}

body:not(#homeBody) #contentTop {display: none;}
body:not(#homeBody) #mainContent {padding-top: 50px;}


@media (min-width: 769px) {
	#contentTop .card {
		height: 225px;
		overflow: hidden;
	}
}



/* Feeds - ContentTop */
.statsFeedSub li {
	width: 23%;
	margin: 1%
}

@media (min-width: 769px) {
	.statsFeedSub li {
		width: 23%;
	}
}

.card {
	background: rgb(0,0,0) !important;
	border-radius: 0;
}

.card img {
	filter: grayscale(100%);
}

.card:hover img {
	filter: none;
}

.statsFeed .feedDesc1 {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-bottom: 12px;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.statsFeed .feedDesc1 {
		font-size: 10px;
		letter-spacing: 1px;
	}
	
}

.statsFeed .feedDesc2 {
	font-size: 42px;
	line-height: 44px;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}

@media (max-width: 1199px) {
	.statsFeed .feedDesc2 {
		font-size: 28px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.statsFeed .feedDesc2 {
		font-size: 32px;
		line-height: 34px;
	}
}

.statsFeed ul.noBullet {
	list-style: none;
	padding: 0;
}

@media (max-width: 1199px) {
	.statsFeed ul.noBullet {
		margin-top: -10px;
	}
}

@media (max-width: 767px) {
	.statsFeed ul.noBullet {
		margin-top: -5px;
	}
}

.statsFeed ul.noBullet span {
	display: block;
}

#contentTop h2 {
	font-size: 21px;
	color: #FFFFFF;
	letter-spacing: 3px;
	margin-bottom: 25px;
	
	padding: 5px 0;
	background: #e10000;
	
	border-bottom: none;
}

@media (max-width: 575px) {
	.statsFeedSub li {
	}
}

.schFeedWrap a,
.resultsFeedWrap a,
.resultsFeed {
	color: #fff;
}

.schFeedWrap a:hover,
.resultsFeedWrap a:hover {
	color: #f9f203;
}

.resultsFeed .feedDesc1 {
	font-size: 21px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}
.resultsFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0 10px;
}
.resultsFeed .feedDesc3 {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
}

.schFeed .feedDesc1 {
	font-size: 32px;
	line-height: 36px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	padding-bottom: 10px;
}

.schFeed .feedDesc2 {
	text-transform: uppercase;
	padding: 5px 0;
}


/* Layout - Featured News */
.featureThumbsWrap {
	top: 20px;
}



@media (min-width: 576px) {
	.featureText {
		bottom: 25px;
		right: 25px;
		width: 50%;
	}
	
	.featureThumbsWrap {
		bottom: 25px;
		left: 25px;
		top: initial;
	}
}

.featureThumb {
	width: 40px;
	height: 10px;
	border-radius: 5px;
}


/* Results */
.table-info, .table-info>td, .table-info>th {
	background-color: #f0f0f0;
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color: #e0e0e0;
}

.table-info tbody+tbody, .table-info td, .table-info th, .table-info thead th {
	border-color: #bfbfbf;
}



/* Random */
.featureText .mdWrap {
	float: none;
}


/* Custom */
#footerWrapper #socialLinks a {color: #e10000;}
#footerWrapper #socialLinks a:hover {color: #FFFFFF;}

.socialLinksWrapper {
	text-align: center;
	padding: 15px 10px;
	margin: 0;
}

.fa-stack {width: 2.5em;}

body {
	background-image: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/57455/v1/img/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-size: initial;
	background-attachment: fixed;
}


/* Custom About */
#aboutBody .mrp_quickBioInfo {display: none;}

@media (min-width: 576px) {
	.mrp_bioPic {
		margin: 0 0 30px 0;
		float: none;
	}
}
