<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.44">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.45">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700" rel="stylesheet">
<?php wp_head(); ?>
<script>
<div id="logo-tag" class="small-12 small-text-center medium-text-left medium-12 columns">
<?php get_template_part('parts/client-info-header');?>
<a id="logo" href="<?php bloginfo('url');?>"><img alt="Star Line Ferry" src="<?php echo esc_url( get_template_directory_uri() ); ?>/assets/Star-Line-starfish-logo.png"></a>
- <span id="logo-slogan"><h3>"High Tails It"</h3> <h3>to Mackinac Island</h3></span>
+ <span id="logo-slogan"><h3>Where Your Island Adventure Begins</span>
</div>
</div>
<?php get_template_part('parts/top-bar');?>