@import url("https://fonts.googleapis.com/css2?family=Lora&family=Open+Sans:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700&display=swap");
:root {
  --bijelo: white;
  --crno: black;
  --font_naslov: 'Open Sans', sans-serif;
  --font_text: 'Lora', serif;
}

* {
  margin: 0;
  padding: 0;
}

html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #666;
}

::-webkit-scrollbar-thumb:hover {
  background: #444;
}

body {
  background: var(--crno);
  font-family: var(--font_text);
  width: 100vw;
  color: var(--bijelo);
}

.box_za_sve {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box_u_sredini {
  margin: 100px 0 50px 0;
  width: 650px;
  position: relative;
}

.naslov1 {
  font-size: 30pt;
  margin: 14pt 0;
  font-family: var(--font_naslov);
  font-weight: bold;
}

.naslov2 {
  font-size: 20pt;
  margin: 16pt 0 0 0;
  font-family: var(--font_naslov);
}

.text {
  font-size: 13pt;
  font-weight: 300;
  margin: 8pt 0 30pt 0;
  line-height: 22pt;
}

img {
  width: 100%;
  margin: 14pt 0 0 0;
}

.opis_slike {
  font-weight: 300;
  margin: 2pt 0 16pt 0;
  text-align: end;
  font-weight: 400;
  font-size: 10pt;
}

.galerija {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30pt 0 40pt 0;
  font-family: var(--font_naslov);
  text-decoration: none;
  color: var(--bijelo);
  font-weight: 700;
}

.galerija > .galerija_text:hover {
  opacity: 100%;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.galerija .black_box {
  position: absolute;
  background: var(--crno);
  width: 100%;
  height: 100%;
  opacity: 80%;
  z-index: 1;
}

.galerija .galerija_text {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 70%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  font-size: 20pt;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.galerija img {
  margin: 0;
}

.home {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 14pt;
  font-weight: 500;
  color: var(--bijelo);
  cursor: pointer;
  font-family: var(--font_naslov);
  z-index: 5;
}

.home_galerija {
  position: fixed;
  top: 50px;
  left: 20px;
  font-size: 14pt;
  font-weight: 500;
  color: var(--bijelo);
  opacity: 60%;
  cursor: pointer;
  font-family: var(--font_naslov);
  text-decoration: none;
  z-index: 5;
}

.black_bar {
  opacity: 0;
  background: var(--crno);
  position: fixed;
  width: 100%;
  height: 95px;
  z-index: 4;
}

.color_switch {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
}

.sudionici {
  margin: 40pt 0 20pt 0;
  width: 100%;
  text-align: center;
  font-size: 10pt;
  font-family: var(--font_naslov);
  
}

.iframe {
  width: 650px;
  height: 365px;
  margin-bottom: 32pt;
}

@media only screen and (max-width: 768px) {
  .box_u_sredini {
    margin: 0;
    width: 80%;
  }
  ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .naslov1 {
    font-size: 40pt;
    margin: 120pt 0 14pt 0;
  }
  .naslov2 {
    font-size: 16pt;
    margin: 16pt 0;
  }
  .text {
    font-size: 12pt;
    font-weight: 300;
    margin: 14pt 0 26pt 0;
  }
  .opis_slike {
    font-weight: 300;
    margin: 2pt 0;
    text-align: end;
    font-size: 8pt;
  }
  .black_bar {
    opacity: 95%;
  }
  .iframe {
    width: 100%;
    height: 300px;
  }
}

@media only screen and (max-width: 640px) {
  .box_u_sredini {
    width: 90%;
  }
  .slike_4 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 400px) {
  .iframe {
    width: 100%;
    height: 190px;
  }
}
/*# sourceMappingURL=index.css.map */