@media print {

body.page-template-default .navbar {
    min-height: 6rem;
}
body.page-template-default .custom-w {
    max-height: 78px !important;
}
body.page-template-default .navbar.is-spaced {
        background-size: 740px 280px;
}
    body.page-template-default footer {
        font-size: 0.68em;
        padding: 1.5em;
    }
    body.page-template-default footer figure img {
        height: 68px;
        width: 68px;
    }
    body.page-template-default footer .title.is-4 {
        font-size: 16.3px;
    }
    body.page-template-default footer .title.is-5 {
        font-size: 13.4px;
    }
    body.page-template-default footer .title.is-6 {
        font-size: 10.8px;
    }

    body.page-template-default footer .bd-footer-link-title {
        font-size: 1.2em;
    }
    body.page-template-default footer .bd-footer-link {
        margin-top: 0.4em;
        font-size: 0.85em;
    }
    body.page-template-default footer .bd-footer-link-title span.ppc {
       display: inline-block;
       transform: scaleX(0.75); 
       margin: 0 -1.1em 0;
       padding: 0 -1.1em;
    }
    body.page-template-default footer .column {
        padding: 0.75em;
    }
    body.page-template-default footer.footer_o {
        background-size: 862px 223px;
    }

    body.page-template-default #footer_bottom {
        font-size: 0.68em;
        padding: 2px 4px;
    }
}

@media print and (max-width: 768px) {
    #content h2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .column.submenu {
        flex: none;
        display: none;
    }
    section.columns {
        display: block !important;
    }

    .pagetop.backtotop {
        display: none;
    }

    #ModalWindow2 {
        display: none;
    }
}

@media print and (min-width: 769px) {
    #content h2 {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .column.submenu {
        flex: none;
        display: none;
    }
    section.columns {
        display: block !important;
    }
    section.columns:last-child {
        margin-bottom: -0.75rem;
    }
    section.columns:last-child {
        margin-bottom: -0.75rem;
    }
    section.columns {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }

    .pagetop.backtotop {
        display: none;
    }

    #ModalWindow2 {
        display: none;
    }
}
