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

/* Fonts */
h1, h2, h3, h4, h5 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

h2 {
	font-size: 36px;
	line-height: 38px;
}

.mrp-heading h5 {
	font-size: 21px;
	margin-bottom: 10px;
}

.navbar .navbar-nav .nav-link {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}

#homeBody .statsFeed .feedDesc1,
#homeBody .statsFeed .feedDesc2 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
}

#homeBody .statsFeed .feedDesc2 {
	font-size: 48px;
	padding: 20px 0;
}

#homeBody .schFeedWrap ul.noBullet .feedDesc1 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 32px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#homeBody .resultsFeedWrap ul.noBullet .feedDesc1 {
	font-weight: bold;
}
#homeBody .resultsFeedWrap ul.noBullet .feedDesc3 {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 600;
	font-size: 32px;
	margin-top: 10px;
}



/* Layout */
#mrpLogo a.navbar-brand img {
	width: 540px;
	height: 34px;
	top: 16px;
}

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

#navTop {}

#mainTop {}

#mainBox {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/34256/v1/img/bg.jpg') bottom center no-repeat;
}

#mainContent {}

#mainSide {}

#mainBottom {
	background-attachment: fixed;
}

#footerWrapper {}


body:not(#homeBody) #mainBox {
	padding-bottom: 100px;	
}



/* THIS WEBSITE ONLY */
.statsFeedbg {
	background: url('//dy5vgx5yyjho5.cloudfront.net/v1/siteresources/34256/v1/img/driverstats.jpg') center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#driverStats .card {
	background: none;
}

#homeBody #driverStats .statsFeed .feedDesc1 {
	color: #df430e;
	border-bottom: none;
}

#homeBody #driverStats .statsFeed .feedDesc2 {
	color: #fff;
}



/* 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;
}
