
.amenityTile {
	position: relative;
	height  : 450px;
	width   : 100%;
	border-radius: 10px;
	background-color: WhiteSmoke;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
}
			
.amenityHeader {
	position: absolute;
	top       : 0;
	height    : 10%;
	width     : 100%;
	color     : white;
	font-size : 30px;
	padding   : 2px;
	text-align: center;
	background-color: Sienna;
	border-radius: 10px 10px 0 0;
}
			
.amenityImage {
	position: absolute;
	top     : 10%;
	height  : 50%;
	width   : 100%;
}
			
.amenityDescription {
	position : absolute;
	top      : 60%;
	height   : 15%;
	width    : 100%;
	color    : Black;
	padding  : 2px;
	background-color: Tan;
}
			
.amenityHours {
	position   : absolute;
	top        : 75%;
	height     : 10%;
	width      : 100%;
	color      : Sienna;
	font-size  : 40px;
	text-align : center;
	padding    : 2px;
	background-color: Tan;
}
			
.amenityFooter {
	position   : absolute;
	bottom     : 0;
	height     : 15%;
	width      : 100%;
	color      : white;
	font-size  : 40px;
	text-align : center;
	padding    : 2px;
	background-color: Sienna;
	border-radius: 0 0 10px 10px;
}	





