        
header{
	text-align: 	center;
	font-size: 		1.30em;
	line-height: 	100px;
	height: 		100px;
	background: 	#333;
	color: 			#fff;
	font-family: 	'Great Vibes', cursive, Georgia, sans-serif;
	
	// set animation
	-webkit-transition: 	all 0.4s ease;
	transition: 			all 0.4s ease;
}

header.sticky {
	position: 		fixed;
	font-size: 		.5em;
	font-weight: 	700;
	line-height: 	30px;
	height: 		40px; 
	width: 			45%;
	background: 	#333; 
	color:			#fff;
	text-align: 	left;
	padding-left: 	0px;
	font-family: 	'Great Vibes', cursive, Georgia, sans-serif;
}