/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.button-dark {
    background-color: #09375c !important;
    border-color: #09375c !important;
	color: #e5b23c !important;
};

.button-light {
    background-color: #e5b23c !important;
    border-color: #e5b23c !important;
}
.fakulteti-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;

    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px 20px;
}

.fakulteti-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fakulteti-list img {
    width: 22px;
    height: 22px;
}

.fakulteti-list a {
    color: var(--brand, #09375c);
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.fakulteti-list a:hover {
    opacity: 0.7;
}
.informator-link {
    color: var(--brand, #09375c);
    font-weight: 600;
    text-decoration: underline;
    transition: .2s ease;
}

.informator-link:hover {
    opacity: .7;
}
.informator-naslov {
    color: var(--brand, #09375c)!important;
    font-weight: 600;
   
    transition: .2s ease;
}

.informator-naslov:hover {
    opacity: .7;
	color: var(--brand, #e5b23c)!important;
}
