*{
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  height: 100vh;
  color: #353b48;
  font-family: 'Gothic A1', 'Quicksand',  sans-serif;
}
.container{
  min-height: calc(100vh - 100px);
  width: 70vw;
  margin: auto;
}
h1{
  font-weight: lighter;
}

/*---------header(meni, jezici, naslov)------------*/

.header{

  height: 130px;
  padding: 1em;
  position: relative;
  font-size: 1rem;
}
.header i{
  font-size: 1.8rem;
  cursor: pointer;
  transition: .4s;
  display: none;
}

.header ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.header li{
  display: inline-block;
  margin: 0.3em .6em;
  letter-spacing: .1rem;
  position: relative;
}

.header li a{
  text-decoration: none;
  color: #353b48;
}

.header li a:hover{
  color: #2f3640;
}

.header li a::before{
  content: '';
  display: block;
  height: .2rem;
  width: 0;
  background-color: #FCB601;
  position: absolute;
  transform: translateY(-.3rem);
  transition: all ease-out 350ms;
}

.header li a:hover::before{
  width: 100%;
}

.jezici{
  position: absolute;
  top: 1em;
  right: 1em;
  margin: 0.3em 0;
  overflow: hidden;
  display: none;
}

.jezici a{
  text-decoration: none;
  color: #353b48;
}
.naslov{
  text-align: right;
  transform: translateY(-1.5rem);
  font-size: 3rem;
  position: relative;
  font-family: 'Gothic A1', 'Roboto',  sans-serif;
  font-weight: lighter;
}

.naslov::after{
  content: '';
  display: block;
  position: absolute;
  background: #FCB601;
  height: .2rem;
  width: calc(100% - 6.6em);
  transform: translate(-.9rem, -1rem);
  z-index: -2;
}
.naslov img{
  position: absolute;
  right: 300px;
  bottom: -8px;
  width: 140px;
  height: 45px;
  z-index: 100;
}

.naslov span{
  font-weight: bold;
}
.menu{
  position: absolute;
  left: 100px;
}

@media (max-width: 1500px){
  .header li{
    margin: .3em .4em;
  }
}

@media (max-width: 1300px){
  .container{
    width: 75vw;
  }
  .header{
    font-size: .9rem;
  }
  .header li{
    margin: .3em .3em;
  }
  .menu{
    left: 50px;
  }
}
@media (max-width: 1100px){

  .container{
    width: 85vw;
  }
  .menu{
    left: 10px;
  }

}
@media (max-width: 900px){
  .container{
    width: 90%;
  }
  .menu{
    left: 0px;
  }

}
@media (max-width: 800px) {
  .naslov{
    font-size: 2.5rem;
  }
  .header i {
    display: block;

  }
  .naslov img{
    right: 250px;
  }
  .menu{
    left: 0;
    color: black;
  }
  #zatvori{
    display: none;
  }
  .header li{
    display: block;
    margin: .2rem 0;
    padding: .2rem 0;
    letter-spacing: normal;
    width: 20%;

  }
  .header li a:hover::before{
    width: 0;
  }
  .header ul{
    display: none;
    position: absolute;
    padding: 1em;
    left: 0;
    right: 0;
    background: white;
    z-index: 9;
  }
  .container{
    width: 100%;
  }

}

@media (max-width: 450px){
  .naslov{
    font-size: 2rem;

  }
  .naslov img{
    right: 190px;
    bottom: -.3em;
  }
  .ikonice{
    display: none;
  }
  .header{
    height: 100px;
  }
  .naslov::after{
    transform: translate(-.6rem, -.5rem);
  }

}

/*-------act cont --------*/

.art-cont{

  width: 95%;
  margin: auto;

}
.artlist{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;

}
.artlist a{
  text-decoration: none;
  color: #353b48;
}
.artlist li{
  margin: 1em .5em;
}
.artlist li a:hover{
  color: #7f8fa6;
}

.text{
  position: relative;
  width: 50%;
  padding: 1em;
}
.text span{
  font-weight: bold;
}

@media (max-width: 1300px){
  .artlist{
    font-size: .9rem;
  }
  .text{
    width: 42%;
    font-size: .9rem;
  }
}
@media (max-width: 800px){
  h4{
    padding-top: 6em;
    padding-left: 1em;
  }
  iframe{
    width: 100%;
  }
  .text{
    font-size: .8rem;
    width: 70%;
    margin: auto;
    color: black;
  }
}

@media (max-width: 450px){
  .text{
    float: right;

  }
}
















.footer{
  width: 100%;
  padding: .5rem;
  position: relative;
  height: 100px;
  background-color: #dcdde1;
  color: #353b48;
  font-size: .8rem;
  font-weight: normal;
}
.prava{
  float: right;

}
.sitemap{
  float: left;
}
.ikonice-foot{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  padding: .5rem;

}

.btn-foot{
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: .2rem;
  text-align: center;
  background: #dcdde1;

}
.ikonice-foot a{
  text-decoration: none;
  color: #718093;
}
.ikonice-foot a:hover{
  color: #2d3436;
}
.btn-foot i{
  line-height: 30px;
  font-size: 1rem;
  overflow: hidden;
}
@media (max-width: 800px){
  .prava, .sitemap{
    position: absolute;
    bottom: 5px;
  }
  .prava{
    right: 5px;
  }
  .sitemap{
    left: 5px;
  }
}
@media (max-width: 450px){
  .footer{
    font-size: .6rem;
  }
}

#topbtn{
  position: fixed;
  bottom: 100px;
  right: 100px;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background-color: #FCB601;
  color: white;
  border: none;
  cursor: pointer;
  display: none;
  z-index: 1000;
}
@media (max-width: 1300px){
  #topbtn{
    right: 60px;
  }
}
@media (max-width: 1100px){
  #topbtn{
    right: 30px;

  }
  .art-cont{
    width: 90%;
  }
}
@media (max-width: 800px){
  #topbtn{
    background: #353b48;
    color: #FCB601;

  }
  .art-cont{
    width: 100%;
  }
}
