@font-face {
    font-family: 'amatic_scbold';
    src: url('../font/amaticsc-bold-webfont.woff2') format('woff2'),
         url('../font/amaticsc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
	scroll-behavior: smooth;
}

body {
  background-color: #030103;
  margin: 0;
  padding: 0
  width: 100%;
  height: 100%;
}

#logo {
  display: none;
  width: 200px;
  position: fixed;
  top: 40px;
  left:40px;
}

#bgvideo {
  position: fixed;
  width: 101%;
  height: 101%;
  opacity: 0.6;
  z-index: -2;
}       

#tvlines {
	width: 120%;
	height: 120%;
	zoom: 120%;
	position: fixed;
	top:0;
	left:0;
	z-index -1;
	opacity:0.05;
	filter: contrast(10);
}

#container {
  margin: 0;
  position: absolute;
  left: 50%;
  width: 720px;
  transform: translateX(-50%);  
  color: #fff;
  padding-bottom: 120px;
}

section {
	border: 1px solid transparent;
}
section#intro {
	position: relative;
	height: 100vh;
}

section#intro h1 {
	/*border: 3px solid #00f;*/
	margin-top: 55vh;
    transform: translateY(-10vh);  

}

section img {
	width: 700px;
	border: 3px solid #555;
	background-color: #050505;
    border-radius: 30px;
    padding: 20px;
}

section video {
	width: 720px;
	height: auto;
}

h1, h2, h3 {
  font-family: 'amatic_scbold';
  letter-spacing: 5px;
  font-size: 60px;
  text-align: center;
 }

 h2.arrow a {
   font-size: 80px;
   height: 200px;
   cursor: pointer;
   text-decoration: none;
   color: #fff;
 }

 h2.arrow a:hover {
   text-decoration: none;
 }

 h2 {
 	font-size: 50px;
 }

 h3 {
 	font-size: 40px;
 }

section p, section a {
	font-family: arial;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
	margin-bottom: 45px;
	margin-left: 40px;
	color: #ccc;
	text-decoration: none;
}

section a:hover {
	text-decoration: underline;
	color: #fff;
}