.custom-control {
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu {

    --bs-dropdown-min-width: 4rem!important;

}

.post--single .post__content {
    padding: 0!important;
}

    div.kodeks-wrapper p {
        margin-bottom: 16px;
    }

    div.kodeks-wrapper ol > li,
    div.kodeks-wrapper ul > li {
        margin-bottom: 10px;
    }

    div.kodeks-wrapper ol {
        margin-bottom: 24px;
    }

    div.kodeks-wrapper h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }


ol > li::marker {
    font-weight: bold;
}






.nav-link.dropdown-toggle::after {
    margin-left: .255em;
}
.nav-link.dropdown-toggle {
    width: 1rem;
    text-align: center;
}

.btn-cert {
    background-color: #00A846;
    border-color: #00A846;
    color: #fff;
}
.btn-cert:hover {
    background-color: #00973D;
    border-color: #00973D;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 768px) {
    h2 {
        font-size: 32px !important; /* ili čak 28px */
    }
   h3 {
        font-size: 32px !important; /* ili čak 28px */
    }
}

html {
    scroll-behavior: smooth!important;
}


        .social-icons a {
            color: #4caf50;
            margin-left: 10px;
        }

p {
    color: #212529 !important;
}

footer a {
    color: #212529 !important;
}