@media only  screen and (max-width:1000px){
.search_box {
    display: none;
}

.screen2{
	display: none;
}

.screen1{
	margin-top: 60px;
}


}

.body{
	background-image: url(../img/bac1.jpg);
	background-repeat:no-repeat ;
	background-size:100% auto ;
	
}
