@media print {
  body {
  color: #000;
  background: #fff;
  }
   navbar, footer {
  display: none;
  }
  img {
   max-width: 100% !important;
	}
}