/*video {
	object-fit: cover;
	height: 100%;
	width: 100%;

	position: absolute;
	top: 0;
	left: 0;
}
.video-wrapper {
	position: absolute;

	width: 100%;
	height: 100%;

	overflow: hidden;

	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}*/
.video-wrapper {
	position: absolute;
}
.navbar-item {
	font-family: 'kalam-regular';
	font-size: 2em;
}
.header{
	/*position: relative;*/
	position: fixed;
    padding: 2em;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
	color: white;
	text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
	font-family: 'kalam-regular';
	font-size: 2em;
	background-color: #002640;
	border-radius: 10px;
	border:1px solid gray;
	margin-right: 50px;
}
#vtmback {
	background-image: url("img/vtmback.jpg");
	color: white;
}
#vtmback:hover {
	opacity: 0.8;
}
body {
	overflow: hidden;
}
article {
    text-align: center;
}
a {
	display: contents;
}
a.liens:link {
  color: aqua;
}

a.liens:visited {
  color: DeepSkyBlue;
}

a.liens:hover {
  color: LightGray;
}

a.liens:active {
  color: white;
}
@font-face {
	font-family: 'kalam-regular';
	src: url('kalam-regular-webfont.woff2') format('woff2'),
	url('kalam-regular-webfont.woff') format('woff'),
	url('kalam-regular.ttf') format('truetype');
}
.box:hover {
    transform: scale(1.02);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    transition: all 0.2s ease-in-out;
}
