/* Make printed pages look better */

body {
    background: none !important;
    color: black !important;
    font-size: 12pt;
}

header, footer, nav, .sidebar, .social-share, .next-post, .previous-post,
.menu-item, .vc_col-sm-8, .vc_col-sm-4, .nectar-social{
    display: none !important;
}

h1, h2, h3, h4, h5, h6, p, table {
    page-break-inside: avoid;
}

a{
    color: #096b96 !important;
}

.page-break {
    page-break-before: always;
}

