@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

body{
	background-position: center center;
	-webkit-background-size:cover;
	background-size:cover;
}


video {
  display: block;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 100px;
  background: rgba(0,0,0,0.8); 
}

#releaseline{
	border: 0;
	margin: 1.35em auto;
	max-width: 30%;
	background-position: 50%;
	box-sizing: border-box;
	height: 2px;
	color: red;
	background: linear-gradient(90deg,rgba(0, 0,0, 0), rgba(0, 0,0, 0.75), rgba(0, 0,0, 0));
}
#trailer{
	font-size: 36px;
	font-family: "Shadows Into Light"; 
	font-variant-caps: small-caps;
	font-weight: bold; 
	padding-top:100px;
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: flex;
 	margin: auto;
 	justify-content: center;

}

.line {
    border: 0;
    height: 0; 
    box-shadow: 0 0 10px 1px white;

}
.line:after {  
    content: "\00a0";  
}
h1{
	font-family: "Patua One";
	font-variant-caps: small-caps;
	text-align: left;
	padding-left: 325px;
	margin-bottom:10px;
	font-size: 52px;
}
.underline{
	height:2px; 
	border:none; 
	color:#000; 
	background-color:#000; 
	width:18%; 
	margin:auto 0 auto 300px;
	background: linear-gradient(90deg,rgba(0, 0,0, 0), rgba(0, 0,0, 0.75), rgba(0, 0,0, 0));
	margin-bottom: 50px;
}
.screenshotimg{
	width:1170px;
	margin: 0 auto;
	margin-bottom: 450px;

}
.screenshotimg a img{
	width: 100%;
}
.screenshotimg a{
	width:32%;
	float:left;
	margin:5px;

}

h2{
	font-family: "Shadows Into Light";
	
	text-align: left;
	padding-left: 325px;
	margin-bottom:10px;
	font-size: 20px;
}