*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Druk Wide";
	overflow: hidden;
}
@font-face {
    font-family: 'Druk Wide';
    src: url('DrukWide-Bold.woff2') format('woff2'),
        url('DrukWide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.hero{
	width: 100%;
	height: 100vh;
	background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(0, 0, 0, 0));
	position: relative;
	padding: 0 5%;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1536px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
nav{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav .logo{
	width: 160px;
}
nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 17px;
	transition: 0.5s;
}
nav ul li a:hover{
    -webkit-text-stroke: 2px #ff9900;
    color: transparent;
    }

.content{
	text-align: center;
}
.content h1{
	font-size: 125px;
	color: #fff;
	font-weight: 600;
	transition: 0.5s;
	
}
.content h1:hover{
-webkit-text-stroke: 2px #ff9900;
color: transparent;
}


.content a{
	text-decoration: none;
	display: inline-block;
	font-size: 24px;
	border: 2px solid #ff9900;
	padding: 14px 70px;
	border-radius: 50px;
	margin-top: 20px;
	-webkit-text-fill-color: #fff;
}
body{
	background-color: black;
}

.back-video{
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media (min-aspect-ratio: 16/9){
	.back-video{
		width: 100%;
		height: auto;
	}
}
	@media (max-aspect-ratio: 16/9){
	.back-video{
		width: auto;
		height: 100%;
		}
} 

@media screen and (max-width: 320px) {
	.hero {
		max-width: 320px;
	}
	.content h1{
		font-size: 10%;
	}

}
@media screen and (max-width: 375px) {
	.hero {
		max-width: 375px;
	}
	.back-video{
		left: -420px;
		scale: 0.75;
	}

}
@media screen and (max-width: 425px) {
	.hero {
		max-width: 425px;
	}
}
@media screen and (max-width: 475px) {
.hero {
	max-width: 475px;
}
body {
	background-image: url(Images/2003.jpg);
	background-size: cover;
	background-position-x: -25px;

}
.back-video {
	width: 0%;
}
nav ul li a{
	font-size: 13px;
	float: left;
	width: 300px;
}
nav{
	justify-content: center;
	padding: 10px 0px;
}
nav .logo{
	width: 150px;
	position: absolute;
	margin-left: 250px;
	margin-top: -50px;
}
.content h1{
	font-size: 55px;
}
}

@media (max-width: 640px) {
	.hero {
		max-width: 640px;
	}
}
@media screen and (max-width: 768px) {
	.hero {
		max-width: 768px;
	}
	nav ul li a{
		font-size: 15px;
		float: left;
	}
	nav{
		justify-content: center;
		padding: 10px 0px;
	}
	nav .logo{
		width: 150px;
	}
}
@media (max-width: 1024px) {
	.hero {
		max-width: 1024px;
	}
}
@media (max-width: 1280px) {
	.hero {
		max-width: 1280px;
	}
}
@media (max-width: 1536px) {
	.hero {
		max-width: 1536px;
	}
}
