@import url('https://fonts.googleapis.com/css?family=Gruppo&subset=latin-ext');


html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Gruppo', cursive;
    font-size: 1.3rem;
    background: url(/public/images/bosston-ozadje.jpg);
    background-attachment: fixed;
    background-size: cover;
}


h1, h2, h3{
    color: #00aeef;
    font-weight: 600;
}

a{
    color: #00aeef;
    font-weight: 600;
}

p{
    text-align: justify;
    font-size: 1.3rem;
    line-height: 1.7rem;
}


.zastave img{height: 22px; margin-top: -8px;}

.zastave, .zastave a{
    padding-left:5px!important;
    padding-right:0px!important;
    /*line-height: 50px;*/
}


#napis-vstopna{
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
    z-index: 5;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));
    padding-bottom: 5%;
}

#napis-vstopna p{
    color: #fff;
    font-weight: 600;
    font-size: 1.4rem;
}


@media screen and (max-width: 992px) {
    #napis-vstopna img {
      max-width: 80%;
      max-height: 50%;
    }
    #napis-vstopna p{
        font-size: 1.2rem;
    }
  }

.carousel-item  img{
    object-fit: cover;
}


.navbar-light .navbar-nav .nav-link{
    color: #00aeef;
    font-weight: 600;
    font-size: 1.1rem;
}

.navbar-brand img{
    height: 40px;
}

.slika-podstran{
    width: 100%;
    max-width:100%;
    
   
}


.podstran{
    /*box-shadow: 0 0 20px #777;
    background: rgba(255,255,255,0.97);*/
    margin-left: -15px;
    margin-right: -15px;
}

.podstran .img-wrap{
    box-shadow: 0 0 10px #aaa;
    
    margin-bottom: 4rem;
    
}

.podstran img{
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
}
.podstran .naslov-wrap{
    
    margin-top: -160px;
    margin-bottom: 4rem;
    
    z-index: 11111;
}
.podstran h1{
    margin-left: 15px;
    font-size: 2.6rem;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .podstran h1{
        padding-top: 2rem;
        font-size: 1.5rem;
    }
}

.kontakt-wrapper{
    /*margin-left: -15px;
    margin-right: -15px;
    margin-top: 6rem;
    padding-bottom: 6rem;*/
    background: url(/public/images/bg2.png);
    border-top: 1px solid #eee;
}

.kontakt{
    padding: 15px;

}

footer{
    padding: 4rem 0 ;
    background: url(/public/images/bg3.png);
    border-top: 1px solid #eee;
}

.okvir{
    border-radius: 1rem;
}

.presledek{
    /*background: url(/public/images/bg1.png);
    box-shadow: 0  0 5px #ddd;*/
    /*height: 50px;*/
    margin-left: -15px;
    margin-right: -15px;
    
}


.fotogalerija-thumb{
    margin-bottom: 20px;
    object-fit: cover;
    max-height: 237px;
}

.reference-thumb{
    margin-bottom: 20px;
    object-fit: cover;
    max-height: 350px;
}

#yt_wrap{
    text-align: center;
}

#ytplayer{
    
    width:100%;
    max-width: 798px;
    height: 450px;
    border: 1px solid #000;
    box-shadow: 0 0 5px #000;
    background-color: #000;
}

.yt_thumb a{
    color: #00aeef;
    font-size: 1rem;
}
.yt_thumb img{
    width: 100%;
    box-shadow: 0 0 5px #aaa;
    border: 1px solid #fff;
    margin-bottom: 5px;
}


.skladba{
    margin-bottom: 3rem;
}

audio{
    width: 100%;
}

.podstran .mini-slika{
    max-width: 250px;
    margin-left: 2rem;
}

.podstran .sodelujemo-z{
    padding: 2rem 0;
    
}


.podstran .sodelujemo-z .sodelujemo-z-logo{
    
    height: auto;
    width:auto;
    max-width: 350px;
    max-height: 200px;
}

.vsebina-okvir{
    background: #fff;
    box-shadow: 0 0 10px #aaa;
    padding: 15px;
    /*margin-top: -15px;*/
    border-radius: 4px;
    margin-bottom: 20px;
}