
a {
    color: #003399;
    text-decoration: none;
}

body,
html {
    color:#444;
    height: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 0;        
}

h2{
    color: #003399; /* s iwwwfb službene stranice boja, čini se da je to boja loga */
}

h3{
   font-size: 1.6rem;    
   margin-top: 30px;
}
h4{
   font-size: 1.3rem;    
   margin-top: 20px;
}


hr{
    border-color: #aaa;
    margin: 24px 0;
}

li {
    list-style-type: none;
}



.i3w-footer{
    background-color:#444; 
    border-top: solid 1px #000;
    color:#fff; 
    font-weight: bold;
    margin-top:auto;
    padding:12px;
}


.i3w-h2{
   margin-bottom: 30px;
   text-align: center;
}

.i3w-key-dates__tbl td:first-child{
    text-align: left;
}


.i3w-list1 li{
    list-style-type: disc;
}

.i3w-main{
    flex-grow: 1;
    margin: 0 auto;
    max-width: 1000px;
      width: 100%;
    padding: 40px 14px;
    text-align: left;
}

.i3w-page-cont{
    display: flex;
      flex-direction: column; 
    height: 100%; 
    margin:auto;
/*    max-width: 1300px;*/
    text-align: center;
}





.navbar__container{
    background-color:rgb(248, 249, 250); 
    border-bottom: solid 1px #eee;
    display:flex; 
    justify-content:center;
    padding:4px 0;
}
    
.nav-item{
    box-sizing: border-box;  
}
.nav-item a{
    box-sizing: border-box;  
}
.nav-item a:hover{
  border-bottom: solid 2px #ddd;   
  margin-bottom: -2px;   
}
    .active{
        border-bottom: solid 2px #ddd;
         margin-bottom: -2px;
    }
    
    
    @media (max-width: 992px) {
        
        .active{
            border-bottom: none;
            text-decoration: underline;
        }        
    }    
    


.txt-link{
   font-style: italic;
}    
    
.txt--naznacen{
    color:#c93240;
}    
    