

.break {
	height: 100px;
}

.font-weight-bold:first-letter {
    text-transform: uppercase;
}

.slika_reference {

    width: 100%;
    height: 250px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.botun-plavi {
    background:#377dff;
    color:#fff;
    height: 20px;
    border-radius: 20px;
    padding: 5px;
}

.navbar {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-top:0px;
    background-opacity: 0.2;
}


.slika_galerija {

    width: 32%;
    height: 250px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.lightbox {
    /** Default lightbox to hidden */
    display: none;

    /** Position and style */
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

.lightbox img {
    /** Pad the lightbox image */
    max-width: 90%;
    max-height: 80%;
    margin-top: 2%;
}

.lightbox:target {
    /** Remove default browser outline */
    outline: none;

    /** Unhide lightbox **/
    display: block;
}




@media (max-width: 768px) {

.break {
	height: 1px;
}

.logog {
	width: 130%;
}

.u-space-4-top {
    padding-top: 3rem;
}

.lead{
    font-size: 12px;
}

.font-size-48--md-down {
    font-size: 2rem;
}


.slika_galerija {

    width: 100%;
    height: 250px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 7px;
    float: left;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 15px;
}

}




@media (max-width: 992px) {
.u-space-4-top {
    padding-top: 2rem;
}
    }
    
.top-plavo{
    background: #377dff;
    width:100%;
    height: 25px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 5px;
}

.margina-desno{
    margin-right:10px;
}

@media (max-width: 992px) {
    .sakrijme{
        display: none;
    }
}


@media (max-width: 992px) {
   .smanji{
     font-size:30px;
}
}

@media (max-width: 992px) {
   .smanji-logo{
     width:100%;
}
}


@media only screen and (max-width: 992px) {


.zastavnica-img {
    display: inline  !important;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;

}

    }


@media only screen and (min-width: 992px) {


.zastavnica-img {

    display: none;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    visibility: hidden;
    
}


    }


