I got mine to work. I’ve no idea if it’s a good solution but it works.
Change the first line from
<div id=”header” role=”banner”>
to
<div id=”header” role=”banner” onclick=”location.href='<?php echo get_option(‘home’); ?>/’;” style=”cursor: pointer;”>
Hope this helps!