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

/* logo styles */

svg#logo {
	max-width: 600px;
	margin: 20px;
}
#inner-leaf {
	transition: stroke-width .3s ease-out;
}
#logo:hover #inner-leaf {
	stroke-width: 6;
	stroke: #3bff44;
}
