

.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: 999;
    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%;
}
}


.container-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; /* Allows the images to wrap to the next line on smaller screens */
  gap: 20px; /* Optional: Adds space between the images */
  width: 100%;
  max-width: 800px; /* You can adjust this as needed */
  margin: 0 auto; /* Centers the container horizontally */
  padding: 20px; /* Optional: Adds some padding around the container */
}

/* Image styling */
.container-footer-logo img {
  max-width: 100%; /* Ensures images scale down on smaller screens */
  height: auto; /* Maintains the aspect ratio of the images */
}

/* Responsive design */
@media (max-width: 768px) {
  .container-footer-logo {
    flex-direction: column; /* Stacks images vertically on mobile screens */
    gap: 10px; /* Adjust the gap for mobile view if needed */
  }
}

@media (max-width: 400px) {
  .container-footer-logo img {
    width:100%;
  }
}


