.bottomMenu {
	padding: 20px 0px;
	text-align: center;
	font-size: 16px !important;
	line-height: 1.8;
}

/* Increase spacing between bottom menu links */
.bottomMenu a {
	padding: 8px 12px !important;
	display: inline-block !important;
	margin: 4px 0 !important;
	font-size: 16px !important;
}

/* Add vertical spacing for event selection links */
.content a[href*="event.php?eventid"] {
	display: block !important;
	padding: 12px 8px !important;
	margin: 8px 0 !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	border-radius: 4px !important;
	background-color: rgba(255,255,255,0.1) !important;
	text-decoration: none !important;
}

.content a[href*="event.php?eventid"]:hover {
	background-color: rgba(255,255,255,0.2) !important;
}

/* Make logo stretch full width but never exceed original size */
.logo {
	width: 100% !important;
	height: auto !important;
	max-width: 700px !important;
	margin-bottom: 18px !important;
}

/* Make drink button images 30% larger on mobile */
.button img {
	width: 130% !important;
	height: auto !important;
	max-width: none !important;
}