@font-face {
	font-family: AmaticSC;
	src: url('../fonts/AmaticSC-Regular.ttf');
}

@font-face {
	font-family: AmaticSC;
	font-weight: bold;
	src: url('../fonts/AmaticSC-Bold.ttf');
}

iframe#helix-youtube-video {
	aspect-ratio: 16 / 9;
	width: 100% !important;
}

iframe#helix-steam {
	width: 100% !important;
	height: 205px;
}

.cookies-table {
	width: 100%;
}

.cookies-table tbody td {
	border-width: 1px;
	padding: 0.5rem;
}

.header-img {}

.padding-top-a {
	padding-top: 9rem;
}

.padding-top-b {
	padding-top: 0rem;
}

h2,
h3 {
	font-family: AmaticSC;
	font-weight: bold;
}

h1 {
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2rem;
}

.navbar h1 {
	margin: 0;
	font-size: 18px;
}

section.banner-white {
	position: relative;
	background-image: url("../images/banner-bg.jpg");
	background-position: left bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
}

section.banner {
	position: relative;
	background-image: url("../images/banner-bg_3.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: black;
	height: 100%;
	color: rgb(248, 249, 250);
	padding-bottom: 0rem;
	min-height: 940px;
}

.visible-mobile-only {
	display: none;
}

@media (max-width: 991.98px) {
	section.banner {
		background-position: center top;
		background-size: 100% auto;
		background-image: none;
		padding-top: 0rem;
		min-height: 0px;
	}

	section.banner div.banner-capsule {
		padding-top: 0rem;
	}

	.visible-mobile-only {
		display: initial;
	}

	.padding-x-0 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.margin-x-0 {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}

section.banner .banner-content {
	position: relative;
	z-index: 1;
}

div.helix-title {
	padding-top: 65px;
	background-color: black;

}

@media (max-width: 400.9px) {
	div.helix-title {
		padding-top: 100px;
	}
}

section.description {
	position: relative;
	background-position: left center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
}

@media (max-width: 991.98px) {
	section.description {
		background-size: auto 110%;
		background-position: center center;
	}
}

section#description-1 {
	background-image: url("../images/description_01.jpg");
}

section#description-2 {
	background-image: url("../images/description_02.png");
	background-color: black;
	background-position: right center;
	background-size: auto 100%;
}

@media (max-width: 991.98px) {
	section#description-2 {
		background-position: center center;
	}
}

section#description-3 {
	background-image: url("../images/description_03.jpg");
}

div.description-capsule {
	padding: 2rem;
	background-color: rgba(0, 0, 0, 0.8);
	border-radius: 25px;
}

.description-title {
	color: white;
}

.description-text {
	color: #C3C3C3;
	margin-bottom: 0rem;
}

section#video {
	background-color: #fff;
}

  .padding-x {
	padding-left: 3rem;
	padding-right: 3rem;
  }

@media (max-width: 991.9px) {
	#carousel-container {
		max-width: 100%;
	}
  
	.padding-x {
		padding-right: 0px;
		padding-left: 0px;
	}
}

/* 
To get a filter color: https://codepen.io/sosuke/pen/Pjoqqp
*/

.icon {
	color: #333;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	filter: invert(12%) sepia(19%) saturate(339%) hue-rotate(169deg) brightness(96%) contrast(94%);
}

.icon:hover {
	filter: invert(42%) sepia(9%) saturate(708%) hue-rotate(167deg) brightness(91%) contrast(83%);
}

/*
Cookies
*/
#cookie-popup {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #212529;
	color: #fff;
	text-align: center;
	padding: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	display: none;
	z-index: 100;
}

#cookie-popup p {
	margin: 0;
}

#cookie-popup button {
	margin-top: 10px;
	background-color: #16bb24;
	border: none;
	padding: 10px 20px;
	font-size: large;
	cursor: pointer;
}

#cookie-popup button.accept {
	background-color: #fff;
	color: #212529;
}

#cookie-popup button.reject {
	background-color: #6c757d;
	color: #fff;
}

#cookie-popup button:hover {
	background-color: #000;
	color: #fff;
}