/*=================================
=            Hero image           =
=================================*/

.hero-image, .hero-image-2 {
	height: 500px;
	background-size: cover;
	min-height: 500px;
	background: rgb(47, 2, 57) url(../img/splash2.jpg) no-repeat center center;
	position: relative;
	-webkit-transform: translateZ(0);
}
.hero-image-2 {
	background: rgb(47, 2, 57) url(../img/table.jpg) no-repeat center center;

}
.hero-image-3 {
	background: rgb(47, 2, 57) url(../img/splash3.jpg) no-repeat center center;
}

.hero-image-4 {
	background: rgb(47, 2, 57) url(../img/glavna.png) no-repeat center center;
}
/*-----  End of Hero image ------*/

    /* Other styles here */
}