I added the new logo design to the footer location that has the logo.
<?php endif;?>
<div class="row">
<div class="small-12 medium-6 large-4 columns small-text-center">
- <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri();?>/assets/logo.gif"></a>
+ <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo get_template_directory_uri();?>/assets/Driftwood-NEW-LOGO.png"></a>
</div>
<div class="medium-6 large-3 columns show-for-medium-up">
<?php get_template_part('parts/client-info-footer');?>