@media print {


@page  { 
    size: auto;   /* auto is the initial value */ 
    /* this affects the margin in the printer settings */ 
    margin: 15mm 15mm 15mm 15mm;  
} 

body  
{ 
    /* this affects the margin on the content before sending to printer */ 
    margin: 0px;  
} 



nav a {
    font-size: 20px;
}
#head, #sig {
      width: 200px !important;
}
.title.mobile, .feature h3, .stories h3, .image {
    display: none !important;
}



div.full-image {
    height: auto !important;
}
.title.desktop {
    padding-left: 0 !important;
}
.block {
    height: 100px;
}
.block p {
    left: 0 !important;
}
.block a::after {
    margin-left: 0 !important;
}




a {
    text-decoration: none !important;
}



footer {
    display: block !important;
}






}