/*
Theme Name: La Monique 2026
Author: Bohumil Hanus
Author URI: http://www.bohumilhanus.cz/
Version: 2.0.0
*/

.section.dark {
  background: #000;
  color: #fff;
  font-size: 1.5em;
}
.section.dark h1 {
  color: #fff;
}

.owl-item {
  max-height: 450px;
}

@media (max-width: 600px) {
  .owl-item {
    max-height: 160px;
  }
}
