I figured this one out on my own. Here is the code in case it helps anyone else. Added it to the header.php file.
<div id="page" class="hfeed site">
<?php if ( get_header_image() ) : ?>
<div id="site-header">
<img id="Logo-Map-id" src="https://www.remnantllc.com/wp-content/uploads/2014/06/Logo.png" border="0" width="1260" height="240" orgWidth="1260" orgHeight="240" usemap="#Logo-map" alt="">
</img>
<map name="Logo-map" id="Logo-Map">
<area alt="Home" title="Home" href="https://www.remnantllc.com" shape="rect" coords="13,169,171,218" style="outline:none;" target="_self" />
<area alt="Performances" title="Performances" href="https://www.remnantllc.com/performances/" shape="rect" coords="184,171,556,225" style="outline:none;" target="_self" />
<area alt="Abojut" title="About" href="https://www.remnantllc.com/about/" shape="rect" coords="569,172,764,226" style="outline:none;" target="_self" />
<area alt="Support" title="Support" href="https://www.remnantllc.com/support/" shape="rect" coords="779,169,1008,223" style="outline:none;" target="_self" />
<area alt="Contact" title="Contact" href="https://www.remnantllc.com/contact/" shape="rect" coords="1034,173,1256,220" style="outline:none;" target="_self" />
</map>
</div>