html, html[nacin-rada="light"] {
  --podloga: #ffffff;
  --tekst: #000000;
  --placeholder: #fff2d8;
  --overlay: #000;
  --kontrast-naglasak: #000000;
  --tekst-body: #a1a1a1;
  color-scheme: light;
}
body.home .site-content {
  padding-top: 0 !important;
}
body.home .intro-logo {
  width: 20%;
  bottom: 65px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 15px 35px;
  background-color: var(--podloga);
  border-radius: 10000px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media (max-width: 992px) {
  body.home .intro-logo {
    width: 75%;
    bottom: 50px;
  }
  .nagrade {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .nagrade figure {
    width: 100% !important;
  }
}
/*# sourceMappingURL=53-partials.map */
