#header {}

/*--------------------------------------------------------------------------------------------------*/

#header > .content-wrapper {
	text-align: center;
}
#header > .content-wrapper > .title {
	max-width: 800px;
	margin: 0 auto 30px;
	
	text-transform: uppercase;
	font-family: 'Stretch Pro';
	font-size: 40px;
}
#header > .content-wrapper > .description {
	max-width: 460px;
	margin: 0 auto;
	
	line-height: 20px;
	font-size: 14px;
	font-weight: 500;
}
@media (min-width: 900px) {
	#header > .content-wrapper { margin-bottom: 50px; }
	#header > .content-wrapper > .title { font-size: 50px; }
}
@media (max-width: 899.99px) {
	#header > .content-wrapper { margin-bottom: 30px; }
	#header > .content-wrapper > .title { font-size: 24px; }
}