@font-face {
	font-family: Typewond_bold;
	src: url("../font/typewcond_bold.otf") format("opentype");
}


@font-face {
	font-family: Typewond_demi;
	src: url("../font/typewcond_demi.otf") format("opentype");
}

@font-face {
	font-family: Typewond_regular;
	src: url("../font/typewcond_regular.otf.otf") format("opentype");
}




input, video {vertical-align: top;}

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	outline:none;
	
	text-decoration: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
}

body {
	background-color: #DBDBDB;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow:hidden;
}

.BackToMenu{
	position: absolute;
    right: 30px;
    top: 20px;
    height: 64px;
    width: 120px;
    font-family: Typewond_demi;
    font-size: 36px;
    line-height: 57px;
    color: white;
	text-align: center;
	text-shadow: 3px 3px 4px rgb(30,30,30);
	background-image:url('../images/backButton.png');
}

.videoPreview{
	position: absolute;
	left:0px;
	top:0px;
	width:10px;
	height: 10px;
	background-size:contain;
	background-color:transparent;
}


.noContent{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: auto;
	background: black; /* Just to visualize the extent */
	visibility: hidden;
	pointer-events: none;
	text-align:center;
	font-size:20px;
    font-size: 36px;
	color:white;
	font-family: Typewond_demi;
	padding-top:100px;
	z-index:20;
}


@media screen and (max-width: 1023px)  {

	.noContent{
		visibility: visible;
	}

}




@media screen and (min-width:3001px)  {

	.BackToMenu{
		position: absolute;
		right: 60px;
		top: 40px;
		height: 128px;
		width: 240px;
		font-family: Typewond_demi;
		font-size: 72px;
		line-height: 114px;
		color: white;
		text-align: center;
		text-shadow: 6px 6px 8px rgb(30,30,30);
		background-image:url('../images/backButton_XL.png');
		background-size:fixed;
	}

}

