/*
Theme Name : eddine
Theme url:www.heavycarcasa.com
version : 2.0
author : eddine
*/

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#header{
	
	height:100vh;
	width:100%;
	background:url("images/raw.jpeg") #e3e2e7;
	background-size: cover;
	
}
#logo{
	
	margin-top: 10px;
	width:50%;
	height: 20px;
	float: left;
	background-color: green;
}

#menu {
	margin-top: 10px;
	float: right;
	background-color: blue;
	width: 50%;
}




#header #menu ul  {

 margin-left: 10px;
 text-align: center;
 font-size: 17px;
 font-family: initial;
 float: right;
 padding: 5px;
 
 
}


.clear{
	clear: both;
}

#header #menu ul li {

  list-style:none;
  
  color: #ffffff;
  display: inline-block;
  padding-right: 20px;
  text-transform: uppercase;
}
#header h1 {
	color: #FFFF;
	text-align: center
	
}


