html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #000;
	color: #fff;
}

body {
	margin: 0;
	padding: 0;
	width: auto;
	overflow: hidden;
	font-size: 200px;
	font-family: 'Muli', sans-serif;
}

#switch {
	display: none;
}

#content {
	top: 49%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

i {
	width: 100%;
	font-size: 2em;
	display: none;
}

._title {
	width: 100%;
	font-size: .35em;
	font-weight: bold;
	display: none;
}

._slogan {
	width: 100%;
	font-size: .2em;
	display: none;
}
