/*
Theme Name:   Twenty Twenty-Five Child
Template:     twentytwentyfive
Version:      1.0
*/

.strojwas-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
}
.strojwas-sticky-hidden {
  transform: translateY(-100%);
  transition: transform 0.3s;
}
