/* Web fonts for Happy Haven House */
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@400;700&family=Open+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/* Gallery layout fix: replace JS-driven ym-gl/ym-gr with flexbox */
.ym-grid.gallery {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start;
}
.ym-grid.gallery > [class*='ym-g'] {
  float: none !important;
  box-sizing: border-box;
  padding: 2px;
}
.ym-grid.gallery > .ym-g25 {
  width: 25% !important;
  flex: 0 0 25% !important;
}
.ym-grid.gallery > .ym-g33 {
  width: 33.333% !important;
  flex: 0 0 33.333% !important;
}
.ym-grid.gallery > .ym-g20 {
  width: 20% !important;
  flex: 0 0 20% !important;
}
.gallery img.origimg {
  display: block !important;
  width: 100% !important;
  height: auto;
}
.gallery div.bordered.flexible {
  display: none !important;
}
