/* 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;
}*/

.profile-details h1, .profile-details h3 {color: #333333;}

.profile #footer,
.profile .breadcrumb {
    display: none;
}

.profile-img img {
    width: 70%;
    height: 70%;
}

.profile-info {
    border: none;
    padding: 0;
}

.profile-bio p {
    text-align: justify;
    text-justify: inter-word;
}

.profile-bio a {
    font-style: italic;
    color: #333333;
}

.profile-contact {margin-bottom: 0;}

.profile-contact a {color: #333333;}

.profile-contact > div {font-size: small!important;}