
			/*
			* keep footer at bottom with main wrapper. Adjust footer height.
			*/
			html { height: 100%; }
			body { min-height: 100%; padding-top: 0;}
			.all-except-footer { min-height: calc(100vh - 60px); }
			.footer { height: 60px; }		
			
