a:link {
	color: #333300;
	text-decoration: none
}

a:visited {
	color: #333300;
	text-decoration: none
}

a:hover {
	color: #333300;
}

body {
	background-color: #A3D175;
	/* color: #CC3300; */
	color: #333300;
	font-family: Arimo, sans-serif;
}

.legacy {
	visibility: visible;
}

.logo {
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

.instagram {
	text-align: right;
	vertical-align: top;
}

.instagram-label {
	font-size: 1.2em;
	align-content:center;
}

.instagram img {
	padding-top: 0px;
	height: 50px;
	width: 50px;
}

.instagram-xs {
	font-size: 50em;
}

.biz-catering {
	width: 150px;
	height: 70px;
	background-color: #CBE6D9;
	color: #6f2121;
	border-radius: 5px;
	border-color: #807a7a;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.25em;
}

.facility {
	background-color: #2E4056;
	min-height: 300px;
	padding: 20px;
}

.palm {
	background-color: #7F3300;
	color: #bee8d9;
}

.orderpalm {
	width: 264px;
	height: 58px;
	background-color: #CD4034;
	color: #F9F9F9;
    border-radius: 5px;
    border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 1.5em;
}

.ordertower {
	/* Just a spacer to align with orderpalm */
    width: 100%;
	height: 58px;
	background-color: transparent;
}

.tower {
	background-color: #bee8d9;
	color: #333300;
}

.loc {
	font-family: Bungee;
	font-size: 24px;
}

.address {
	padding-top: 10px;
	padding-bottom: 10px;
}

.hours {
	padding-top: 10px;
	padding-bottom: 10px;
}

.catering {
	background-color: #643E12;
	min-height: 50px;
	color: #bee8d9;
	font-size: 20px;
	font-family: Work Sans;
	text-align: center;
	padding-top: 5px;
}

.cateringblank {
	min-height: 50px;
	background-color: #bee8d9;
}

.partytrays-inline a:link {
	color: #dddd5a;
	text-decoration: underline; 
}

.partytrays-inline a:visited {
	color: #dddd5a;
	text-decoration: underline; 
}

.partytrays-inline a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.catering-inline a:link {
	color: #dddd5a;
	text-decoration: underline; 
}

.catering-inline a:visited {
	color: #dddd5a;
	text-decoration: underline; 
}

.catering-inline a:hover {
	color: yellow;
	text-decoration: none;
	font-weight: bold;
}

.covid {
	visibility: hidden;
	display: table;
	min-height: 50px;
	max-height: 50px;
	background-color: #ecec51;
	color: black;
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;

}
.covid .covid-subtext {
	font-size: .75em; 
}

@media screen and (max-width: 720px) {
	.biz-catering {
		width: 150px;
		height: 70px;
		background-color: #CBE6D9;
		color: #6f2121;
		border-radius: 5px;
		border-color: #807a7a;
		border: none;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		font-size: 1.0em;
	}
}
