
/* im-fell-double-pica-sc-regular - latin */
@font-face {
  font-family: 'IM Fell Double Pica SC';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/im-fell-double-pica-sc-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/im-fell-double-pica-sc-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/im-fell-double-pica-sc-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/im-fell-double-pica-sc-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/im-fell-double-pica-sc-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/im-fell-double-pica-sc-v21-latin-regular.svg#IMFellDoublePicaSC') format('svg'); /* Legacy iOS */
}


html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #00001a;
	font-family: 'IM Fell Double Pica SC', 'Cormorant Infant', serif;
	font-size: 16px;
	background-size: cover;
	background-position: 50% 0;
	height: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	overflow: hidden;
	position:relative;
}

header{
	height:5%;
}
section{
	display: block;
	position: relative;
	width:100%;
	height:90%;
	display: table;
	z-index:3;
	cursor: pointer;
}
footer{
	height:5%;
}


.opcoes{
	position: relative;
	float: right;
	margin: 0 1% 0 0;
	color:red;
	z-index: 10;
}
.opcoes a{
	padding: 15px;
	outline: none;
	color:#777;
}
.opcoes a:hover{
	color:#EEE;
	text-decoration: none;
	cursor: pointer;
}
#debug{
	color: transparent;
	float: left;
	margin: 0;
	padding: 15px;
}

#texto{
	display: table-cell;
	font-size: 56px;
	position:relative;
	text-align: center;
	cursor: pointer;
	color: #FFF;
	height: 100%;
	margin: 0;
	padding: 0 5%;
	vertical-align: middle;
	transition: visibility 4s ease-in-out;
	z-index:10;
}
#texto:hover{
	color:#DDD;
}

a {
	color:#888;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

section {
  touch-action: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
	 -moz-user-select: none; /* Old versions of Firefox */
	  -ms-user-select: none; /* Internet Explorer/Edge */
		  user-select: none; /* Non-prefixed version, currently
								supported by Chrome, Edge, Opera and Firefox */
}

  
#video{
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height: 100%;
	filter: brightness(0.7) blur(2px);
	opacity:0;
	transition: opacity 10s ease-in-out;
	width:100vw;
	height:100vh;
	object-fit:cover;
	z-index:-1;
	position:absolute;
    margin:0;

}


