body{
	background-color: #f39d1a;
}

#Container {
	width:100%;
	height: 100vh;
	/*margin-left: auto;
	margin-right: auto;
	margin-top:11px;*/
	margin: 0px;
	padding: 0px;
	background-color: #f39d1a;
		
	
	
}

#Header {
	width:auto;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	height:600px;
	
	
	background-image: url(promakeup.jpg);
	opacity: 0.9;
	background-repeat: no-repeat;
	background-size: cover;

}

#logo{
	float:left;

}

nav{

	
	/*background-color: #d1d1e0;*/
	
	/*position: fixed;*/
	margin-left: 20px;
	width:100%;
	height: 80px;
	background-color: #0009;
	
	/*margin:0;*/
	/*text-align:center;*/
	line-height: 40px;

}

nav ul {
	float:left;
	/*margin-right:200px;*/
	padding: 10px;
	list-style: none;
	
	
}

nav ul li {
	list-style:none;
	display: inline-block;	
	transition: 0.8s all;
	position: relative;
	/*padding: 20px;
	cursor:pointer;
	float: left;
	width: 150px;
	height: 40px;
	

	
	
	opacity: .6;

	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top:30px;
	margin-right: 0px;
*/	
}
nav ul li:hover {background: #f39d1a;}

nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 20px;
	/*margin-top: 0px;*/
}



	
nav ul li ul{
	position: absolute;
	width:150px;
	margin-left: 0px;
	/*background: #220;*/
	
	
	
	
	
	text-align: left;
	display: none;
	visibility: hidden;

}
	 nav ul li ul li {
	 	left:0;
	 	background: #220;
	 	line-height: 20px;

		display: block;
	
}

	nav ul li ul li:hover {
		background: #f39d1a;
		

		display: block;
		}
	
	nav li:hover ul{
		display: block;
		opacity: 1;
		visibility: visible;
	}

.search-form{
	display: inline-block;
	margin-top:40px;
	/*float: right;*/
	margin-right:30px;
}

input[type=text]{
	padding: 5px;
	border:none;
	font-size: 13px;
	font-family: verdana;
}

button{
	margin-top: 7px;
	float:right;
	background: #f39d1a;
	color:white;
	border-radius: 0 5px 5px 0;
	cursor:pointer;
	position: relative;
	padding: 5px;
	font-family: verdana;
	border:none;
	font-size: 13px;
}



#MainBody {
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
	height:400px;
	width:auto;
	background-color: #0f0f0a;

	
	
}

h1{
	color:#ccc;
	text-shadow: 
	}

#BottomBar {
	
	margin-top: 10px;
	
	height:100px;
	background-color: green;
	clear: both;
	float:none;
}



#Footer {
	clear: both;
	height: 300px;
	background-color: #882b59;
	
}

