@charset "utf-8";

/* CSS Print Document */
@media print {
/***************************************************************************************
	
	* GENERAL STARTS
	
***************************************************************************************/

	header,
	.home-button,
	.home-text a,
	.ipad,
	#contact
	 {
		display: none;
	}
	
	h1, h2, h3, h4, h5, h6 {
		page-break-before: avoid;
		color: black !important;
		margin-top: 1em !important;
	}
	
	p {
		margin-top: 0.5em !important;
	}
	
	li {
		margin: 0 !important;
	}
	
	.home-text {
		padding: 0 !important;
	}
	
	.home-text h1 {
		margin-top: 0 !important;
	}
	
	#about,
	#timeline {
		page-break-before: always;
	}
	
	p.attribution {
		color: black !important;
	}
	
	.section-content {
		padding: 0 !important;
		page-break-inside: avoid;
	}
	
	.how-left-column,
	.how-right-column {
		page-break-before: avoid;
	}
	
	.no-touchevents .timeline-heading {
		padding: 0;
	}
	
	.no-touchevents .timeline-heading h1 {
		color: black !important;
	}
	
	.no-touchevents .timeline-row {
		display: block;
		height: auto !important;
		width: 100%;
	}
	
	.no-touchevents .timeline-row > div {
		display: block;
		height: auto;
		padding: 0;
		width: 100%;
	}
	
	.no-touchevents .timeline-text {
		max-width: 100%;
		width: 100%;
		border: none;
	}

}