body {
    font-family: 'Din Regular', 'Open Sans', Verdana, Arial;
    /*margin-bottom: 140px;*/
}

.page-holder {
    min-height: 100vh;
  }
  
.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    /*background-size: 300px 300px;*/
  }

body > div.container:first-of-type {
    margin-top: 90px;
}

.opacitatML {
    opacity: .7;
}

.noopacitat {
    opacity: 1.0 !important;
}

.center {
    text-align: center;
}

[data-href] {
    cursor: pointer;
}

@media print {    
    body {
        -webkit-print-color-adjust: exact;
        margin-bottom: 0px;}
    .table-dark { background-color: #343a40 !important; } /* test printer, doesn't work */
}



html {
    font-size: 1rem;
  }
  
@include media-breakpoint-up(sm) {
    html {
      font-size: 1.2rem;
    }
  }
  
@include media-breakpoint-up(md) {
    html {
      font-size: 1.4rem;
    }
  }
  
@include media-breakpoint-up(lg) {
    html {
      font-size: 1.6rem;
    }
  }