.caterings_header{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.caterings_header_fone{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
}
.caterings_body{
	position: relative;
	width: 100%;
	height: auto;
	background-color: black;
}
.catering_block{
	margin-top: 20px;
}
.catering_block_inf{
	padding-left: 10px;
}
.catering_block_inf h3{
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.catering_block_inf p{
	font-size: 13px;
	margin-top: 10px;
}
.catering_button{
	background:none;
	height: 40px;
	border:none;
	border:solid 2px #d2c08f;
	cursor: pointer;
	color:#d2c08f;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}
.catering_button:hover{
	color:#d2c08f;
	text-decoration: none;
}

.catering_category_text{
	width:100%;
	color:white;
	font-weight: bold;
	z-index: 200;
	text-align: center;
}
.catering_category_min{
	width:100%;
	height: 100%;
	position: relative;
}
.catering_category_min:hover{
	box-shadow: 0px 0px 8px 2px #c1b07a;
}

.catering_category_min:before{
 	content: "";
	position: absolute;
	opacity: 0.1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 150;

	

}
.caterings_header_l{
	margin-top: 16%;
}


