*{
	line-height: 1;
	margin:0;
	outline: none;
	padding:0;
	text-decoration: none;
}
html, body{
	height:100%;
	overflow: hidden;
}
body{
	font-family: sans-serif;
	background: no-repeat 50% #333;
	background-size: cover;
	color:#fff;
	text-align: center;
}
body:after{
	content: '';
	position: absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
}
.container{
	position: absolute;
	top:calc(50% - 108px);
	left:calc(50% - 100px);
	width:200px;
	
	z-index: 100;
	text-align: center;
	border:2px solid #fff;
}
.container > a{
	display: inline-block;
}
.container small{
	font-size: 10px;
	display: block;
	color:#fff;
	letter-spacing: 5px;
	padding:8px;
	border-top:2px solid #fff;
}
.contact{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.contact a{
	color:#fff;
	display: inline-block;
	font-size: 20px;
	margin:0 10px;
}


.tk{
	/*height: 80px;*/
	width:70%;
	margin:30px 0;
	
	/*mix-blend-mode: screen;*/
}
.tk:hover{
	/*mix-blend-mode: screen;*/
}
.texture{
	background: no-repeat 50%;
	background-size: cover;
	/*background-image:url('/images/textures/halftone.jpg');*/
	mix-blend-mode: screen;
	opacity: .25;
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width:100%;
	height:100%;
}


/*.video{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.video,
video{
	mix-blend-mode: overlay;
}
*/





