/* Carousel styling */
.carousel-item {
    height: 500px;
}

.slide-base {
    background-color: rgba(0,0,0,0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

.slide-operations {
    background-image: url('../images/farm-operations.jpg');
}

.slide-collaboration {
    background-image: url('../images/team-collaboration.jpg');
}

.slide-marketplace {
    background-image: url('../images/marketplace.jpg');
}

.slide-insights {
    background-image: url('../images/insights.jpg');
} 