﻿body 
{


}

div.gallery 
{
	margin: 5px;
	border: 1px solid #ccc;
	float: right;
	width: 180px;
}

div.gallery:hover 
{

  border: 1px solid #777;

}

div.gallery img 
{
	width: 100%;
	height: auto;
}

div.desc 
{
	padding: 15px;
	text-align: center;
}

.responsive 
{
	padding: 0 6px;
	float: left;
	width: 24.99999%;
}


.container 
{
	position: relative;
	width: 50%;
}

.image 
{
	display: block;
	width: 100%;
	height: auto;
}

.overlay 
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #008CBA;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}

.container:hover .overlay 
{
	height: 100%;
}

.text 
{
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	
}

div.gallery:hover 
{
	border: 1px solid #777;
}

div.gallery img 
{
	width: 100%;
	height: auto;
}

div.desc 
{
	padding: 15px;
	text-align: center;
}

* 
{
	box-sizing: border-box;
}

.responsive 
{
	padding: 0 6px;
	float: left;
	width: 24.99999%;
}


.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}

body 
{font-family: "Times New Roman", Georgia, Serif;}


h1, h2, h3, h4, h5, h6 
{
  font-family: "Playfair Display";
  letter-spacing: 5px;
}

.w3-third img 
{
	margin-bottom: -6px;
	opacity: 0.8;
	cursor: pointer
}


.w3-third img:hover 
{
	opacity: 1
}

body, html 
{
	height: 100%
}

body, h1, h2, h3, h4, h5, h6 
{
	font-family: "Amatic SC", sans-serif
}

.menu 
{
	display: none
}

.bgimg 
{
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/Immagini/macelleria.png");
	min-height: 90%;
}

body 
{
	font-family: "Raleway", Arial, sans-serif
}

.w3-row img 
{
	margin-bottom: -8px
}

body 
{
	font-family: "Raleway", Arial, sans-serif
}

.w3-row img 
{
	margin-bottom: -8px
}

/*immagine sfondo per tutte le pagine*/
html 
{
	background: url(Immagini/carne.jpg) no-repeat center fixed;
	background-size: cover;
}





	