.it-header-slim-wrapper{
   background:var(--bs-musei-dark)
}
.it-header-center-wrapper{
   background:var(--bs-musei);
   color:#FFF;
}
header .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand{
   background:unset;
   padding-left:0px !important;
}
.it-header-center-wrapper .it-header-center-content-wrapper .it-right-zone,
.it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a{
   color:#FFF;
}
.it-card.it-card-image.it-card-height-full .it-card-related.it-card-footer a{
   color: var(--bs-musei);
   text-decoration: underline;
}
.it-footer-main .it-brand-wrapper h2{
   font-size:2.0rem;
   margin-bottom: 0px;
   line-height:1.0em;
}

.subtitle{
   font-size:1.0rem;
   margin-bottom:0px;
}
.border-primary-light{
   border-color: rgb(226, 201, 222) !important;
}