2.footer-copyrights{
	font-size: 0.75em;
}
.footer-deisclaimer-box{
	text-align: right;
	font-size: 0.75em;
}
#main-footer{
	font-size: 15px;
	padding-top: 1em;
}
header .menu{
	background: #2b2e7f;
}
header .menu ul{
    display: flex;
    width: 100%;
    margin:  0;
    padding: 0.5em 0;
}
header .menu li 
{
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease-in-out;	
		flex: 1 1 auto;
}
header .menu li a{
	color: #fff;
    transition: all .25s ease-in-out;	

}

header .menu li a:hover{
	color: yellow;
	text-decoration: none;
}
main{
	background: linear-gradient(115deg, #00123d 0%, #34c7d7 30% , #00123d 100%);
background-size: 400% 400%;
}
main section{
	padding: 2em 0;
}
.panel-wrapper{
	padding: 1em; background: #fff;
	border-radius: 1em;
}
.venue-detail{
	max-width: 80vw;
	width: 800px;
	margin: auto;
	text-align: center;
	font-size: 1.2em;
}
.venue-detail td{
	padding: 0.5em 0;
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	
}
.venue-detail tr:last-child td{
	border: none;
}

.sponsor img{
	width: 180px;
	max-width: 100%;
	margin: 1em 1em;
}
.gallery>div>div{
	display: inline-block;
	background: #fff;
	
}
.gallery img{
	box-shadow: 3px 3px 3px #333;
}
nav a{
	font-size: 24px;
}

@media screen and (max-width: 768px){
	.venue-detail{
		max-width: 100vw;
		width: 100%;
		margin: auto;
		text-align: center;
		font-size: 0.8em;
	}
	nav a{
		font-size: 14px;
	}
	
}