#orange- {
	font-size: 3.5em;
}

img.logo{
	transition: transform .2s
}

img.logo:hover{
	transform: scale(1.5) translateY(15px);
}
