
h1 {
	font-family:brandon-grotesque,sans-serif;
	font-size:1em;
	color:#fff;
	font-weight:100;
	line-height:1;
	margin: 75px 0 0 40%;
	width: 60%;
	letter-spacing:0.5em;
	text-align:center;
	text-transform:uppercase;
}

h1 span {
	display:inline-block;
	visibility:hidden;
	-webkit-animation-name:appear;
	-webkit-animation-iteration-count:1;
	-webkit-animation-duration:1ms;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-name:appear;
	animation-iteration-count:1;
	animation-duration:1ms;
	animation-direction: alternate;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

h1 span:nth-child(1) {-webkit-animation-delay:1500ms; animation-delay:1500ms;}
h1 span:nth-child(2) {-webkit-animation-delay:1600ms; animation-delay:1600ms;}
h1 span:nth-child(3) {-webkit-animation-delay:1800ms; animation-delay:1800ms;}
h1 span:nth-child(4) {-webkit-animation-delay:1900ms; animation-delay:1900ms;}
h1 span:nth-child(5) {-webkit-animation-delay:2100ms; animation-delay:2100ms;}
h1 span:nth-child(6) {-webkit-animation-delay:2800ms; animation-delay:2800ms;}
h1 span:nth-child(7) {-webkit-animation-delay:3050ms; animation-delay:3050ms;}
h1 span:nth-child(8) {-webkit-animation-delay:3100ms; animation-delay:3100ms;}
h1 span:nth-child(9) {-webkit-animation-delay:3400ms; animation-delay:3400ms;}
h1 span:nth-child(10) {-webkit-animation-delay:3900ms; animation-delay:3900ms;}
h1 span:nth-child(11) {-webkit-animation-delay:4200ms; animation-delay:4200ms;}
h1 span:nth-child(12) {-webkit-animation-delay:4300ms; animation-delay:4300ms;}
h1 span:nth-child(13) {-webkit-animation-delay:4400ms; animation-delay:4400ms;}

h1 span:nth-child(5), h1 span:nth-child(6) {
	font-family:lust-script;
	font-size:8em;
	letter-spacing: -0.04em;
	display:block;
	text-transform:capitalize;
}

h1 span:nth-child(5) {
	margin-top:40px;
}

h1 span:nth-child(6) {
	margin-bottom:15px;
}

@-webkit-keyframes appear {
	0% {visibility:hidden}
	100% {visibility:visible}
}

@keyframes appear {
	0% {visibility:hidden}
	100% {visibility:visible}
}




