@page {
    margin: .25in .25in .25in .25in;
    size: A4 portrait;
    //-webkit-print-color-adjust: exact;
}

/*
@page:right {
    @bottom-right {
        content: counter(page);
    }
}*/

@media print {
    button, .btn {
        display: none;
    }

    body {
        color: #000000;
        font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    }

    .no-print, .no-print *{
        display: none;
    }

    header, header *, nav#breadcrumbs, main > .container:first-of-type > div:not(.sidebar-column-content), #page-title, .left-column, .main-content > *:not(#donation-printout), footer, footer *, ::before, ::after {
        display: none;
        content:none;
        visibility:hidden;
    }

    h1, h2, h3, h4, h5, h6 {
        text-align:center;
    }


    main, main > *, .one-column-content {
        padding: 0in;
        margin: 0in;
        //border: 2px dashed black;
        max-width: 100%;
        width: 100%;
    }

    .sidebar-column-content, .main-content {
        display: block;
        width: 100%;
    }


    #donation-printout {
        width: 100%;
        max-width: 100%;
        margin: 0in;
        padding: 0in;
        border: none;
    }

    picture {
        content: url(../images/fcaaLogo.png);
        width: 100%;
    }

}
