/* Hide the logo as a SVG img (because it's big and not the right color) */
img.svg{
	display: none;
}

a.standish-link svg {
	max-width: 85px;
	cursor: pointer;
	max-height: 20px;
	fill: #8a8a8a; 
	transition: all 300ms;
}
a.standish-link.dark svg {
	max-width: 85px;
	cursor: pointer;
	max-height: 20px;
	fill: #fff; 
	transition: all 300ms;
}

a.standish-link g.round-logo-standish path{

}
a.standish-link :hover g.round-logo-standish path{
	fill:#8a8a8a;
}
a.standish-link g.text-standish path, a.standish-link circle.text-standish{

}
a.standish-link :hover g.text-standish path, a.standish-link :hover circle.text-standish{
		fill:#fff;
}