img venecja {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: bottom;
}
.modal-backdrop {
  z-index: -1;
}
.navbar-text {
    color: #009245;
}

.list-unstyled li > a{
 color:#009245;
 text-decoration:none; 
}
.infograf {
 font-size: 4em; 
 color:#009245;
}
.infograf-sm{
 font-size: 3em; 
 color:#009245;
}
.image-card{
   min-height: 480px;
}
.text-container-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
   width: 100%;
}
.thumbnail {
    position: relative;
}

 
.caption {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
}

.font-shadow{
    font-family: 'Roboto Slab';
    font-weight: 200;
    text-shadow: 2px 2px 3px black;

  }
h1 {
 color: #009245;
 
}
@supports (font-variation-settings: "wght" 450) {
h2{
      font-family: 'Roboto Slab';
      font-weight: 450;
    }

