#home nav .home > a {
	color:black;
	pointer-events: none;
	cursor: default;
}
#groups nav .groups > a {
	color:black;
	pointer-events: none;
	cursor: default;
}
#events nav .events > a {
	color:black;
	pointer-events: none;
	cursor: default;
}
#archive nav .archive > a {
	color:black;
	pointer-events: none;
	cursor: default;
}

.banner{
	width:100vw;
	height:457px;
	background-repeat:no-repeat;
	background-position: center;
	background-size:cover;
	position: relative;
	left:-8px;
	}
.fbText {display:none;}
#exterior{background-image: url('images/Wave%20Exterior.jpg');}
#exitText {display: none;}
@media only screen and (max-width: 768px){
	#exitText {float:right; display:block;}
	.fbText {display:inline;}
}

