@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;
}

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

#homeBody h2,
#mainSide h2 {
	/*border-bottom: 1px #000 solid;*/
	padding: 5px 0;
	margin-bottom: 15px;
	
	color: #fff;
	background: rgb(196,0,43);
	background: linear-gradient(90deg, rgba(196,0,43,0) 0%, rgba(196,0,43,0.8491771708683473) 25%, rgba(196,0,43,1) 50%, rgba(196,0,43,0.8519782913165266) 75%, rgba(196,0,43,0) 100%);
}

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

#crewMembersBody .crewMembersNav a {
	color: #FFFFFF;
	background-color: #0032af;
}


/* Colors */
#footerWrapper {background-color: #000000;}
h1, h2, .headSpec {color: #;}
.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: #;}

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


/* Layout */
#mrpLogo a.navbar-brand img {
	width: 270px;
	height: 43px;
	top: 12px;
}

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

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

.mrpNav {
	background: #033dce;
}

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

#navTop {}

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

.navbar-toggler {
	background: transparent;
}

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

#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) #contentTop2 {display: none;}
body:not(#homeBody) #mainContent {padding-top: 30px;}



/* 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: #fff;
	letter-spacing: 3px;
	margin-bottom: 25px;
	
	padding: 5px 0;
	background: rgb(196,0,43);
	background: linear-gradient(90deg, rgba(196,0,43,0) 0%, rgba(196,0,43,0.4962359943977591) 25%, rgba(196,0,43,0.8519782913165266) 50%, rgba(196,0,43,0.5046393557422969) 75%, rgba(196,0,43,0) 100%);
}

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

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

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

.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 */
.footerAltLogo {
	width: 250px;
	height: 106px;
	margin-top: 25px;
}

.featureText .mdWrap {
	float: none;
}
