body {
  margin-top: 5vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#index-body {
  margin-top: 0;
}

#index-main {
  height: 100vh;
  overflow: hidden;
}

.img-h1-package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
  top: -20px;
  opacity: 0;
}

#index-img {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
}

.veliki-nav a {
  text-decoration: none;
}
.veliki-nav .active {
  font-weight: bold;
}
.veliki-nav .works-button-a {
  text-decoration: none;
  color: #333;
}
.veliki-nav .work-link {
  position: relative;
  text-decoration: none;
  font-family: "Titillium Web", sans-serif;
  line-height: 40px;
  color: #333;
}
.veliki-nav .navigation-container p:hover {
  cursor: pointer;
}

.saki_koulos_h1 {
  color: #333;
}

.mali-nav button {
  border: none;
  outline: none;
  background-color: white;
}
.mali-nav button:focus {
  outline: none;
}
.mali-nav .hamburger img {
  width: 30px;
}
.mali-nav a {
  text-decoration: none;
  color: #333;
}

.ime {
  font-size: 24px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.navigation-container p {
  font-family: "Titillium Web", sans-serif;
  line-height: 40px;
}

ul {
  padding-left: 0;
  list-style: none;
}
ul li {
  text-decoration: none;
}

.works-container {
  position: relative;
  left: 20px;
  opacity: 0;
}

main {
  height: 100vh;
}
main .works-container {
  height: 100%;
}

.single-work-container blockquote p {
  font-size: 11px;
}
.single-work-container #p-fragments-under-yours {
  font-size: 10px;
}
.single-work-container img {
  width: 100%;
  height: auto;
}

.about-container {
  position: absolute;
  top: 0;
  z-index: -10;
}
.about-container .about {
  left: 30px;
  opacity: 0;
}
.about-container .about p {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.contact-container {
  position: relative;
  left: 20px;
  z-index: 10000;
}
.contact-container .social {
  display: block;
  margin-bottom: 16px;
}
.contact-container .social img {
  margin-right: 16px;
}
.contact-container a {
  text-decoration: none;
}
.contact-container a span {
  color: #333;
}
.contact-container a span:hover {
  font-weight: 600;
}
.lity-hide {
  display: none;
} /* 👈 required, Lity needs inline targets hidden until opened */
.artwork-detail {
  max-width: 900px;
  width: min(95vw, 900px);
  max-height: calc(100vh - 2rem);
  margin: 0 auto;
  background: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 0;
  overflow: hidden;
} /* 👈 fits the panel to the viewport so tall images never overflow */
.artwork-detail img {
  flex: 1 1 auto;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  min-height: 0;
}
.artwork-meta {
  margin-top: 1rem;
  flex: 0 0 auto;
}
.artwork-status {
  margin-top: 0.75rem;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #999;
} /* 👈 CHANGED: quiet grey label, now only used for Sold */
.artwork-enquire {
  display: inline-block;
  margin-top: 0.75rem;
  color: inherit;
  text-decoration: none;
} /* 👈 plain text, not a button */
.artwork-enquire:hover {
  text-decoration: underline;
} /* 👈 underline only on hover (desktop) */
@media (max-width: 768px) {
  .artwork-enquire {
    text-decoration: underline;
  }
} /* 👈 always underlined on mobile as a tap cue */
