/* Style the video: 100% width and height to cover the entire window */

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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,html {
  position: relative;
}



/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

p {
  color: #FFF;
  font-weight: bold;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 375px;
  height: 667px;
  z-index: -1000;
}

video {
    width: 375px;
    height: 667px;
}

.ios .page {
  background: transparent;
}

.ios .navbar {
  background: transparent;
  height: 56px;
  color: #FFF;
}

.ios .navbar:after{
  background: transparent;
}

.ios .statusbar:after{
  background: transparent;
}

.ios .toolbar:before {
  background: transparent;
}

.ios .toolbar {
  height: 56px;
  color: #FFF;
  background: transparent;
}

.ios .toolbar a:link {
  color: #FFF;
}

html.device-iphone-x .video-container {
  position: fixed;
  top: 0;
  left: -19px;
  width: 413px;
  height: 734px;
  z-index: -1000;
}

html.device-iphone-x .video-container video {
    width: 413px;
    height: 734px;
}

.btn-primary {
  color: #FFF !important;
}

.home a {
  display: block;
  background: blue;
  color: #FFF;
  font-weight: bold;
  width: 94%
  height: 50px;
}
