@charset "utf-8";
/* CSS Document */


#bgndVideo{
	position:relative;
	z-index:0;
	width: 100%;
	height: 100vh;
	/* margin-bottom:110px; */
}

#text{
	width:100%;
	height:100%;
	position:absolute;
	text-align:center;
	z-index:99;
	top:0;
	left:0;
	/*background:rgba(0,0,0,.5);*/
	background:url(../img/bg_dott.png) rgba(0,0,0,.5);
	color:#fff;
}

#text div{
	width:80%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family:;
	font-weight:100;
}

/* #text h2{
	font-size:40px;
	letter-spacing:10px;
	font-weight:100;
}

#text h3{
	font-size:100px;
	margin:5px 0 30px;
	font-weight:100;
}


#text h4{
	width:80%;
	max-width:250px;
	margin:auto;
	border:1px solid #fff;
	font-size:15px;
	font-weight:100;
}

#text h4 a{
	padding:15px 0;
	display:block;
	color:#fff;
}

#text h4 a:hover{
	text-decoration:none;
	background:rgba(252,252,252,.1);
} */



