Since you added the logo as a background image rather than as img you need to add a link tag around the branding div
<a href="<?php bloginfo('url');?>">
<div id="branding">
rest of the code
</div>
</a>
Since you added the logo as a background image rather than as img you need to add a link tag around the branding div
<a href="<?php bloginfo('url');?>">
<div id="branding">
rest of the code
</div>
</a>