/*
Theme Name: Krzysztof Jagodziński
Author: onlyclick
Description: Lekki one-page pod Elementor z Bootstrap 5
Version: 1.0
*/

a {
  color: #00634d;
}

a:hover {
  text-decoration: underline !important;
}

a.white-link {
  color: #fff !important;
}

.custom-logo {
  max-height: 50px;
  max-width: 100%;
  height: auto;
  width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}

.nav-link {
  color: #000;
  /* font-weight: 600; */
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.nav-link:hover {
  color: #00634d !important;
  text-decoration: none !important;
}

.nav-link.active {
  color: #00634d !important;
  /* font-weight: 700; */
}

.site-header {
  position: relative;
  transition: all 0.4s ease;
}

.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(0); /* wejście płynne */
  animation: stickySlide 0.3s ease forwards;
}

@keyframes stickySlide {
  from {
    transform: translateY(-10px);
    opacity: 0.5;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

[id^="custom-gallery-"] img {
  border: 0 !important;
}
