How to animate 2 different elements on hover?

Hi all,

I’ve created a nav with 3 elements, each animating on hover. I’d like to also animate a logo when any one of the nav elements is hovered. The logo and nav are siblings of the same parent div.

Basically, it’s a slightly complex animation: hover over a nav and trigger it’s animation as well as another elements animation further away.

Is this possible in CSS3?

thanks for any ideas!