@charset "UTF-8";
/* CSS Document */

/* logo styles */


svg#logo {
	max-width: 600px;
	margin: 20px;
}

#leaf {
	transition: transform 4s ease-out;
	transform-origin: 69px 79px;
}
#logo:hover #leaf {
		transform: rotateY(180deg);
}

