@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	background: url(/images/bg.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.preloader {
	margin: auto;
	text-align: center;
	display: block;
	position: fixed;
	top: 0px;
    left: 0px;
	width: 100%;
	height: 100%;
	background: white;
	padding: 60px 0px;
}

.fly img {
	margin: auto;
	text-align: center;
	margin-top: 2%;
	width: 500px;
	border-radius: 300px;
}

h1 {
	text-align: center;
	font-family: 'Lobster', cursive;
	font-size: 2.4em;
	line-height: 2.4em;
	color: white;
	text-shadow: 0px 0px 6px black;
	letter-spacing: 1px;
}

@-webkit-keyframes smooth2 {
    0% { opacity: 0;}
    100% { opacity: 1;}
}

h1 {
    -webkit-animation: smooth2 4s ease-in;
    -moz-animation: smooth2 4s ease-in;
    -o-animation: smooth2 4s ease-in;
    -ms-animation: smooth2 4s ease-in;
    animation: smooth2 4s ease-in;
}


.download-link {
	display: block;
	text-align: center;
	width: 280px;
	margin: auto;
	font-family: 'Lobster', cursive;
	font-size: 1.6em;
	line-height: 2em;
	color: #3c92d2;
	background: white;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-decoration: none;
	border-radius: 4px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
	transition: 300ms;
}

.download-link:hover {
	background: #3c92d2;
	color: #ffffff;
	transition: 300ms;
}

@-webkit-keyframes smooth3 {
    0% { opacity: 0;}
	80% { opacity: 0;}
    100% { opacity: 1;}
}

.download-link {
    -webkit-animation: smooth3 9s ease-in;
    -moz-animation: smooth3 9s ease-in;
    -o-animation: smooth3 9s ease-in;
    -ms-animation: smooth3 9s ease-in;
    animation: smooth3 9s ease-in;
}

@-webkit-keyframes smooth {
    0% { opacity: 0;}
	85% { opacity: 0;}
    100% { opacity: 1;}
}

.video-cover {
    -webkit-animation: smooth 7s ease-in;
    -moz-animation: smooth 7s ease-in;
    -o-animation: smooth 7s ease-in;
    -ms-animation: smooth 7s ease-in;
    animation: smooth 7s ease-in;
}

.video-cover {
	margin: 60px auto 60px;
	width: 800px;
	border: 4px solid white;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
	border-radius: 4px;
}

.moving {
	position: relative;
  background: url(/images/dove2.gif) no-repeat 0 0;
  backround-size:200px;
  width: 100%;
  margin: 0;
  text-align: center;
  padding-top: 0px;
  box-sizing: border-box;
  -webkit-animation: slide 32s linear infinite;
}


@-webkit-keyframes slide {
    from { background-position: -500px 400px; }
    to { background-position: 4000px -700px; }
}

.vjs-afterglow-skin .vjs-poster {
    opacity: 1 !important;
}

