body,h1,h5 { font-family: "Raleway", sans-serif }
body, html { height: 100% }
.bgimg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.4)), url("../img/onepage_restaurant_x4-min_rdc.png");
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.bottega {
	width:70%;
	min-width:550px;
	
	filter: grayscale(0%);
	transition: filter 0.7s ease;
}

.bottega:hover {
	cursor: pointer;
	width:70%;
	
	filter: grayscale(100%);
}

.w3-display-middle {
	text-align:	center;
}