/*
	TABASSOM CHARAF
	MAIN CSS
	
———————————————————————————————————————————————————————————————————————————— */
body {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	color: #595959;
	background-color: #ff4800;
	line-height: 1.4;
	letter-spacing: 0.2em;
	margin: 0px 70px 0px 70px;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 5px;
}


#logo {
    top: 30px;
	z-index: 100;
	left: 70px;
    position: fixed;
}

#stylist {
    top: 30px;
	z-index: 100;
	left: 260px;
    position: fixed;
}

#contact {
    top: 30px;
	z-index: 0;
	left: 800px;
    position: fixed;
}











/*
	Collection / Index Section
———————————————————————————————————————————————————————————————————————————— */

.adjustFullScreen {  
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
}
.adjustFullScreen img {
	width: 100%;
	margin-bottom: 20px;
}

.adjustFullScreen p {

padding-bottom: 40px;
margin-left: 190px;

}
	


	
	
	
/*
	Impressum
———————————————————————————————————————————————————————————————————————————— */
#impressum {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 100;
	padding-right: 20px;
}

	
	
/* 
	Content
____________________________________________________________________________ */	
	
	
#textcontent { 
	z-index: 50;
	position: fixed;
	top: 30px;
	left: 10px;
	padding-right: 20px;
}


#content { 
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 42px;
}
