/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */

	#Logo {
		float: none;
		margin: 10px auto;
	}	

	input, textarea {
		width: 98%;
	}
	
		