.uk-section-primary {
    background-color: #163d73;
}

.uk-text-primary {
    color: #163d73!important;
}

.uk-accordion-contact {
    background-color: #ececec;
    border-radius: 6px;
}

.uk-accordion-title {
    padding: 15px;
    color: #163d73!important;
}

.uk-accordion-content {
    background-color: white;
    border: 1px solid #ececec;
    padding: 15px;
    border-radius: 6px;
}

.uk-modal-fs {
    min-height: 100vh;
}

.uk-modal-image-back {
    background-image: url("https://socskrb.hr/site/templates/images/hzsr.svg");
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-size: 35%;
}

.uk-logo img {
    height: 80px;
    width: 210px;
    object-fit: cover;
}

.uk-logo-footer {
    height: 80px;
    width: 100px;
    object-fit: cover;
}

.uk-navbar-toggle {
    padding: 0 0;
    color: #bc2824;
}

.uk-search-default .uk-search-input {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    border: 1px solid #000000;
}

input::placeholder {
    color: #000000;
}

.uk-article-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.uk-crest {
    height: 15px;
    width: 100%;
    object-fit: contain;
}

.uk-gallery img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}