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

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

a:hover {
	text-decoration: underline;
}


#front {
	z-index: 100;
    bottom: 22%;
	left: 0%;
	right: 0%;
    position: fixed;

}

#back {
    top: 0%;
    bottom: 0%;
	z-index: 50;
	left: 0%;
	right: 0%;
    position: fixed;
	padding: 8%;


}

#background {
    top: 0%;
    bottom: 0%;
	z-index: 5;
	left: 0%;
	right: 0%;
	padding: 0%;


}

/*
	Front Layer
———————————————————————————————————————————————————————————————————————————— */

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

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

/*
	Back Layer
———————————————————————————————————————————————————————————————————————————— */

.adjustFullScreenBack {  
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.adjustFullScreenBack img {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 50;
	margin-bottom: 00px;
}

/*
	Back Layer
———————————————————————————————————————————————————————————————————————————— */

.adjustFullScreenBackground {  
	position: relative;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.adjustFullScreenBackground img {
	width: 100%;
	z-index: 5;
	margin-bottom: 0px;
}