/* style general */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2d2f5f+40,f5f5f5+40 */
	background: #f5f5f5; /* Old browsers */
}

.bebas {
	font-family: 'Bebas Neue', cursive;
}
.mt-negative {
	margin-top: -200px;
	position: relative;
	z-index: 9999;
}
.disabled {
	cursor: not-allowed !important;
	pointer-events: auto !important;
}
section {
	position: relative;
}
p {
	font-size: 1.1rem;
}

footer p {
	font-size: 0.9rem;
}

.bg-blue {
	background-color: #2d2f5f;
}
.btn-orange {
	background-color: rgba(255, 102, 0, 1);
}
.btn-orange:hover {
	background-color: rgba(255, 102, 0, 0.8);
}
.text-yellow {
	color: yellow;
}
.bg-gradient {
	background: #ffffff;
	background: -moz-linear-gradient(
		top,
		#ffffff 31%,
		#ebebeb 100%
	); /* FF3.6-15 */
	background: -webkit-linear-gradient(
		top,
		#ffffff 31%,
		#ebebeb 100%
	); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to bottom,
		#ffffff 31%,
		#ebebeb 100%
	); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.box-white {
	background-color: #fff;
	border-radius: 20px;
	border: 2px solid #ccc;
	margin-top: -40px;
}

.position-sponsorby {
	position: relative;
}
.sponsorby {
	position: static;
	left: 0;
	top: 0px;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.sponsorby img {
	max-width: 110px;
	height: auto;
}

@media (min-width: 992px) {
	.position-sponsorby {
		position: relative;
	}
	.sponsorby {
		position: absolute;
		left: -20px;
		top: 20px;
		right: auto;
		margin: 0;
		text-align: center;
	}
	.sponsorby img {
		max-width: 110px;
		height: auto;
	}
}

.fullscreen-video-background {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fullscreen-video-height-auto {
	width: 100%;
	height: auto;
}
.fullscreen-video-background::before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	z-index: 1;
}
.fullscreen-video-overlay,
.fullscreen-video-overlay::before {
	background-color: rgba(18, 8, 57, 0.7);
}

.fullscreen-video-background video {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.fullscreen-video-background .container {
	position: relative;
	z-index: 2;
}
