@media print {
body, header
{
	-webkit-print-color-adjust: exact;
}
footer
{
	display: none;
}
h1, h2, h3 
{
    font-weight: 600;
}
h1 
{
	font-size: 24px;
    line-height: 30px;
}
h2 
{
    font-size: 18px;
    line-height: 25px;
}
h3 
{
    font-size: 16px;
    line-height: 20px;
}
/*********Formatting for Top of Each Page*********/
/**Top Width= 10% + 0% + 90% + 0% =100% **/
.logo-col {
	width: 6%;
}
.title-col
{
	width: 94%;
	font-size:20px;
}
.empty-col
{
	display:none;
}
.search-container-col
{
	display:none;
}
.navbar-default
{
	position:static;
}
.nav1 {
    display:none;
}
/********* Image Titles for Main Pages*********/
.left-banner-text
{
	font-size: 20px;
}
.right-banner {
  font-size: 20px;
}

.home img
{
	height: 200px;
}
.home
{
	font-size: 20px;
	height: 200px;
}
/*********Page Content*********/
.home-page-title			/* Renamed from page-title-col  & changed 9/21/18  */
{
	font-size: 30px;
	line-height: 40px;
}
/******Event List******/
.event-date-col
{
	width: 15%;
}
.event-content-col
{
	width: 85%;
}
/*Used for individual event pages*/
.event-heading-col
{
	width: 30%;
}
/*Used for individual event pages*/
.event-detail-col
{
	width: 70%;
}
/******End Event List******/
/* for Firefox 9/30/18 */
@supports (-moz-appearance:none) 
{
	.row {display: block;}
	.nav1 {display:none;}
	.right-banner{display: block;}
	.home{display: block;}
}
/* end for Firefox */
}