
@font-face {
	font-family: 'MainFont';
	src: url("./fonts/sans_r.ttf");
}

body {
	background-color: #fff;
	overflow: hidden;
	overflow-y: scroll;
	padding: 0px;
	margin: 0px;
	font-family: 'Secular One', sans-serif;
}
b {
	color: #454545 !important;
}
a {
	cursor: pointer;
	color: #00a6ff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#bodyHolder {
	overflow: hidden;
	padding: 30px;
}
.subBodHolder {
	width: 100%;
	min-height: 200px;
	padding-top: 40px;
	background: #ececec;
	text-align: center;
}

.fillerImage {
	position: relative;
	width: 100%;
	height: 350px;
	background-image: linear-gradient(#66666687, rgba(0,0,0,0.7)),
		url(https://assets.krunker.io/img/menu-bg/6.png);
	background-size: cover;
	background-position-x: center;
	background-position-y: 30%;
	background-attachment: fixed;
}
.fillerHeader {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	user-select: none;
	text-shadow: 0 0 40px black;
}
.fillerTitle {
	font-size: 60px;
	color: #fff;
	margin-top: -20px;
	margin-bottom: 5px;
	font-weight: 700;
}
.fillerSub {
	display: inline-block;
	font-size: 20px;
	max-width: 60%;
	color: rgba(255, 255, 255, 0.8);
}

.fillerButtonH {
	margin: 30px auto 0px;
	text-align: center;
}
.fillerButton {
	user-select: none;
	color: #fff;
	cursor: pointer;
	background-color: #222;
	width: fit-content;
	padding: 4px 12px;
	border-radius: 6px;
	border: 3px solid;
	font-size: 17px;
	transition: transform .1s ease;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
.fillerButton:hover {
	color: #222;
	background-color: #fff;
	transform: scale(0.95);
}
.fillerButton:active {
	color: #222;
	background-color: #fff;
	transform: scale(0.88);
}

.subBodInfoH {
	display: inline-block;
	padding: 40px;
	padding-top: 0px;
	padding-right: 0px;
	text-align: center;
}
.subBodVid {
	display: inline-block;
	width: 200px;
	height: 300px;
	background: #c7c7c7;
	vertical-align: top;
	background-size: cover;
	background-position: center;
	border-radius: 7px;
}
.subBodTexts {
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	padding: 20px;
	width: 290px;
	vertical-align: top;
}
.subBodTextH {
	font-size: 40px;
	font-weight: 700;
}
.subBodTextS {
	font-size: 18px;
	color: #818181;
}

.subBodPlBtn {
	cursor: pointer;
	height: 40px;
	width: 100%;
	background: #15e865;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border-radius: 7px;
	margin-top: 20px;
	transition: transform .1s ease;
}
.subBodPlBtn:hover {
	transform: scale(0.95);
}
.subBodPlBtn:active {
	transform: scale(0.88);
}

.endBanner {
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #282828;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
