@keyframes fadeIn {
	0% {opacity: 0;}
	30% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes headerBar {
	0% {max-height: 0;}
	40% {max-height: 0;}
	80% {max-height: 128px;}
}
