@media print{
    body{
        font-family: 'Times New Roman', Times, serif;
        margin: 0;
        background-color: white;
    }

    header, footer{
        width: 100%;
        padding: 0;
    }

    .container_content .row .col-4 h2
    {
        color: black;
    }

    .container_content .row .col-4:nth-child(1) .col-4:nth-child(2) .col-4:nth-child(3)
    {
        background-image: none;
    } 

    .img_content
    {
        background-color: white;
    }

    nav{display: none;}

    a::after{content: "( "attr(href)" )";}

    footer
    {
        display: none;
    }

    .carousel
    {
        display: none;
    }

    img
    {
        width: 80%;
    }

    video
    {
        display: none;
    }

    #logoimg
    {
        width: 50%;
    }

    table
    {
        margin-left: auto;
        margin-right: auto;
    }

    .ref1{
        width: 50%;
    }

    #inda1, #inda2, #inda3
    {
       background-image: none;
       height: 500px;
    }

}