 /* Imported Bootstrap 5 Stylings */
/* Bootstrap Breakpoints:
	xxl: 1400
	xl: 1200
	large: 992
	medium: 768
	small: 576
	extra small: <576
*/

.container-xxl {
	--bs-gutter-x: 1.5rem;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 1400px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 1320px;
	}
}

@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.333333%;
	}

	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}

/* End Bootstrap 5 Stylings */

html, body {
	background-color: black;
	color: white;
}

/*p {
	font-family: 'Source Sans Pro';
}

h1, h2, h3, h4, h5, a, button {
	font-family: 'DM Sans';
}*/

a, a:hover {
	color: white;
}

.carousel-indicators {
	right: auto;
	bottom: 15px;
}

.carousel-indicators li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.carousel-large .carousel-item:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to left bottom, transparent, black);
}

.carousel-small .carousel-item:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(to left, transparent, black);
}

#carouselSlider .carousel-item.active, #carouselFeatured .carousel-item.active, #recentSlides .carousel-item.active, .categoryCarousel .carousel-item.active, #carouselMagazineSlider .carousel-item.active {
	display: flex;
}

.carousel-item > img {
	position: relative;
	z-index: 0;
}

.carousel-caption {
	text-align: left;
	left: auto;
	right: auto;
	z-index: 2;
}

.carousel-control-prev, .carousel-control-next {
	width: 5%;
}

/*.btn-red {
	background: #970f00;
	color: #fff;
}

.btn-red:hover {
	background: #cc1400;
	color: #fff;
}*/

.bg-grey {
	background-color: #181b1b;
}

.bg-darker {
	background-color: #0f1111;
}

@media (max-width: 767px) {
	.bg-darker {
		background-color: #0f1111;
	}
}

@media (max-width: 576px) {
	body {
		margin-top: 65.43px;
	}

	.carousel-indicators {
		display: none;
	}

	.carousel-large .carousel-inner, .carousel-small .carousel-inner {
		padding-bottom: 6rem;
	}

	.carousel-large .carousel-caption, .carousel-small .carousel-caption {
		text-align: center;
		left: 0;
		right: 0;
		bottom: -148px;
	}

	.carousel-large .carousel-caption h5, .carousel-small .carousel-caption h5 {
		margin-bottom: 1rem !important;
	}

	.carousel-large .carousel-caption p, .carousel-small .carousel-caption p {
		justify-content: center;
	}

	.carousel-large .carousel-caption .btn {
		padding: 8px 32px;
		border: 0;
		background: #970F00;
	}
}