@charset "utf-8";

/*
	   Sycamore Hill Venue Website Print styles Home Page
	   
	   Author: Dianna Main
	   Date:   10/18/23
	   
	   Filename: printstylesSH.css
	   
	   domain name: www.sycamorehillvenue.com
	   
	  Website build for Terry and Brittany Schlinker Owners of Sycamore Hill Venue print styles only
*/

/* Page Box Styles for print */
	@page {
		size: 8.5in 11in;
		margin: 0.5in;
	}

	.horizontal {
		display: none;
	}
	
	img {
		max-width: 200px;
		max-height: 200px;
	}
	
	#headerLogo, #footerLogo {
		max-width: 100px;
		max-height: 100px;
	}
	
	
	
	#socialIcons {
		display: none;
	}
	

	body {
		
		widows: 1;
		orphans: 1;
	}
	
