/* Print Styling */ 
	* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	}
	.py-5 {
	display: none !important;
	}
	.site-footer {
	display: none !important;
	}
	.fixed-top {
	    position: inherit !important;
	}
	.container, .container-sm {
	max-width: none !important;
	}
	.endtrhide {
		display: none !important;
	}
nav.navbar.fixed-top.navbar-expand-xl.shadow-sm.navbar-light.bg-light {
    display: none;
}
.shadow-sm {
    box-shadow:none !important;
}
@page {
  margin: 20px;
}
.mt-1 {
	display:none !important;
}