@charset "UTF-8";
/* CSS Document */
/* Created by media improvement */
/* support@mediaim.com -- http://www.mediaim.com */

@font-face {
  font-family: 'avenir-light';
  src: url('fonts/avenir-lt-light.woff2') format('woff2');
}

@font-face {
  font-family: 'din-next-light';
  src: url('fonts/din-next-light.woff2') format('woff2');
}

body {
	background-color: #000;
}

#slogan {
	font-family: 'din-next-light';
	font-size: 11pt;
	letter-spacing: 0.3em;
	text-decoration: none;
	color: #fff;
}

a {
	font-family: 'avenir-light';
	font-size: 11pt;
	letter-spacing: 0.3em;
	text-decoration: none;
	color: #fff;
}

a:hover {
	font-family: 'avenir-light';
	font-size: 11pt;
	letter-spacing: 0.35em;
	text-decoration: none;
	color: #fff;
}

#main-container {
	height: 100vh;
}

#BGvideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-fit: cover;
}

#topRow {
	height: 20%;
}

#middleRow {
	height: 60%;
}

#bottomRow {
	height: 20%;
}