* {
	outline: none;
	box-sizing: border-box;
}
html, body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	position: relative;
}
body {
	background: black;
}
@font-face {
	font-family: "Nunito";
	src: url("./fonts/Nunito-Regular.ttf");
}
@font-face {
	font-family: "NunitoBold";
	src: url("./fonts/Nunito-Bold.ttf");
}
@font-face {
	font-family: "NunitoBlack";
	src: url("./fonts/Nunito-Black.ttf");
}
.main {
	background: url("./images/bg.gif") repeat;
	background-attachment: fixed;
	position: relative;
}
.bg_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: purple;
	opacity: 0.6;
}
.sizer {
	margin: auto;
	padding: 10%;
	padding-top: 0px;
	width: 90%;
	overflow: visible;
	position: relative;
	font-size: 0px;
}
.menu {
	position: fixed;
	width: 71%;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 20px;
	display: inline-block;
	z-index: 10;
}
.navi {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	left: 10px;
	border-radius: 100px;
	top: -3px;
	bottom: 0px;
	margin: auto;
	width: 99%;
	height: 80px;
	z-index: 1;
	display: none;
}
.navi > ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: flex;
	list-style: none;
	height: 80px;
	margin-left: 95px;
	position: relative;
	z-index: 3;
	font-size: 0px;
	overflow: visible;
	vertical-align: middle;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-evenly;
}
.navi > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0px;
	overflow: visible;
	position: relative;
}
.navi > ul > li > a {
	display: inline-block;
	font-family: "NunitoBlack";
	font-size: 28px;
	color: white;
	vertical-align: middle;
	margin: 0px 20px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.6);
	padding: 10px;
	position: relative;
	overflow: visible;
	-webkit-text-stroke: 0.5px black;
	text-stroke: 0.5px black;
}
.navi > ul > li > a:hover {
	color: white;
	background: url("./images/menu_links_bg.png") center center no-repeat;
	background-size: auto 100%;
}
.menu > button {
	height: 95px;
	width: 95px;
	border-radius: 100px;
	overflow: hidden;
	background: transparent;
	position: relative;
	left: 0px;
	display: inline-block;
	border: 0px;
	z-index: 2;
	opacity: 0.9;
}
.menu > button:hover {
	opacity: 1;
}
.menu > button > img {
	width: 110px;
	position: absolute;
	top: 0px;
	left: -11px;
	cursor: pointer;
}
.header {
	margin: 0px 5%;
	text-align: center;
	overflow: hidden;
	padding: 3% 0px;
	padding-top: 120px;
	padding-bottom: 0%;
}
.header > span {
	display: inline-block;
	font-family: "NunitoBlack";
	font-size: 80px;
	color: white;
	-webkit-text-stroke: 3px black;
	text-stroke: 3px black;
}
.logo {
	text-align: center;
	overflow: hidden;
	font-size: 0px;
}
.logo > div {
	height: 200px;
	text-align: center;
}
.logo > div > img {
	height: 100%;
}
.defaultBlock {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 12px;
	overflow: visible;
	position: relative;
	margin: 5% 0px;
}
.defaultTitle {
	display: inline-block;
	position: absolute;
	left: -40px;
	top: -30px;
	transform: rotate(-2deg);
}
.defaultTitle > span {
	font-family: "NunitoBlack";
	color: white;
	font-size: 48px;
	display: inline-block;
	-webkit-text-stroke: 2px black;
	text-stroke: 2px black;
	cursor: default;
	transition: 0.2s all;
}
.defaultBlock:hover > .defaultTitle > span {
	font-size: 52px;
	transition: 0.2s all;
}
.defaultTitle > span > i {
	font-size: 36px;
	font-style: normal;
	display: inline-block;
}
.intro > span {
	font-family: "Nunito";
	color: white;
	font-size: 24px;
	display: inline-block;
	margin: 5%;
}
.blobi > span {
	font-family: "Nunito";
	color: white;
	font-size: 24px;
	display: inline-block;
	margin: 5%;
}
.blobit {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	margin: auto;
	right: -20px;
}
.blobit_head {
	background: white;
	width: 40px;
	height: 40px;
	top: 20px;
	left: 20px;
	display: block;
	border-radius: 100px;
	border: 3px solid black;
	position: absolute;
	z-index: 4;
	box-shadow: 1px 6px 8px 0px rgba(0, 0, 0, 0.4);
}
.blobit_torso {
	background: white;
	width: 30px;
	height: 30px;
	top: 50px;
	left: 28px;
	display: block;
	border-radius: 100px;
	border: 3px solid black;
	position: absolute;
	z-index: 3;
	box-shadow: 2px 6px 6px 0px rgba(0, 0, 0, 0.3);
}
.blobit_legs {
	background: white;
	width: 20px;
	height: 20px;
	top: 70px;
	left: 40px;
	display: block;
	border-radius: 100px;
	border: 3px solid black;
	position: absolute;
	z-index: 2;
	box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.3);
}
.blobit_tail {
	background: white;
	width: 12px;
	height: 12px;
	top: 75px;
	left: 55px;
	display: block;
	border-radius: 100px;
	border: 3px solid black;
	position: absolute;
	z-index: 1;
}
.foes {
	font-size: 0px;
	overflow: visible;
	display: inline-block;
}
.foe {
	margin: 5%;
	display: flex;
	flex-wrap: nowrap;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	align-items: center;
	padding: 3%;
}
.foe > div {
	display: inline-block;
}
.foe_img {
	font-size: 0px;
}
.foe_img > img {
	width: 200px;
	height: auto;
}
.foe > div > span {
	font-family: "Nunito";
	color: white;
	font-size: 24px;
	display: inline-block;
	margin: 5%;
}
.foe > div > span > i {
	font-family: "Nunito";
	color: white;
	font-size: 24px;
	display: block;
	text-decoration: underline;
	font-style: normal;
	color: #ffffd2;
	margin-top: 20px;
}