/* CSS Document */

body{background-color: black;}

/*-------------------------------------------------
HEADER CLASSES
-------------------------------------------------*/
/*.header-wrap{
	background-color:aquamarine; 
	overflow:hidden; 
	padding-top:85px; 
	padding-bottom:40px;
}*/

.header{
	width:1000px; 
	margin:0 auto;
}

.logo { 
	float:left; 
	position:relative; 
	top: 190px;
	transform: translate(50%,50%);
	display: inline-block;
	padding: 30px; 
}

.menu{
	float:center;
	margin: 0 auto; 
	padding-top: 38%; 
	transform: translate(19%,30%);
	font-weight: 900;
	height:0px;
}

.menu ul li{
	list-style:none; 
	float:left; 
	font-size:18px;
	padding: 20px; 
	font-family: 'Cinzel', serif;
	position: relative;
}

.menu ul li {
	color:#ffffff; 
	text-decoration:none;
	padding:20px;
}

.menu ul li:hover{ 
	background:#000000;
	padding:10px; 
	outline: #ffffff solid thin;
}

.overlay{
	position:absolute;    
	width: 90%;   
	height: 150%; 
	left: 0; bottom:0; right:0; top: 0;
	background: #ffffff; 
	z-index: -1;
	margin: 0 auto; 
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.relative{
	position:relative;
	width: 90%;    
	height: 160%;  
	padding-top:600px;
	left: 0; bottom:0; right:0; top:0; 
	background-color: transparent; 
	z-index: -1;
	margin:0 auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.about{
	position: relative; 
}

.text-box{
	margin-left:400px;
	background-color: #ffffff;
	padding-top:
	width:30%;
	color:#000000;
}