#navbar{
	top: 0;
	left: 0;
	width:100%;
	height:160px;
	background:white;
	position:sticky;
	padding-top: .8em;
	display:flex;
	flex-direction: row;
	border-bottom: 2px solid #fab730;
}
#logoA{
	display:block;
	z-index: 100000;
	position:relative;
}
#songAndDate{
	position:relative;
	width:15%;
	display:block;
	margin-top:auto;
	margin-bottom:auto;
}

#logoContainer{
	width: 25%;
	margin:auto
}
#logo{
	width: auto;
	height: 130px;
	display: block;
	margin-left:20%
}
#dates{
	position: relative;
	display:flex;
	flex-direction: column;
	font-family: 'Open Sans',sans-serif;
	font-size: .85em;
	line-height:0px;
	font-style:italic;
	color:#fab730;
}
.adate{
	text-align:center;
}
ul#links{
	display: flex;
	flex-direction: row;
	list-style: none;
	justify-content: center;
	max-width:900px;
	flex-flow:wrap;
}
#navLinks{
	width:60%;
	position: relative;
	margin-top: auto;
	margin-bottom: auto;

}
.navItem{
	padding-bottom:15px;
}
.navItem > a{
	color: #213073;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 21px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	padding-left: 12px;
	padding-right: 12px;
	width:fit-content;
}
.navItem > a:hover{
	color: #c59412;
	
}
#hamburgerContainer{
	position: relative;
	width:0%;
	margin-top: auto;
	    margin-bottom: auto;

}
#hamburger{
	display:none;
	color:#213073;
	position:relative;
	padding-left:15px;
}

.dropbtn{ /*.dropbtn in w3*/
	font-family: "Open Sans", sans-serif;
	background:white;
	text-transform: uppercase;
	color: #213073;
	border: none;
	padding-top:0px;
	padding-bottom:0px;
	font-size:21px;
	font-weight:500;
}

.dropdown { /* 2nd in W3 */
  position: relative;
  display: inline-block;
}


.dropdown .dropbtn:hover{
	color:#c59412;
}
.dropdown-content{
	display:none;
	position:absolute;
	width:170px;;
	color:#213073;
	background:white;
	font-family: "Open Sans", sans-serif;
	font-weight:500;
	font-size:22px;
	z-index: 1;
	padding-top:10px;
	left:-100%;
}
.dropdown-content a {
	float:none;
  color: #213073;
  background:white;
  text-decoration: none;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  font-size:.9em;
}


.show {
  display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

#mobileMenu{
	display:none;
}
#closeMobMenu{
	background:none;
	color:#0b2968;
	border:none;
	font-size: 32px;
	width: fit-content;
	align-self: center;
}






@media only screen and (max-width:1150px){
	#logoContainer{
		width:20%;
	}

#logo{
	
}
#navLinks{
	width:65%;
}
	
}
@media only screen and (max-width:1050px){
	#logoContainer{
		width:15%;
	}
	#navLinks{
		width:70%;
	}
}
@media only screen and (max-width:1000px){
	#navbar{
		height:125px;
	}
	#hamburgerContainer{
		z-index:10000;
		width:20%;
		order:-1;
	}
	#hamburgerContainer,#hamburger{
		display:block;
	}
	#navLinks{
		width:0%;
	}
	#logoContainer{
		order:-1;
		width:60%;
	}
	#songAndDate{
		width:20%;
	}
	#logo{
		height:120px;
		margin-left:auto;
		margin-right:auto;
	}
	ul#links{
			display:none;
		}
		#mobileMenu{
			position:relative;
			background:#fab730;
			margin-top:-70px;
		}
		#mobileMenuItems{
			position:relative;
			list-style:none;
			display: flex;
			flex-direction:column;
			text-transform: uppercase;
			padding-left:0px;
			text-align: center;
			margin-top:.75em;
			margin-bottom:0px;
		}
		.hamburgerMenuItem > a{
			text-decoration: none;
			font-family: "Open Sans", sans-serif;
			font-size:20px;
			color:white;
		}
		#mobileSubItems{
			display:flex;
			flex-direction: row;
			align-self:center;
		}
		#mobileMenuItems.first{
			margin-top:0em;
		}
		.origMen{
			margin-top:.8em;
			margin-bottom:.8em;
		}
		#mobileSubItems{
			margin-top:.8em;
		}
		.betweenItem{
			margin-left:1.2rem;
			margin-right:1.2rem;
		}
	.navItem > a{
		font-size:18px;
	}
	.adate{
		font-size:.70em;
	}
}

@media only screen and (max-width:800px){
	#dates{

	}

}
@media only screen and (max-width:700px){
	#heritagesongContainer{
		
	}
}
@media only screen and (max-width:660px){

}
@media only screen and (max-width:550px){
	.hamburgerMenuItem > a{
		font-size:18px;
	}
}
@media only screen and (max-width:500px){
	

	#logo{
		
	}
	#dates{
		
	}
	.adate{
		font-size:.7em;
	}
	.origMen, .subItem {
	    margin-top: 0.65em;
	    margin-bottom: 0.65em;
	}
}
@media only screen and (max-width:460px){
	.hamburgerMenuItem.subItem > a{
		font-size:.85rem;
	}
}
@media only screen and (max-width:400px){

}
@media only screen and (max-width:360px){
	.subItem > a{
		font-size:15px;
	}
	.adate{
		font-size:.6em;
	}



	
}