@media print {
   
   header, 
   footer,
   .bottom-menubar,
    .container-baner-arrows,
    video {
   display: none;
   }

    @page {
        margin: 0.5cm;
    }

    @page :left {
        margin: 0.8cm;
    }
        
    @page :right {
        margin: 0.8cm;
    }


    .article-title{
        font-size: 30pt;
        line-height: 36pt;
        color:#000!important;
    }

    h1{
        font-size: 70pt;
        line-height: 77pt;
        color:#000!important;
    }

    h2{
        color:#000!important;
    }

    h3{
        color:#000!important;
    }

    h5{
        color:#000!important;
    }


    h6{
        color:#000!important;
    }

    p{
        font-size: 10pt;
        line-height: 16pt;
        color:#000!important;
    }

    p.additional-text {
        font-size: 8pt;
        line-height: 12pt;
    }

    p.person-description{
        font-size: 10pt;
        line-height: 16pt;
        color:#000!important;
    }

    a{
        color:#000!important;
    }

    .article-image{
        height:350px!important;
        margin:0!important;
    }

    .image-banner {
        height:400px!important;
        width:100%!important;
        display: inline-block;
        margin-top:-10px;
    }

    li{
        font-size: 12pt!important; 
        color:#000!important;
    }

    iframe{
        width:100%!important;
    }

    .mb-80{
        margin-bottom:40px;
    }

    .big-quote{
        font-size:60px!important;
        color:#000!important;
    }

    .quote .quote-content p {
        font-size: 22px;
        line-height: 30px;
    }

    .author-name-link{
        text-decoration: none;
    }

    .social-bar{
        display:none;
    }

    .div-for-audio-mobile{
        display: none;
      }

    a.next {
        display: none!important;
    }

    .picture-for-print{
        display: inline!important;
        height:700px;
    }

    .home-content.article-content {
        margin-top:40px;
        align-items: flex-start;
        height:100%;
    }

    .general-mini-title{
        margin-top:0px!important;
    }

    .mt-180{
        margin-top:0px!important;
    }

    .exhibit-scroll{
        width: 100%!important;
        overflow: hidden!important;
    }

    .exhibit-scroll img {
        width: 100%!important;
        overflow: hidden!important;
    }

    .pt-100{
        padding-top:0px!important;
    }

    .people .person-div img {
        height: 150px!important;
    }

    .print-hidden{
        display: none!important;
    }

    .exhibit-image .exhibit-desktop.light-mode {
        display: inline!important;
    }

    .exhibit-image .dark-mode {
        display: none!important;
    }

    .exhibit-image .exhibit-mobile.light-mode {
        display: none!important;
    }

    .exhibit-image .exhibit-mobile.dark-mode {
        display: none!important;
    }

    a.author-email {
        color:#000!important;
    }

    body.dark-mode .person-description {
        color: #000 !important;
    }

    body.dark-mode img.light-mode {
        display: inline;
    }

    body.dark-mode img.dark-mode {
        display: none !important;
    }

    .just-for-print{
        display: inline;
    }

    .just-for-print img{
        width:80%;
    }

    .just-for-print .full-width{
        width:100%;
    }

    
    .logos-to-print{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
  
    .logos-to-print img {
        margin-right: 30px;
    }

    .logos-to-print .ow-logo {
        height:20px;
        width:auto;
    }

    .logos-to-print .fmi-logo {
        height:35px;
        width:auto;
    }

    .intro-first-p {
        margin-top: -75px!important;
        padding:0;
    }

    .article-image {
        margin: 0!important;
    }


    .general-baner.bg-dark-green{
        background-color: #ffffff;
    }

    .general-baner{
        min-height:100%!important;
    }

    .text-white{
        color:#000!important;
    }

    body.dark-mode{
        background-color: #ffffff!important;
    }

    body.dark-mode .article-details{ 
        background-color: #ffffff!important;
    }

    .article-details{
        background-color: #fff!important;
        margin-top:0px!important;
    }

    .article-details .article-mini-title{
        color:#000
    }

    .article-details .article-title{
        color:#000;
    }

    .article-details .article-author{
        color:#000;
    }

    p.additional-text a {
        text-decoration: none;
    }

    .div-with-numbers {
        margin-bottom:20px;
    }

    .container-with-icons{
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .container-with-icons .item-centered {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 20%;
    }

    .container-with-icons .item-centered-arrow {
        justify-content: center;
        transform: rotate(0deg);
    }

    .container-with-icons .item-centered p {
        font-size: 10pt;
        line-height: 16pt;
    }

    body.dark-mode .item-centered-arrow {
        filter: brightness(0) invert(0);
    }

    .download-item {
        display:none;
    }

}