.blue {
   
    min-height: 110px;
  
    background-color: #e5d1b3;

  
    background-image: url("/images/flower-left.png"), url("/images/flower-right.png");
    background-repeat: no-repeat, no-repeat;
     background-position: 100px center, calc(100% - 100px) center;
    background-size: 80px auto, 80px auto; 

}
nav a {
    color:  #1E3553!important;
}

.c-item {

    height: auto !important;     /* Ne fiksiraj 700px na svim ekranima */
  max-height: 80vh;   
}
.c-img {

 width: 100%;
  height: 100%;
  object-fit: cover;           /* Ostaje “cover” */
  object-position: center 70%; 
     
}
  
   
    .bi-list {
        color: rgb(128, 20, 20);
    }

    body {
       background-color: #FAF9F6;
     


       
    }
    .title {
        color: #1E3553!important;
        text-align: center;
        
    }


    .card {
      background-color:#E5D1B3;
      margin-top: 3%;
    
    }

    .card-title {
        text-align: center;
      color:  #1E3553!important;
    }
   .carousel-btn {
    margin-top: 30% !important;
   }
   .button {
    margin-left: 44%;
   }
   .btn-primary{
   background-color: #1E3553;
    border: 2px solid yellow;
     color:  white!important;
   }
     .btn-primary:hover{
    background-color: #1E3553;
    border: 2px solid yellow;
   }
.railway h1 {
  color:  #1E3553!important;
  font-size: 28px;
  margin-top: 8%;
}
  .railway p{
     color:  #1E3553!important;
     margin-top: 2%;
  }
.railway ul li {
   color:  #1E3553!important;
}
 a {
  text-decoration: none;
}
.card-img-top {
            height: 15rem;
            object-fit: cover;
        }
        @media(min-width:640px) and (max-width:992px)  {
    


   .card {
   margin-left: 8%;
   }
   .logo {
  width: 145px;
  margin-left: 89%!important;
  margin-bottom: 25%;
 
 
}


   

}






.logo {
  width: 200px;
}


 @media (max-width:768px)  {
    .button {
     
      margin-left: 33%;
   }

   .card {
   margin-left: 8%;
   }


 
}

@media (min-width: 992px) {
  .c-item {
    height: 80vh !important;  /* ili 700px ako baš želiš fiksno */
  }
  .c-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;  /* dozvoljen crop na desktopu */
  }
}