a.btn.btn-download:after {
    background: url(../2022/btn.png) no-repeat center center;
}

.language a { color: #FFF; }

header nav ul li a {
  color: #f2b16a;
}
header nav ul li a:hover {
  color: #c06f77;
}

.hero .container h2:after {
  background: url(../2022/circles-pattern-2022.png) repeat-x;
  background-size: auto 100%;
}
.arhiv .wrapper a:hover { color: #FFF; }
a.btn {
    color: #f2b16a;
  background: #1e2754;
}
a.btn:hover {
    color: #f2b16a;
  background: #1e2754;
}
.vec {
  background: rgb(206, 105, 118);
  background: linear-gradient(90deg, rgb(25, 41, 85) 0%, rgb(206, 105, 118) 100%);
}
.vec h2 {
  color: #f2b16a;
}

.govorci {
  background: rgb(206, 105, 118);
  background: linear-gradient(270deg, rgb(206, 105, 118) 0%, rgb(25, 41, 85) 100%);
}
.govorci h2 {
  color: #f2b16a;
}
.govorci .slider .slick-arrow {
  background-image: url(../2022/arrow-2022.svg);
}
.govorci .slider .slide {
  background: rgb(206, 105, 118);
}
.govorci .slider .slide .hover-info {
  background: rgb(206, 105, 118);
}
.govorci .slider .slide .hover-info .wrapper {
  color: #fff;
}

.lightbox h3 {
  color: #f2b16a;
}
.lightbox a {
  color: #f2b16a;
}
.lightbox .wrapper {
  background: rgb(206, 105, 118);
}

.program {
  background: rgb(25, 41, 85);
}
.program h2 { color: #f2b16a; }
.program .time, .program h3 {
  color: rgb(206, 105, 118) !important;
}

/* .program .program-list .program-row .info h3 { color: rgb(206, 105, 118); } */
.program h5 {
  color: #FFC47F !important;
}

.gallery {
  background: rgb(25, 41, 85);
}
.gallery h2 {
  color: rgb(255, 175, 82);
}

.o-nas {
  background: rgb(37, 23, 89);
  background: linear-gradient(125deg, rgb(117, 74, 143) 0%, rgb(94, 41, 126) 100%);
}
.o-nas h2 {
  color: #f2b16a;
}

.poslanstvo {
  background: #3BA98F;
}
.poslanstvo h2 {
  color: #4C2266;
}

.arhiv {
  background: rgb(206, 105, 118);
  background: linear-gradient(90deg, rgb(25, 41, 85) 0%, rgb(206, 105, 118) 100%);
}
.arhiv h2 {
  color: #f2b16a;
}

footer {
  background: rgb(25, 41, 85);
}

@media only screen and (max-width: 1170px) {
  header nav {
    background: rgb(25, 41, 85);
  }
}
@media only screen and (max-width: 800px) {
  .hero {
    background: #2E4E64;
  }
}/*# sourceMappingURL=patch-2022.css.map */