
#fullbody {
  -webkit-animation: fade-in 1s steps(20, end) 1s both;
	        animation: fade-in 1s steps(20, end) 1s both;
}

#main {
  -webkit-animation: fade-in 1s steps(20, end) 1.4s both;
	        animation: fade-in 1s steps(20, end) 1.4s both;
}

#title {
  -webkit-animation: fade-in 1s steps(20, end) 1.6s both;
	        animation: fade-in 1s steps(20, end) 1.6s both;
}

#avi {
  -webkit-animation: fade-in 1s steps(20, end) 1.8s both;
	        animation: fade-in 1s steps(20, end) 1.8s both;
}

#div3 {
  -webkit-animation: fade-in 1s steps(20, end) 2s both;
	        animation: fade-in 1s steps(20, end) 2s both;
}

#frame1 {
  -webkit-animation: fade-in 1s steps(20, end) 2s both;
	        animation: fade-in 1s steps(20, end) 2s both;
}

#frame2 {
  -webkit-animation: fade-in 1s steps(20, end) 2s both;
	        animation: fade-in 1s steps(20, end) 2s both;
}

#div3 {
  -webkit-animation: fade-in 1s steps(20, end) 2.2s both;
	        animation: fade-in 1s steps(20, end) 2.2s both;
}

#div4 {
  -webkit-animation: fade-in 1s steps(20, end) 2.4s both;
	        animation: fade-in 1s steps(20, end) 2.4s both;
}

#div2 {
  -webkit-animation: fade-in 1s steps(20, end) 2.6s both;
	        animation: fade-in 1s steps(20, end) 2.6s both;
}

#drink {
  -webkit-animation: fade-in 1s steps(20, end) 2.7s both;
	        animation: fade-in 1s steps(20, end) 2.7s both;
}

#div8 {
  -webkit-animation: fade-in 1s steps(20, end) 2.8s both;
	        animation: fade-in 1s steps(20, end) 2.8s both;
}

#div1 {
  -webkit-animation: fade-in 1s steps(20, end) 3s both;
	        animation: fade-in 1s steps(20, end) 3s both;
}

#div5 {
  -webkit-animation: fade-in 1s steps(20, end) 3.2s both;
	        animation: fade-in 1s steps(20, end) 3.2s both;
}

#necklace {
  -webkit-animation: fade-in 1s steps(20, end) 3.3s both;
	        animation: fade-in 1s steps(20, end) 3.3s both;
}

#div10 {
  -webkit-animation: fade-in 1s steps(20, end) 3.4s both;
	        animation: fade-in 1s steps(20, end) 3.4s both;
}

#div6 {
  -webkit-animation: fade-in 1s steps(20, end) 3.6s both;
	        animation: fade-in 1s steps(20, end) 3.6s both;
}

#div7 {
  -webkit-animation: fade-in 1s steps(20, end) 3.8s both;
	        animation: fade-in 1s steps(20, end) 3.8s both;
}

#div9 {
  -webkit-animation: fade-in 1s steps(20, end) 4s both;
	        animation: fade-in 1s steps(20, end) 4s both;
}

#rings {
  -webkit-animation: fade-in 1s steps(20, end) 4.1s both;
	        animation: fade-in 1s steps(20, end) 4.1s both;
}

#back {
  -webkit-animation: fade-in 1s steps(12, end) 4.5s both;
	        animation: fade-in 1s steps(12, end) 4.5s both;
}


@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes glow {
0% {
text-shadow: 0 0 7px #CBBFA4;
}

50% {
text-shadow: none;
}

100% {
text-shadow: 0 0 7px #CBBFA4;
}
}

@-webkit-keyframes glow {
0% {
text-shadow: 0 0 7px #CBBFA4;
}

50% {
text-shadow: 0 0 0;
}

100% {
text-shadow: 0 0 7px #CBBFA4;
}
}



p{
-webkit-animation: glow 4.0s linear infinite;
-moz-animation: glow 4.0s linear infinite;
animation: glow 4.0s linear infinite;
}

a{
-webkit-animation: glow 4.0s linear infinite;
-moz-animation: glow 4.0s linear infinite;
animation: glow 4.0s linear infinite;
}

.songtitle {
-webkit-animation: glow 4.0s linear infinite;
-moz-animation: glow 4.0s linear infinite;
animation: glow 4.0s linear infinite;
}