<?php //get_template_part('parts/slide-show');?>
<div id="video">
<video id="front-page-video" playsinline autoplay loop muted>
- <source src="<?php bloginfo('template_url'); ?>/assets/videos/gaylord_winter2018.m4v" type="video/mp4">
+ <source src="<?php bloginfo('template_url'); ?>/assets/videos/summer.mp4" type="video/mp4">
</video>
<div id="video-controls">
<span id="pause-video">PAUSE</span>
<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() ; ?>/favicon.ico">
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.42">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.46">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- <link href='http://fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>-->
<?php wp_head(); ?>