/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
	margin: 0;
	padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
	height: 100%;
}

body {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	line-height: 1.75;
	color: #ffffff;
	background-color: #000;
}

/* =============================================================================
  CONTENT
============================================================================= */

.copyright {
	margin: 20px 0;
	font-size: 14px;
}

/* =============================================================================
  VIDEO
============================================================================= */

.fasisca-video {
	visibility: hidden;
}
