html, body {
	background-color: #161616;
	margin: 0;
	color: white;
	font-size: 16px;
	line-height: 24px;
	overflow-x: hidden;
}

* {
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Inter !important;
}

#navbar {
	position: absolute;
	width: 100vw;
	top: 0;
	background-color: transparent;
	z-index: 99;
}

.container {
	width: 100%;
	max-width: 1296px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-perspective: 500px;
	perspective: 500px;
}

.div-block {
	align-self: auto;
	align-items: center;
}

.navbar {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: transparent;
	height: 80px;
}

.navbar-black {
	background-color: #161616 !important;
	position: fixed !important;
}

.navbar-brand {
	margin-right: 24px;
	position: relative;
	float: left;
	text-decoration: none;
	font-size: 125%;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.navbar-brand-logo {
	width: 30px;
	height: 30px;
}

.navbar-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 3px;
	padding-bottom: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	float: right;
}

.nav-link {
	margin-right: 12px;
	margin-left: 12px;
	padding: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	color: #fff;
	position: relative;
	display: inline-block;
	text-decoration: none;
	text-align: left;
}

img {
    border: 0;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}

.k-element {
	justify-content: center;
	align-items: center;
	display: flex;
	min-height: 815px;
	width: 100%;
}

.k-element-inherit {
	display: inherit;
	margin-top: 300px;
	
}

#skywars-background {
	background: linear-gradient(rgb(22, 22, 22, 1) 0%, rgba(4, 4, 4, 0.38), rgb(22, 22, 22, 1)), url("/assets/skywars.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	max-height: 1500px;
	height: 100vh !important;
}

#element-strobe-background {
	background: linear-gradient(rgba(0, 0, 0, 0), rgb(22, 22, 22, 1)), url("/assets/main-banner.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	max-height: 1500px;
	height: 100vh !important;
}

.blur {
  background: rgba(255, 255, 255, 0.2); // Make sure this color has an opacity of less than 1
  backdrop-filter: blur(8px); // This be the blur
  height: 100vh;
	width: 50%;
}

#element-strobe-background video {
	z-index: 1;
	height: 1000px;
	width: 100%;
	justify-content: center;
	background: linear-gradient(rgba(0, 0, 0, 0), rgb(22, 22, 22, 0.9));
}


.header {
	z-index: 2;
	font-size: 350%;
	line-height: 58px;
}


#footer {
	text-align: center;
	height: 100px;
	margin-top: 50px;
	color: gray;
	width: 100%;
	background: linear-gradient(transparent 3%, #1a1a1a);
}

a {
	text-decoration: none;
	color: white !important;
}


.center {
	margin-left: auto;
	margin-right: auto;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 100% 0; }
    100% { background-position: 0 0; }
}

.header-shatter-gold {
	background: linear-gradient(45deg, #b99300 19%, #c4a919 79%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	#filter: saturate(200%);
	#background: linear-gradient(45deg, #ffef00 19%, #009975 79%);
}

.header-shatter {
	background: linear-gradient(45deg, #316AA4 33%, #6902ff 50%, #CE6CC9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
}

.button-disabled {
	
	
}

.button-disabled:hover {
	cursor: normal;
	border-color: inherit;
}

.button-outline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid hsla(0,0%,100%,.1);
	border-radius: 6px;
	background-color: transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 600;
}

.button-outline:hover {
	border-color: hsla(0,0%,100%,.5);
}

.button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 48px;
	padding-right: 24px;
	padding-left: 24px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	box-shadow: inset 0 0 20px 20px transparent;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 600;
}

@media (max-width: 600px) {
	.nav-menu-left {	
		display: none;
	}
	
	.header {
		font-size: 250%;
		line-height: 50px;
	}
}


@media only screen and (max-width: 1000px) {
	.partner-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 1300px) {
	.ink-vid {
		width: 600px;
	}
}

@media only screen and (max-width: 600px) {
	.ink-vid {
		display: none;
	}
	
	.accurracy {
		text-align: center;
	}
	
	.k-element {
		min-height: 600px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.green-box {
		display: none;
	}
}