html, body {
	background-color: #000000;
	color:#a7b5b8;
	font-family: "Raleway";
	font-size:14px;
}
a {
	text-decoration: none;
	color: #a7b5b8;
}
a:hover {
	color: #23313f;
	transition: 0.5s;
}
#menubar {
	padding:20px;
}
.menu-row {
	background-color: #000000;
	position: sticky;
	position: -webkit-sticky;
  	top: 0;
	font-size:1.5em;
	z-index:9999999999;
}
.agg-logo {
	margin:0px auto;
	width: 600px;
	display:block;
	max-width:80%
}
#menu-icon {
	position:absolute;
	left:15px;
	top:10px;
	font-size:1.5em;
  	z-index: 9999999;
}
#menu-icon i {
	cursor: pointer;
}

#close-menu-icon {
	display:none;
	position:absolute;
	left:15px;
	top:10px;
	font-size:1.5em;
	z-index: 9999999;
}
#close-menu-icon i {
	cursor: pointer;
}


/* The Overlay (background) */
.overlay {
	height: 0;
	width: 100%;
	position: fixed;
	z-index: 1;
	right: 0;
	top: 0;
	background-color: #000000;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 999999;
}

.overlay a {
	color: v !important;
}
.overlay a:hover {
	text-decoration: none ;
}

.overlay-content {
	position: relative;
	top: 15%; 
	width: 100%; 
	margin-top: 30px; 
}

.overlay .closebtn {
	position: absolute;
	top: 50px;
	left: 50px;
}
.icon-link {
	font-size: 1em;
}
.menu-item {
	font-size:2.5em;
}
.section-title {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.streaming-icon {
	margin-right:20px;
}
#logo-bottom {
	opacity: 0.1;
	transition:2s;
	width:600px;
	max-width: 80%;
}
#logo-bottom:hover {
	opacity:1;
	transition:2s;
}
.tour-listing {
	display: inline;
	font-weight: bold;
	font-size:1.4em;
}
.tour1 {
	margin-right: 10px;
}
.tour2 {
	margin-right: 10px;
}
.separator {
	margin-top:20px;
	margin-bottom:20px;
	border-top:1px solid #000000;
}
.ticket-link {
	width:100%;
	display:inline-block;
	background-color:#a7b5b8;
	color:#000000;
	padding-bottom:10px;
	padding-top:10px;
	text-decoration: none;
	text-align: center;
	transition: 0.5s;
	font-weight: bold;
	
}
.ticket-link:hover {
	background-color:#23313f;
	color:#ffffff;
}
.agg-button {
	color:#ffffff;
	font-weight:bold;
	font-size:1.5em;
	border:0px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background-color:#23313f;
	transition:0.5s;
}
.agg-button:hover {
	background-color:#a7b5b8;
	color:#000000;
}
.variation {
	background-color:#23313f;
	display:inline-block;
	margin-bottom:13px;
	margin-right:10px;
	transition:0.3s;
}
.variation:hover {
	color:#000000;
	cursor:pointer;
	background-color:#a7b5b8;
}
.selected { 
	background-color:#a7b5b8;
	color:#000000;
}