/* CSS Document */
#video-background {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: -1000;
}
.overlay-content {
	position: absolute;
	top: 30%;
	bottom: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.video-banner {
	margin-top: 98px;
	background-color: black;
	position: relative;
	overflow: hidden;
}
.text-slider {
	font-size: 5vw!important;
}
.intro-title {
	font-size: 9vw!important;
}
.title-font {
	font-family: cresta, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.page-font {
	font-family: azo-sans-web, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.page-font {
	font-family: azo-sans-web, sans-serif;
/*	font-weight: 300;*/
	font-style: normal;
}

.body-dark {
	background-color: rgba(7,7,7,1.00);
}

.progress-red {
	background-color: red;
}
.page-bold {
	font-weight: 600;
}

.imdb-image {
	background-image: url("../img/imdb_logo.png");
}

.imdb-link {
	max-height: 70px;
}

.title-dark {
	color: rgb(20,20,20);
}

.work-box-dark {
	background-color: rgb(15,15,15)!important;
border: 1px rgb(64,64,64) solid;
}

.link-light {
	color: rgb(200,200,200);
}

.box-dark {
	background-color: rgba(10,10,10,0.7);
}

.vsets-image {
	width: calc(80vw);	
}

.vsets-text {
	color: white; 
	text-shadow: 2px 2px black;
}