@media print {
	
	body { background: white; background-color: white; color: black; font-size:10pt; margin:0; }
	#section-3-7 { background:white; background-color: white; color: black; font-size: 10pt; margin:0; }

	h1 { color: black; background-color: white; }
	article { color: black !important; background-color: white !important; }
	nav { display: none !important; }
	i.fa { display: none !important; }
	i { display: none !important; }
	.fa-home { display: none !important; }
	div a i.fa { display: none !important; }
	div i { display: none !important; }
	div a .fa-home { display: none !important; }

}