#zaglavlje-stranice {
    height: 100vh;
    min-height: 400px;
    padding: 65px;
    height: auto !important;  /* for other browsers */
    background-color: #21618C;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#zaglavlje-stranice h1{
  font-family: 'Ranchers', sans-serif;
  letter-spacing: 0.1em;
  font-size: 35px;
  margin-top: 40px;
  color: whitesmoke;
}

#zaglavlje-stranice img{
  max-height: 250px;
  margin-top: 10px;
  border: 2px solid ;
  border-radius: 15px;
  border-color: white;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}


/*-------------------------------------------------------------------------------*/
/* Mobile Layout:  */
/*-------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  #zaglavlje-stranice {
    height: 100vh;
    min-height: 200px;
    padding: 40px;
    height: auto !important;  /* for other browsers */
    background-color: #21618C;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
 
  #zaglavlje-stranice img{
    max-height: 140px;
    margin-top: 10px;
    border: 2px solid ;
    border-radius: 15px;
    border-color: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  
  }

  #zaglavlje-stranice h1{
    font-family: 'Ranchers', sans-serif;
    letter-spacing: 0.1em;
    font-size: 20px;
    margin-top: 40px;
    color: whitesmoke;
  }

}

/*-------------------------------------------------------------------------------*/
/*----- Tablica troškova --------------------------------------------------------*/
/*-------------------------------------------------------------------------------*/

#tablicatr .row{
 margin-top: 20px;
}

#tablicatr h1{
  font-family: 'Geologica', sans-serif;
  letter-spacing: 0.1em;
  font-size: 20px;
  text-wrap: 600;
  color: gray;
  margin-top: 5px;
}

#tablicatr .table{
  font-family: 'Geologica', sans-serif;
  font-size: 14px;
}

#tablicatr .card-header{
  height:50px;
  background-color: bisque;
}

#tablicatr .card{
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  background-color: white;  
  margin-bottom: 10px;
}

@media
only screen 
and (max-width: 760px), (min-device-width: 768px) 
and (max-device-width: 1024px)  {

/* Force table to not be like tables anymore */
table, thead, tbody, th, td, tr {
  display: block;
}


}














