html {
	background: black;
}

body {
	margin: 0;
	color: white;
	font-family: Ebrima, "Oswald", sans-serif;
}

.header {
	width: 100%;
	height: 15%;
	background: rgb(58 58 58 / 50%);
	background-image: url("../images/stripes.png");
}

.header .logo {
	height: 90%;
	padding: 10px;
}

.body {
	width: 100%;
	min-height: 80%;
	background: rgb(23 23 23 / 50%);
}

.footer {
	width: 100%;
	height: 50px;
	background: rgb(58 58 58 / 50%);
	background-image: url("../images/stripes.png");
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
}

#game {
	padding-top: 50px;
}

#game .base {
	height: 500px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 80px;
	border-radius: 5px;
	border: none;
	display: inline-block;
	margin-bottom: 30px;
}

#home {
	margin-left: 80px;
}

#home h1 {
	border-top: solid rgb(245 103 103 / 20%) 2px;
	border-bottom: solid rgb(245 103 103 / 20%) 2px;
	background-color: rgb(245 103 103 / 20%);
	text-align: center;
	text-transform: uppercase;
	margin-right: 80px;
}

.game_logo {
	height: 200px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 350px;
	position: relative;
	top: -50px;
}

.game_info {
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 350px;
	position: relative;
	top: -50px;
	width: 60%;
	font-size: larger;
}

#menu {
	padding-left: 30px;
	background: rgb(245 103 103 / 20%);
}

#menu .button {
	border-radius: 2px;
	border: none;
	padding: 1px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
	color: #eaf5ff !important;
	background: rgb(0 0 0 / 20%);
	padding: 0 20px;
	font-size: 20px;
	line-height: 35px;
	text-transform: uppercase;
}

#menu .button:hover {
	color: #82c5ff !important;
	background: rgb(88 201 255 / 20%);
}

.visit {
	border-radius: 2px;
	border: none;
	padding: 1px;
	display: inline-block;
	cursor: pointer;
	text-decoration: none !important;
	color: #f56767 !important;
	background: rgb(245 103 103 / 20%);
	padding: 0 15px;
	font-size: 15px;
	line-height: 30px;
	text-transform: uppercase;
}

.visit:hover {
	color: #ff0000 !important;
	background: rgb(216 39 39 / 20%);
}

header .title_sub {
	font-size: 30px;
	margin-top: 35px;
	margin-left: 12%;
	text-transform: uppercase;
}

header .title {
	font-size: 50px;
	margin-bottom: 25px;
	margin-top: 35px;
	text-transform: uppercase;
	padding-left: 15%;
	z-index: 5;
}

header .info {
	padding-left: 10%;
	padding-right: 10%;
	font-size: 20px;
	margin-left: 20px;
	margin-bottom: 80px;
	z-index: 6;
}

header .bigtext {
	font-size: 20px;
	z-index: 6;
}

header .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: blur(5px);
	z-index: -1;
	top: 0;
}

section {
	padding-top: 14px;
	padding-bottom: 80px;
	position: relative;
	background-position: 0px 0px;
}

#who {
	background: url("../images/bgs/bg_who.jpg");
	background-position: 0px 55px;
	background-repeat: no-repeat;
}

#featured {
	background-position: 0px 55px;
	background-repeat: no-repeat;
}

#what {
	background: url("../images/bgs/bg_what.jpg");
	background-position: 0px 55px;
	background-repeat: no-repeat;
}