@charset "UTF-8";
body {
	padding:0;
	margin: 0;
	background-color: black;
}
.logo {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	
}
.instagram {
	position: absolute; 
	top: 60px;
	right: 200px;
	left:auto;
	bottom:auto;
	
}

.pinteres{
	
	position: absolute; 
	top: 60px;
	right: 140px;
	left:auto;
	bottom:auto;
}

.facebook{
	
	position: absolute; 
	top: 60px;
	right: 80px;
	left:auto;
	bottom:auto;
}

.navigation
	nav ul {
		padding: 0px;
		list-style-image: none;
		list-style-type: none;
		width: 985px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		z-index: 100000000;
	}

		nav ul li {
			width: 140px;
			height: 50px;
			float: left;
			display: block;

		}


			nav ul li:last-child {
				border-right: none;
			}


			nav ul li a {
	width: 140px;
	height: 36px;
	font-size: 1.75em;
	text-align: center;
	background-color: black;
	display: block;
	padding-top: 14px;
	font-family: pompiere;
	text-shadow: none;
	color: rgba(177,177,170,1.00);
	font-style: normal;
	font-weight: 400;
				text-decoration: none;
				
}

	     nav ul li a:hover {
			 color: white;
	     
					}
nav ul li ul {
	display: none;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	float: none;
	border-left: none !important;
	border-right: none !important;
}

nav ul li ul li a {
	
	font-size: 0.9em;
	padding-top: 20px;
	height: 30px;
}
.slices {
	height: 635px;
	width: 930px;
	border: 5px solid rgba(243,216,216,1.00);
	background-color: rgba(65,60,60,1.00);
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	
   }
.slices#photoPage
{
	width: 960px;
	height: 859px;

}

.clear {
	clear: both;
}
.home{
	width: 930px;
	height: 635px;
	
}
.aboutText
{
	text-align: justify;
	margin-left: 340px;
	margin-right: 40px;
	margin-top: 40px;
	color: rgba(226,216,216,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	z-index: 100000000;
	
}

h2 {
	color: rosybrown;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding-left: 100px;
	padding-top: 100px;
	width: 150px;
	height: 0px;
	float: left; 3%;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 2em;
	text-decoration: underline;

}

.designText
{
	text-align: center;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
	color: rgba(226,216,216,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	z-index: 100000000;
	position: absolute;
	left: 800px;
	bottom: 20px;
	top: 441px;
	width: 213px;
	height: 156px;
}
.aboutpicture{
	position: absolute;
	left: 200px;
	bottom: 0px;
	top: 500px;
}
