body {
	margin:0px; 
	padding:0px;
	background: #fefefe;
}
/*################################### -- Menu Bar -- ############################################################ */
.Header {
	width:100%;
	Height:20%;
	border-bottom:1px solid#000000;
	box-shadow:0px 12px 19px -15px #e1e1e1;
	background:#fefefe;
	float:left;
	margin-bottom:20px;
}
.Header #home {
	margin-Right:auto;
	height:50%;
	width:60%;
	
	float:left;
	margin-left:15px;
	margin-top:40px;
	position:relative;
	
	list-style:none;
	text-align:center;
	font-size:30px;
	border-radius:4px;
	font-family:"Segoe Print";
}
.Header #Pages {
	margin-left:auto;
	height:100%;
	width:20%;

}
.Header #Pages ul {
	
	margin-left:auto;
	margin:0;
	padding:0;
	position:relative;
}
.Header #Pages ul li {
	margin-top:40px;
	margin-left:6px;
	padding:15px;
	position:relative;
	float:left;
	width:auto;
	height:auto;
	border:1px solid#d1d1d1;
	list-style:none;
	font-size:30px;
	border-radius:4px;
	font-family:"Segoe Print";
	box-shadow:5px 4px 15px -3px rgba(20, 20, 20, .05);
	text-decoration:none;
	
	color:black;
}
.Header #Pages ul li:hover {
	background:#f1f1f1;
	box-shadow:5px 4px 15px -3px #d1d1d1;
	border:1px solid#c1c1c1;
}
.Header #Pages ul li:click {
	text-decoration: none;
	color:black;
}
.Header #Pages ul li a {
	text-decoration: none;
	color:black;
}
/* #################################################	 -- End Header 		--		####################################### */

/* #################################################	 -- Other Items 	--		####################################### */
.w3-content {
	width: 100%;
	height: 450px;
	
	overflow: hidden;
	background-size: contain;
}
.phone_number {
	width:100%;
	height:20%;
	
	
}
.OtherItems {
	width:100%;
	height:auto;
	padding-top: 20px;
}
.OtherItems ul {
	margin-left: auto;
	margin-right: auto;
	
	width:66%;
	height:auto;
}
.OtherItems ul li {
	float: left;
	width: 200px;
	height: 200px;
	border:1px solid#d1d1d1;
	margin-right:30px;
	margin-left:10px;
	list-style:none;
	box-shadow:5px 4px 15px -3px rgba(20, 20, 20, .05);
	border-radius:4px;
}
.OtherItems ul li:hover {
	background:#f1f1f1;
	box-shadow:5px 4px 15px -3px #d1d1d1;
	border:1px solid#c1c1c1;
}
.OtherItems ul li #header {
	with:100%;
	height:20%;
	border-bottom:1px solid#d1d1d1;
	text-align:center;
	line-height: 50px;
	font-family: "segoe Print";
	font-size:22px;
	background:#fdfdfd;
}
.OtherItems ul li #body img {
	width:190px;
	height:150px;
	
}
.OtherItems ul li #body{
	object-fit: cover;
	
}

/* ############################################### 	-- Menu_Pizzas --  ###########################################*/
