@media print {
	body {
	color: #000;
	background: #fff;
	font-family:sans-serif;
	font: 14pt  Verdana, Arial, sans-serif;
	line-height: 1.5;
	}
	
	#myNavbar, .certifications, .social-links, .footer-links {
	display: none;
	}
	
	.no-print {
	display:none;
	}
	
	.navbar-brand:before {
	display: block;
	content: "Thank you for visiting my website at www.mysite.com.   Please check back for upcoming specials and new products.";
	margin-bottom: 15px;
	padding: 5px 8px;
	font-style: italic;
	}
	
	#printed-header { display: block; /* the printed-header should only display when the page is printed (see print.css) */ }
}

