@media print {
  .shadow {
    -webkit-filter: none;
            filter: none;
        box-shadow: none !important;
  }
  .header-background {
    background-image: none;
  }
  .site-branding, .header-brand {
    min-height: 20px;
  }
  .header-logo, .header-agency {
    display: none;
  }
  .header-text {
    text-align: center;
    .agency-name{
      color: black;
    }
    .app-name {
      color: black;
      font-size: 1.5rem;
      border-bottom: solid 2px black;
    }
  }
  .btn {
    display: none;
  }
  h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6, .p {
    color: black;
  }
  h1, .h1 {
    font-size: 2rem;
    padding-bottom: 5px;
  }
  .text-white {
    color: black !important;
  }
  .card, .alert  {
    border: solid 1px black;
  }
  .bg-success, .bg-warning, .bg-error, .bg-info, .alert-success, .alert-warning, .alert-danger, .alert-info {
    background-color: transparent !important;
  }
  .site-footer, .photo-credit {
    display: none;
  }
}
