header {
	position: relative;
}

header .title {
	display: block;
	font-size: 3em;
	font-family: 'Fondamento', cursive;
	color: #fff;
	
	position: absolute;
	z-index: 5;
	bottom: -0.2em;
	left: 0;
	
	width: 100%;
}

header .title .central {
	line-height: 1em;
}

@media all and (min-width: 33em)
{
	header .title {
		font-size: 5em;
	}
}