#home { 
	background: #082449 ; /*CDE9FE url(../images/bg3.jpg) center center no-repeat fixed; */
	height: 400px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    /*box-shadow: 0 0 50px rgba(0,65,129,0.8);*/
}


@media (max-width: 600px) {
	#home { height:930px;  
	
	}
}
@media (min-width: 600px) and (max-width: 991px) {
#home { height:1300px;  
	
	}
}