
@media only screen and (max-width: 1600px) {
	#logo{
		left: 50px;
	}
  

}
@media only screen and (max-width: 1400px) {
	#logo{
		left: 50px;
	}
  nav > ul> li{
  	margin-left: -30px;
  }
#slider{
	    height: 550px !important;
	    
}
#baground{
	    height: 450px;
	    
}
}
@media only screen and (max-width: 1220px) {
	#logo{
		left: 10px;
	}
  nav{
  	width: 1200px;
  }
	
}