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

*{
    margin: 0;
	padding:0;
	box-sizing: border-box;
	background:#000;
	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-color: #0000;
	position: relative;
	padding:10%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#topline{
	position: sticky;	
	margin-top: 100px;
	margin-left: 45px;
	height: 0.5px;
    width: 94.5%;
    background-color: white;
    color: #000000;
}
nav{
	width: 100%;
	position: absolute;
	top:0;
	left:10;
	padding: 20px 8%;
	display: flex;
	align-items: right;
	justify-content: space-between;
	
}

nav .logo{
	margin-left: 165px;
	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;
}

/*body*/

	


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

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

}

collection {
  	position: fixed;
	background: #fff;
	
}
	
.collection {
	padding: 2em 5em 5em 8em;
	margin-left: 40px;
	margin-right: 40px;
	overflow-x: auto;
    overflow-y: auto;
	align-self: center;
    background-image:-moz-linear-gradient( 117deg, rgb(160,55,220) 0%, rgb(83,200,234) 40%);
	background-image: -webkit-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 40%);
    background-image: -ms-linear-gradient( 135deg, rgb(160,55,220) 0%, rgb(83,200,234) 40%);
	
   
}

.collection p {
    font-family: 'acumin-pro-extra-condensed',Didot;
	align-content: center;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 8.2em;
    line-height: 1.0;
    letter-spacing: .0em;
	

}

 .contaner {
	 
	width:100%; 
	height:100%;
	background-color: #0000;
	display: flex;
	align-items: center;
	justify-content: center;
}




/*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;
			
}
	}	

