@charset "utf-8";
/*
   Author: David Forristall
   Date:   1/4/2023  
   
   Filename: erf_print.css

   This file contains the printer styles 

*/



/* Hidden Objects */
nav, aside, footer {
	display: none;
}
html {
	background-color: white;
}

/* Page Box Styles */
@page {
	size: 8.5in 11in;
	margin: 0.5in;
}

/* Header Styles */

body > header {
   text-align: right;
}

body > header > img {
   display: block;
   width: 100%;
}

body > article#about_erf {
	width: 100%;
	float: left;
}
body > article#services_erf { 
	width: 96%;
	float: left;
	margin: 0 3% 0 3%;
	overflow: hidden;
	height: 100%;
}
/* Typography Styles */
h1 {
	font-size: 28pt;
	line-height: 30pt;
	margin: 0.3in 0in 0.2in;
}

h2 {
	font-size: 20pt;
	margin: 0.1in 0in 0.1in 0.31in;
}

p {
	font-size: 12pt;
	margin: 0.11in 0in 0.11in 0.3in;
}


/* List Styles */
ul {
	list-style-type: disc;
	margin-left: 0.5in;
}

/* Image Styles */
article#services_erf img {
	display: none;
}

/* Hypertext Styles */

article#about_erf a {
	color: black;
	text-decoration: none;
}




	





