/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */


	
		header {
			width: 100%; /* 960px / 1024px */
		}

		footer {
			width: 100%; /* 960px / 1024px */
		}
		
