#animated_logo {
	height: 50px;
	
	position: relative;
	overflow: hidden;
}

.al_secondary {
	font-size: 80px;
	line-height: 50px;
	
	position: absolute;
	top: -100px;
	left: 5px;
	
	color: #5A3F53;
}

.al_main {
	font-size: 30px;
	line-height: 30px;
	
	position: absolute;
	top: 10px;
	left: -500px;
	
	color: #ECECEC;
}

.al_words {
	font-size: 80px;
	
	position: absolute;
	top: 20px;
	right: 0px;
	
	color: #DEDEDE;
}