﻿@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: none !important
    }

    abbr[title]::after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #8f8f8f;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        /* min-width: 992px !important */
    }

    .container {
       /*  min-width: 992px !important */
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #d8d8d8 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #b7c4cf
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #b7c4cf
    }
	
	.vossen-portfolio > div.Branding{
        position:static !important;
		opacity: 100 !important;
    }
#hero{
       display:none
    }
}

@media print {

    #footer,
    #header,
    .social-div,
    #sgtoolbar,.skip-link {
        display: none
    }

    .collapse:not(.show),
    body,
    main {
        display: block
    }
	.container:width:auto !important;
}