.primary_color_text{
    color: #22577A !important;
}

.primary_color_background{
    background-color: #22577A !important;
}

.secondary_color_text{
    color: #62EEED !important;
}

.secondary_color_background{
    background-color: #62EEED !important;
}

.tertiary_color_text{
    color: #FFFFFF !important;
}
.tertiary_color_background{
    background-color: #FFFFFF !important;
}

.navbar-sublink{
    padding: 15px 10px !important;
}

/* Container holding the image and the text */
.headerbox {
    position: relative;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.boxnaslov{
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poiret One', cursive;
    line-height: 1.1;
}





gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.slikagalerija{
    width: 100%;
    object-fit: cover;
}

.form-control-contact{
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: none 0s ease 0s;
    width: 100%;
}

.form-control-contact:focus{
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}

.form-control-contact::placeholder{
    color: white;
}

.form-control-contact_text{
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    box-shadow: none;
    color: #fff !important;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: none 0s ease 0s;
    width: 100%;
}

.form-control-contact_text:focus{
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
}

.form-control-contact_text::placeholder{
    color: white;
}

@media only screen and (max-width: 600px) {
    .mainimg{
        height: 260px !important;
        width: 100%;
        object-fit: cover;
    }
}