@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
	padding:0;
	box-sizing: border-box;
	font-family:Didot, "Didot Bold", Helvetica, "Helvetica Bold Oblique", "Helvetica Light", "Helvetica Neue", "Helvetica Neue Bold", "Helvetica Neue Thin", "Helvetica Neue UltraLight", Impact;	
	;
  }


.hero{
	width:100%; 
	height:100vh;
	background-image: linear-gradient(rgba(12,3,51,0,3),rgba(12,3,51,0,3));
	position: relative;
	padding:05%;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	padding: 20px 8%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}

nav .logo{
	width: 330px;
		
}

nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;	
}

nav ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 17px;
	
}

intro {
  	position: relative;
	background: #fff;
   
}
	
	
.intro {
	padding: 11em 10em 11em 10em;
	margin-left: 40px;
	margin-right: 40px;
	overflow-x: auto;
    overflow-y: auto;
	align-self: left;
    background-color: #fff;
	
	
}

.intro p {
    font-family: 'acumin-pro-extra-condensed', sans-serif;
    color: #000;
    position:relative;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing: .125em;

}



.content{
	text-align: center;
	
}

.content h1{
	font-size: 120px;
	color: #000;
	font-weight: 600;
	transition: 0.5s;
}

content h1:hover{
	-webkit-stroke-text: 2px #fff;
	color: transparent;
}

.content a{
	text-decoration: none;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	text-transform: uppercase;
	display: inline-block;
	color:#000;
	font-size: 24px;
	boarder:2px solid #fff;
	padding: 14px 70px;
	border-radius: 50px;
	margin-top: 20px;
}

.back-video-hero{
	position:absolute;
	right:0;
	bottom:0;
	z-index:-10;
	}


news {
  	position: fixed;
	background: #fff;
	
}
	
.news {
	padding: 0px 25px 5px 35px;
	margin-left: 40px;
	margin-right: 40px;
	overflow-x: auto;
    overflow-y: auto;
	background:#000;
  
}
   

.news p {
    font-family: 'acumin-pro-extra-condensed',Didot;
    color: #fff;
    align-self: center;
	text-transform: uppercase;
    font-size: 1.2em;
    line-height: 1.0;
    letter-spacing: .0em;
}

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


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

/*Tablet View*/

@media (max-width:1050px){

	.model-name{
	padding:80px;
	box-sizing: border-box;
	background:#000;
}
	
	
nav{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	padding: 20px 8%;
	display: flex;
	align-items: left;
	justify-content: space-between;
	
}

nav .logo{
	height:100%;
	width: 330px;
		
}

nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;	
}

nav ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 17px;
}
}



/*Mobile View*/

@media (max-width:550px){

	.model-name{
	padding:50px;
	box-sizing: border-box;
	background:#000;
}
	

nav{
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	padding: 10px 4%;
	display: flex;
	align-items: right;
	justify-content: space-between;
	
}

nav .logo{
	height:100%;
	width: 330px;
		
}

nav ul li{
	list-style: none;
	display: inline-block;
	margin-left: 40px;	
}

nav ul li a{
	text-decoration: none;
	color:#fff;
	font-size: 17px;
			
}
	}	

