@charset "UTF-8";

@keyframes fade-in-float-up {
	0%		{opacity: 0; top: 0.5em;}
	60%		{top: -0.2em;}
	100%	{opacity: 1; top: 0em;}
}

@-moz-keyframes fade-in-float-up {
	0%		{opacity: 0; top: 0.5em;}
	60%		{top: -0.2em;}
	100%	{opacity: 1; top: 0em;}
}

@-o-keyframes fade-in-float-up {
	0%		{opacity: 0; top: 0.5em;}
	60%		{top: -0.2em;}
	100%	{opacity: 1; top: 0em;}
}

@-webkit-keyframes fade-in-float-up {
	0%		{opacity: 0; top: 0.5em;}
	60%		{top: -0.2em;}
	100%	{opacity: 1; top: 0em;}
}
h1,h2,nav ul li {
	position: relative;
	animation-name: fade-in-float-up;
		-moz-animation-name: fade-in-float-up;
		-o-animation-name: fade-in-float-up;
		-webkit-animation-name: fade-in-float-up;
	animation-duration: 0.5s;
		-moz-animation-duration: 0.5s;
		-o-animation-duration: 0.5s;
		-webkit-animation-duration: 0.5s;
	animation-fill-mode: backwards;
		-moz-animation-fill-mode: backwards;
		-o-animation-fill-mode: backwards;
		-webkit-animation-fill-mode: backwards;
}
h1 {
	animation-delay: 0.05s;
		-moz-animation-delay: 0.05s;
		-o-animation-delay: 0.05s;
		-webkit-animation-delay: 0.05s;
}
h2 {
	animation-delay: 0.1s;
		-moz-animation-delay: 0.1s;
		-o-animation-delay: 0.1s;
		-webkit-animation-delay: 0.1s;
}
nav ul li:nth-child(1){
	animation-delay: 0.15s;
		-moz-animation-delay: 0.15s;
		-o-animation-delay: 0.15s;
		-webkit-animation-delay: 0.15s;
}
nav ul li:nth-child(2){
	animation-delay: 0.2s;
		-moz-animation-delay: 0.2s;
		-o-animation-delay: 0.2s;
		-webkit-animation-delay: 0.2s;
}
nav ul li:nth-child(3){
	animation-delay: 0.25s;
		-moz-animation-delay: 0.25s;
		-o-animation-delay: 0.25s;
		-webkit-animation-delay: 0.25s;
}
nav ul li:nth-child(4){
	animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
}
nav ul li:nth-child(5){
	animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
}
nav ul li:nth-child(6){
	animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
		-o-animation-delay: 0.4s;
		-webkit-animation-delay: 0.4s;
}
nav ul li:nth-child(7){
	animation-delay: 0.45s;
		-moz-animation-delay: 0.45s;
		-o-animation-delay: 0.45s;
		-webkit-animation-delay: 0.45s;
}
nav ul li:nth-child(8){
	animation-delay: 0.5s;
		-moz-animation-delay: 0.5s;
		-o-animation-delay: 0.5s;
		-webkit-animation-delay: 0.5s;
}
nav ul li:nth-child(9){
	animation-delay: 0.55s;
		-moz-animation-delay: 0.55s;
		-o-animation-delay: 0.55s;
		-webkit-animation-delay: 0.55s;
}
nav ul li:nth-child(10){
	animation-delay: 0.6s;
		-moz-animation-delay: 0.6s;
		-o-animation-delay: 0.6s;
		-webkit-animation-delay: 0.6s;
}
nav ul li:nth-child(11){
	animation-delay: 0.65s;
		-moz-animation-delay: 0.65s;
		-o-animation-delay: 0.65s;
		-webkit-animation-delay: 0.65s;
}
nav ul li:nth-child(12){
	animation-delay: 0.7s;
		-moz-animation-delay: 0.7s;
		-o-animation-delay: 0.7s;
		-webkit-animation-delay: 0.7s;
}
nav ul li:nth-child(13){
	animation-delay: 0.75s;
		-moz-animation-delay: 0.75s;
		-o-animation-delay: 0.75s;
		-webkit-animation-delay: 0.75s;
}
nav ul li:nth-child(14){
	animation-delay: 0.8s;
		-moz-animation-delay: 0.8s;
		-o-animation-delay: 0.8s;
		-webkit-animation-delay: 0.8s;
}
nav ul li:nth-child(15){
	animation-delay: 0.85s;
		-moz-animation-delay: 0.85s;
		-o-animation-delay: 0.85s;
		-webkit-animation-delay: 0.85s;
}
nav ul li:nth-child(16){
	animation-delay: 0.9s;
		-moz-animation-delay: 0.9s;
		-o-animation-delay: 0.9s;
		-webkit-animation-delay: 0.9s;
}
nav ul li:nth-child(17){
	animation-delay: 0.95s;
		-moz-animation-delay: 0.95s;
		-o-animation-delay: 0.95s;
		-webkit-animation-delay: 0.95s;
}
nav ul li:nth-child(18){
	animation-delay: 1s;
		-moz-animation-delay: 1s;
		-o-animation-delay: 1s;
		-webkit-animation-delay: 1s;
}
nav ul li:nth-child(19){
	animation-delay: 1.05s;
		-moz-animation-delay: 1.05s;
		-o-animation-delay: 1.05s;
		-webkit-animation-delay: 1.05s;
}
nav ul li:nth-child(20){
	animation-delay: 1.1s;
		-moz-animation-delay: 1.1s;
		-o-animation-delay: 1.1s;
		-webkit-animation-delay: 1.1s;
}
nav ul li:nth-child(21){
	animation-delay: 1.15s;
		-moz-animation-delay: 1.15s;
		-o-animation-delay: 1.15s;
		-webkit-animation-delay: 1.15s;
}