.ggskin {
  font-family: 'Montserrat', Verdana, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: normal;
}
.ggmarkdown p,.ggmarkdown h1,.ggmarkdown  h2,.ggmarkdown h3,.ggmarkdown h4 {
  margin-top: 0px
}
.ggmarkdown {
  white-space:normal
}

/* CONTEXT MENU */
.gg_contextmenu {
  border-radius: 10px;
  overflow: hidden;
}

.gg_context_row {
  text-align: center !important;
}

div:has(> span > hr):hover {
background-color: inherit !important;
}

/* TEXTS */
.bold_600 div { /* used for Title previous exhibitions */
  font-weight: 600;
}

.bold_500 div { /* mainly used for mouse over */
  font-weight: 500;
}

.caption_khmer div {
  font-family: 'Hanuman';
  font-size: 14px;
}

.caption_english div {
  font-family: 'Montserrat';
  font-size: 14px;
}

/* ANIMATIONS */
.node_animation {
  animation: ht 1.5s infinite linear;
}

@keyframes ht {
  0% { transform: scale(1) }
  50% { transform: scale(2.4) }
  100% { transform: scale(1) }
}

.button_animation {
  animation: button 1.5s infinite linear;
}

@keyframes button {
  0% { transform: scale(1) }
  50% { transform: scale(1.3) }
  100% { transform: scale(1) }
}

/* EXTRA */
.background_media {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.lottie_drop_shadow {
  filter: drop-shadow(0px 0px 8px rgba(255, 68, 56, 1));
}

.flipping_backward { /* Follow_Us button */
  transform: scaleX(-1);
  transition: transform 0.5s ease-in-out;
}

.flipping_forward { /* Follow_Us button */
  transform: scaleX(1);
  transition: transform 0.5s ease-in-out;
}
