/*
*
*	LOL
*	@abril-2016
*
*/
html,body { height: 100%; margin: 0px; padding: 0px; }

.page-wrapper{
	height: 100%;
}

.intro{
	background-color: #b90000;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	display:flex;
    align-items: center;
    justify-content: center;
	
}

.intro h1{
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-weight: 900;
	text-shadow: 1px 1px 2px rgba(59,56,56,0.82);
	font-size: 120px;
	text-align: center;
}