.top-bar {
    background-color: var(--dark);
}


/* GALERIA PODSTR */

section.podstr-main ul a {
    color: var(--very-dark);
    white-space: nowrap;
}

.podstr-main li a#selected-filter {
    text-decoration: underline;
}

.gallery-item {
    position:relative;
}
.gallery-pic {
    height: 150px;
    width: auto;
    object-fit: contain;
}

.soc-med-cta {
    padding-top: 0;
}

#gallery-items {
  position: relative; 
  overflow: hidden;
}
#gallery-loading-overlay, #img-preview-loading-overlay {
  background-color: #ffffffb9;
  display: flex;
  justify-content: center;
  z-index: 10;
}
#img-preview-loading-overlay {
    align-items: center;
}
#img-preview-loading-overlay img {
    box-shadow: none;
}
#gallery-loading-overlay.hidden, 
#img-preview-loading-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
#gallery-loading-overlay.hidden {
    transition: opacity 0.3s ease;
}

