body {
	background-color: #e7e5e4;
}
.os-phrases h2 {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 30px;
	font-weight: 200; 
	width: 100%;
	overflow: hidden;
	/* text-transform: uppercase; */
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	letter-spacing: 2px;
	text-align: center;
    color: #131313;
    background-color: #e7e5e4;
    letter-spacing: .15em;

}

.os-phrases h2  {
	height: 100%;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	background-color: #e7e5e4;
}

#ele1 {
	display: inline-block;
	-webkit-animation: FadeIn 5.2s linear forwards;
	-moz-animation: FadeIn 5.2s linear forwards;
	animation: FadeIn 5.2s linear forwards;
}

#ele2 {
	display: inline-block;
	-webkit-animation: FadeIn 5s linear 5s;
	-moz-animation: FadeIn 5s linear 5s;
	animation: FadeIn 5s linear 5s;
}

#ele3 {
	display: inline-block;
	-webkit-animation: FadeIn 5s linear 10s;
	-moz-animation: FadeIn 5s linear 10s;
	animation: FadeIn 5s linear 10s;
}

#ele4 {
	display: inline-block;
	-webkit-animation: FadeIn 5s linear 15s;
	-moz-animation: FadeIn 5s linear 15s;
	animation: FadeIn 5s linear 15s;
}

/* Titulo */
#ele5 {
	font-size: 40px;
	letter-spacing: .15em;
	display: inline-block;
	-webkit-animation: FadeIn 8s linear 21s;
	-moz-animation: FadeIn 8s linear 21s;
	animation: FadeIn 8s linear 21s;
}

#ele6 {
	font-size: 22px;
	display: inline-block;
	-webkit-animation: FadeIn 5s linear 29s;
	-moz-animation: FadeIn 5s linear 29s;
	animation: FadeIn 5s linear 29s;
}

#ele7 {
	display: inline-block;
	-webkit-animation: FadeIn 5s linear 34s;
	-moz-animation: FadeIn 5s linear 34s;
	animation: FadeIn 5s linear 34s;
}

#ele8 {
	font-size: 25px;
	display: inline-block;
	letter-spacing: 10px;
	-webkit-animation: FadeIn 5s linear 39s forwards;
	-moz-animation: FadeIn 5s linear 39s forwards;
	animation: FadeIn 5s linear 39s forwards;
}

@-webkit-keyframes FadeIn { 
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.9;
	}
	80% {
		opacity: 1;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6;
	}
	100% {
		opacity: 0;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6, 
      -9px 18px 1px #b2b1b0, 
      -10px 20px 1px #bcbbba;
	}
}

@-moz-keyframes FadeIn { 
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.9;
	}
	80% {
		opacity: 1;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6;
	}
	100% {
		opacity: 0;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6, 
      -9px 18px 1px #b2b1b0, 
      -10px 20px 1px #bcbbba;
	}
}

@keyframes FadeIn { 
	0% {
		opacity: 0;
	}
	40% {
		opacity: 0.9;
	}
	80% {
		opacity: 1;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6;
	}
	100% {
		opacity: 0;
		text-shadow: 
      1px -1px 0 #767676, 
      -1px 2px 1px #737272, 
      -2px 4px 1px #767474, 
      -3px 6px 1px #7b7a7a, 
      -4px 8px 1px #828181, 
      -5px 10px 1px #8b8a89, 
      -6px 12px 1px #949392, 
      -7px 14px 1px #9e9c9c, 
      -8px 16px 1px #a8a6a6, 
      -9px 18px 1px #b2b1b0, 
      -10px 20px 1px #bcbbba;
	}
}
