/*
	STUDIOANTI
	MAIN CSS
	
———————————————————————————————————————————————————————————————————————————— */
body {
	font-family: Helvetica, sans-serif;
	color: #000000;
	background-color: #ff4800;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 250px 70px 0px 70px;
}

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

a:hover {
	text-decoration: underline;
}


#top {
    top: 60px;
	z-index: 100;
	left: 95px;
    position: fixed;
   	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#contact {
    top: 60px;
    left: 500px;
	z-index: 100;
    position: fixed;
   	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

#intro {
	text-align: center;
   	font-family: Helvetica, sans-serif;
	font-size: 90px;
	color: #000000;
	line-height: 1.1;
	letter-spacing: -0.05em;
	padding-left: 0px;
	padding-right: 0px;
}



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

.adjustFullScreen {  
	padding-top: 100px;
	padding-left: 0px;
	padding-right: 0px;
}

.adjustFullScreen img {
	width: 100%;
	z-index: 200;
	margin-bottom: 20px;
}

.adjustFullScreen p {
	padding-bottom: 20px;
	margin-left: 25px;
}
	

.top {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}



.bu {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}

.bulight {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 1.4;
	letter-spacing: 0.05em;
}


.bucredit {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	color: #cb3900;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
	
	
	
/*
	Impressum
———————————————————————————————————————————————————————————————————————————— */
#impressum {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 100;
	padding-right: 20px;
}

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


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