The Great Outdoors logo has been removed from the area above the footer.
With a text-center class in place, I don't need to do any restyle.
<ul>
<li><a href="http://www.beachtowns.org" target="_blank"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/beachtowns-logo.png"></a></li>
<li><a href="http://www.michigan.org/hot-spots/silver-lake-sand-dunes/" target="_blank"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/pure-michigan-logo.png"></a></li>
- <li><a href="http://www.michigansgreatoutdoors.org/" target="_blank"><img src="<?php echo esc_url( get_template_directory_uri() );?>/assets/michigans-great-outdoors.png"></a></li>
</ul>
</div>
</div>
- </div>
+ </div><!--End of #content-wrapper-->
</main><!--End of main-->
<footer class="main">
<?php if (is_active_sidebar('sidebar-f')) :?>