@media print {
    
@font-face{
    font-family: 'My font';
    src: url('font/BadhouseBold.ttf') format('truetype'); /* Safari, Android, iOS */
    src: url('font/BadhouseBold.woff') format('woff'); /* Super Modern Browsers */
}

@font-face {
 font-family: 'My font';
 src: url('font/BadhouseBold.eot'); /* EOT file for IE */
 src: url('font/BadhouseBold.eot?#iefix')format('embedded-opentype'); /* EOT file for IE */
 src: url('font/BadhouseBold.woff') format('woff'); /* Super Modern Browsers */
}    
    
@page { margin: 0; }
body  { margin: 0.5cm; color-adjust: exact; -webkit-print-color-adjust: exact;}  
    



header {
    display: none !important;
}
    
#header-print {
    width: 100%;
}    
    
#header-print img {
    width: 100%;
    height: auto;
}    
   
    
    
#page_content h1 {
    color: rgb(46, 115, 41);
    font-size: 20px;
}
    
#page_content img {
    max-width: 750px;
    height: auto;
}    
    
#page_content .panel-grid {display: block;}
    
.container_nav {
    display: none !important;
}

nav.breadcrumb {
      display: none !important;   
}

footer {
    display: none !important;
}

    
#logos {
    display: none !important;
}
    
 
#footer-print {
        background-color: aqua;
} 
    

    

    

}