@media print {

	.single-ranch .section-page-header{
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
		-webkit-print-color-adjust: exact;
	}
	.single-ranch .section-hero .section-hero-container{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6, .section-dark .h1, .section-dark .h2, .section-dark .h3, .section-dark .h4, .section-dark .h5, .section-dark .h6, .section-dark .subtitle{
		font-family: 'Montserrat', sans-serif;
	}

	.carousel-control-next-icon, .carousel-control-prev-icon{
		display: none;
	}
	.section-ranch-details .collapse:not(.show){
		display: block;
	}
}