@charset "UTF-8";




body {
	padding: 0;
	margin: 0;
}
.container {
	position: relative;
	margin-top: 100px;
}
.container img {
	display: block;
	width: 100%;
}
nav {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	height: 80px;
	background-color: #4E5256;
    max-width: 1017px;
    margin-left: auto;
    margin-right: auto;
}
nav .logo {
	float: left;
	padding-left: 30px;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1em;
	font-weight: 300;
	letter-spacing: 3px;
	font-family: rustica, sans-serif;
	color: #fff;
}
nav .links {
	float: right;
	padding: 0;
	margin: 0;
	width: auto;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
nav .links li {
	list-style: none;
	
}
nav .links a {
	display: block;
	padding: 1.93em;
	font-size: 1em;
	font-family: 'rustica';
	font-weight: 200;
	color: #fff;
	text-decoration: none;
	}

nav .links a:hover {
    background-color: #778086;

}
#nav-toggle {
	position: absolute;
	top: -100px;
}
nav .icon-burger {
	display: none;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
nav .icon-burger .line {
	width: 50px;
	height: 5px;
	background-color: #fff;
	margin: 5px;
	border-radius: 3px;
	transition: all .3s ease-in-out;
}
@media screen and (max-width: 1017px) {
	
	nav {
		height: 150px;
		
		
	}

	nav .logo {
		float: none;
		width: auto;
		padding-left: 65px;
		
		font-size: 2.25em;
		font-weight: 400;
		
	}
	nav .links {
		float: none;
		position: fixed;
		z-index: 9;
		padding-left: 0px;
		padding-right: 0px;
		left: 0;
		right: 0;
		top: 150px;
		bottom: 100%;
		maxwidth: auto;
		height: auto;
		flex-direction: column;
		justify-content: space-evenly;
		background-color: rgba(0,0,0,.8);
		overflow: hidden;
		box-sizing: border-box;
		transition: all .5s ease-in-out;
		
		
	}
	nav .links a {
		font-size: 40px;
		padding-left: 430px;
		padding-right: 430px;
	
		
	
	}
	nav :checked ~ .links {
		bottom: 0;
	}
	nav .icon-burger {
		display: block;
	}
	nav :checked ~ .icon-burger .line:nth-child(1) {
		transform: translateY(10px) rotate(225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(3) {
		transform: translateY(-10px) rotate(-225deg);
	}
	nav :checked ~ .icon-burger .line:nth-child(2) {
		opacity: 0;
	}
	

}

body {

background: #B6B6B6;

}



html {
box-sizing: border-box;
font-family: rustica, sans-serif;
font-weight: 300;
font-style: normal;
color: #4E5256;
}

body {
  background: #ccc;
  margin: 30px 20px;
  line-height: 1.1;

}

h1{
    font-size: 2.75em;
    font-weight: 100;
    font-family: rustica, sans-serif;
    color: #FFFFFF;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    text-shadow: 2px 3px 5px #1B1B1B;
}




h2{
	font-size: 1.2em;
	font-weight: 500;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	
}

h3{
	font-size: .75em;
	font-family: rustica, sans-serif;
    font-weight: 300;
    line-height: 1.45em;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	
}

h4{
	font-size: 1.2em;
	font-weight: 300;
	font-family: rustica, sans-serif;
	
}

h5{
	font-size: 1.2em;
	font-weight: 100;
	font-family: rustica, sans-serif;
	color: #FFFFFF;
}




/*Skintuitive starts Here*/

.workcaptioncontainer{
    max-width: 1017px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    background-color: #778086;
	margin-top: 100px;
    
	
   		
	}

.workcaption{
    align-content: center;
	padding-right: 30px;
	padding-left: 30px;
    color: #FFFFFF;
    font-family: rustica, sans-serif;
    font-size: 12px;
	
	

}

/*CONTENTS ONE*/

.contentscontainer_one{
	max-width: 1017px;
	display: flex;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	
	
}


.contentscontainer_01{
    flex: 1;
    flex-direction: row;
    margin-right: 3px;


}
	
.contentscontainer_02{
    flex: 1;
    flex-direction: row;
    display: block;
    margin-right: 3px;
}
		
.contentscontainer_03{
    flex: 1;
    flex-direction: row;
    display: block;
    margin-right: 3px;
		}


	.contentscontainer_04{
    flex: 1;
    flex-direction: row;
    display: block;
    
		}

/*CONTENTS TWO*/

.contentscontainer_two{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	
	
}


.contentscontainer_05{
flex: 1;
flex-direction: row;
margin-right: 3px;


}
	
.contentscontainer_06{
flex: 1;
flex-direction: row;
margin-right: 3px;
}
		
.contentscontainer_07{
flex: 1;
flex-direction: row;
margin-right: 3px;
		}


.contentscontainer_08{
flex: 1;
flex-direction: row;

    
		}	
		
/*CONTENTS THREE*/

	
.contentscontainer_three{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	
	
}


.contentscontainer_09{
flex: 1;
flex-direction: row;
margin-right: 3px;


}
	
.contentscontainer_10{
flex: 1;
flex-direction: row;
margin-right: 3px;
}
		
.contentscontainer_11{
flex: 1;
flex-direction: row;
margin-right: 3px;
		}


.contentscontainer_12{
flex: 1;
flex-direction: row;

    
		}	



/*CONTENTS FOUR*/

	
.contentscontainer_four{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	
	
}


.contentscontainer_13{
flex: 1;
flex-direction: row;
margin-right: 3px;


}
	
.contentscontainer_14{
flex: 1;
flex-direction: row;
margin-right: 3px;
}
		
.contentscontainer_15{
flex: 1;
flex-direction: row;
margin-right: 3px;
		}


.contentscontainer_16{
flex: 1;
flex-direction: row;

    
		}	



/*CONTENTS FIVE*/

	
.contentscontainer_five{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	
	
}


.contentscontainer_17{
flex: 1;
flex-direction: row;
margin-right: 3px;


}
	
.contentscontainer_18{
flex: 1;
flex-direction: row;
margin-right: 3px;
}
		
.contentscontainer_19{
flex: 1;
flex-direction: row;
margin-right: 3px;
		}


.contentscontainer_20{
flex: 1;
flex-direction: row;

    
		}	


/*CONTENTS SIX*/

	
.contentscontainer_six{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	
	
}


.contentscontainer_21{
flex: 1;
flex-direction: row;
margin-right: 3px;


}
	
.contentscontainer_22{
flex: 1;
flex-direction: row;
margin-right: 3px;
}
		
.contentscontainer_23{
flex: 1;
flex-direction: row;
margin-right: 3px;
    background-color: rgba(204,204,204,1.00)

		}


.contentscontainer_24{
flex: 1;
flex-direction: row;
background-color: rgba(204,204,204,1.00)

    
		}	












/*ALL MEDIA QUERIES FROM HERE*/

@media (max-width:1017px){
	
/*CONTENTS ONE MEDIA QUERIES*/

.contentscontainer_one{
	max-width: 1017px;
	margin-left: auto;
	margin-right: auto;
	

	
	}
	
.contentscontainer_01{
flex: 1;
flex-direction: column;
margin-right: 3px;
	

	}
	
.contentscontainer_02{
flex: 1;
flex-direction: column;
margin-right: 3px;

	}
	
	
.contentscontainer_03{
flex: 1;
flex-direction: column;
margin-right: 3px;
	
	}
    
.contentscontainer_04{
flex: 1;
flex-direction: column;
margin-right: 0px;
	
	}
	
/*CONTENTS TWO MEDIA QUERIES*/	

.contentscontainer_two{
max-width: 1017px;
margin-left: auto;
margin-right: auto;
margin-top: 1px;
	

	
	}
	
.contentscontainer_05{
flex: 1;
flex-direction: column;
margin-right: 3px;
	

	}
	
.contentscontainer_06{
flex: 1;
flex-direction: column;
margin-right: 3px;

	}
	
	
.contentscontainer_07{
flex: 1;
flex-direction: column;
margin-right: 3px;
	
	}
    
.contentscontainer_08{
flex: 1;
flex-direction: column;
margin-right: 0px;
	
	}
	
	
	
	
/*CONTENTS THREE MEDIA QUERIES*/	


    
    
.contentscontainer_three{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-top: 1px;
	
	
}
.contentscontainer_09{
flex: 1;
flex-direction: column;
margin-right: 3px;


	}
	
	
.contentscontainer_10{
flex: 1;
flex-direction: column;
margin-right: 3px;

	
	}
	
	
.contentscontainer_11{
flex: 1;
flex-direction: column;
margin-right: 3px;
    
    
    }
    
.contentscontainer_12{
flex: 1;
flex-direction: column;
margin-right: 0px;
	
    }


.contentscontainer_four{
max-width: 1017px;
display: flex;
flex-direction: row;
margin-top: 1px;
	
	
}
.contentscontainer_13{
flex: 1;
flex-direction: column;
margin-right: 3px;


	}
	
	
.contentscontainer_14{
flex: 1;
flex-direction: column;
margin-right: 3px;

	
	}
	
	
.contentscontainer_15{
flex: 1;
flex-direction: column;
margin-right: 3px;
    
    
    }
    
.contentscontainer_16{
flex: 1;
flex-direction: column;
margin-right: 0px;	
	
	
	
	
	
	
	
	
	
	
	
	
	
	}
	
	h1{

font-size: 4em;
font-weight: 200;
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
	
	
	
	}
h2{

font-size: 2.65em;
padding-left: 5vw;
font-weight: 100;


	
	}


h3{

font-size: 2em;
font-weight: 300;
line-height: 1.25em;
padding-left: 5vw;
padding-right: 5vw;
	
	}
	
h4{

font-size: calc(1vw + 1.5rem);
padding-left: 2vw;
font-weight: 500;
	
	}
	
	h5{

font-size: calc(2vw + 1.5rem);
padding-left: 1vw;
font-weight: 300;
	
	}

	
	
/*MEDIA QURIRES*/

}
	
@media screen and (max-width: 1017px) {	
/*Skintuitive Media Queries*/
	
	
	
	
	.workcaptioncontainer{
		margin-top: 15vw;
	
	}
	.workcontainer{
 flex-direction: column;
	
		
	}
	
	.skintuitivecontainerL{
 flex-direction: column;
		
	}

.skintuitivecontainerR{
 flex-direction: column;
	margin-top: -1vw; 
		
	}
	
	
}
