/* Stylesheet for printing */
/* @todo remove header and footer (or possibly reshape footer)
 * maybe we should only display main?
 */

header, aside, footer {display: none;}

main {flex-grow: 1; min-width: 100%; margin-top: 0;}

.no-print {display: none;}

.addToBasketButton {display: none;}

h1 {font-size: 1.8em;}

/*h1::before {
    content:url(/images/campdenbri_logo.png);
    position: absolute;
    left: 0;
    right: 0;
    padding-bottom: 10em;
}*/
