/* .img-fluid {
    max-width: 50%;
    height: auto;
} */

body {
 background-image: url("../img/hurry-curry-bg1.png");
 background-color: #f4d660;
}

.sticky-top.navbar-dark .navbar-brand img {
    max-height: 85px;
}
@media (max-width: 991.98px) {
    .navbar-dark .navbar-brand img {
        max-height: 85px;
    }
}

.restaurant-card{
	/* width: 50%; */
	background:  #fff;
	float: left;
	margin-left: 34px;
	margin-right: 34px;
}
.p-4 {
    margin: 10px;
}

img.img-zizkov {
    animation: none;
    width: 100%;

}

.back-to-top
{
    right: 20px;
    bottom: 0px;
}

.py-5 {
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
}

@media (max-width: 600px){
    
	.py-5{
        padding-top: 0 !important;
    }
	
	.my-5{
        margin-top: 0 !important;
    }
	
	.restaurant-card{
		width: 100%;
		margin-left: 5px;
		margin-right: 5px;
	}
}