/*!
Theme Name: Zahumlje
Author: Marko Jankovic
Description: Zahumlje
Version: 1.0.0
Text Domain: zahumlje
*/


/*--------------------------------------------------------------
# Zahumlje tema
--------------------------------------------------------------*/


html,
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    font-weight: 400;
}

header {
    background-color: #f8f9fa;
}

.container-fluid {
    padding: 0px!important;
}

.nav-item .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    margin-left: 7px;
    margin-right: 7px;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif;
}

.nav-link {
    color:black !important;
}


.nav-link.active,
.nav-link:hover {
    color: #0A0A3B!important;
    text-decoration: underline;
    text-decoration-color: #0A0A3B;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}

.font-page-hero-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 0; 
}

.hero-text {
    position: relative;
    z-index: 2; 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    height: 100%;
    text-align: center; 
}

.logo-area {
    margin-bottom: 20px;
    margin-top: 20px;
}

.logo-area img {
    height: 130px;
    width: auto;
}

.dropdown-item {
    font-size: 14px;
}

@media (max-width: 576px) { 
    .logo-area {
        display: none;
    }
}


.navbar-brand img {
    width: 65px;
    height: auto;
}

@media (min-width: 576px) { 
    .navbar-brand {
        display: none;
    }
}

.top-bar {
    background-color: #0A0A3B;
}

.top-bar .container {
	padding:10px 0px;
}

.top-bar span {
    margin: 0 10px;
}

.top-bar span a {
    color:white;
    text-decoration: none;
    font-size: 13px;
}


/*Footer*/

footer {
    background-color: #0A0A3B;
    width: 100%;
    padding: 35px 15px 0px 15px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    height: 125px;
}
.osnovni-podaci p {
    color:white;
    font-size: 14px;
    max-width: 350px;
}
.copyrights {
    border-top: 1px solid white;
    padding: 10px 0px;
}
.copyrights span {
    font-size: 13px;
}
.footer-col-area h5 {
    color:white;
    text-decoration: underline;
    text-decoration-color: white;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
    margin-bottom: 15px;
}
.footer-col-area span {
    display: block;
    margin: 10px 0px;
}
.footer-col-area span a {
    color:white;
    text-decoration: none;
    font-size: 15px;
}

.footer-col-area span a:hover {
    text-decoration: underline;
    text-decoration-color: white;
    text-decoration-thickness: 1px;
}

/*Naslovni broj*/

#front-page-zbornik {
    padding: 50px 15px;
    z-index: 999;
    position: relative;
}

.korice {
    margin-top: -80px;
}

.korice img {
    width: 250px;
}

/*Singe post area*/

.h1-area,
.h1-area-single {
    background-color: #0A0A3B;
}

.h1-area h1,
.h1-area-single h1 {
    text-align: center;
    color:white;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 35px;
    text-transform: uppercase;
}
.h1-area-single h1 {
    font-size: 28px;
}

@media (max-width: 991px) {
    .h1-area-single h1 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .h1-area-single h1 {
        font-size: 22px;
    }
}

.post-content-area {
    margin: 40px 0px;
}

/*Obavjestenje*/

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Lagana siva sjenka */
    transition: box-shadow 0.3s ease-in-out;
    border: none;
}

.card:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); /* Sjena pri hover-u */
}

.btn-obavjestenje {
    color:white;
    padding: 10px 23px;
    background-color: #0A0A3B;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-obavjestenje:hover {
    color: white;
    background-color: #13135f;
}

.card-title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}





