#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:450px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position: relative;
	left:-8px;
}
#exterior{background-image: url('images/Barrhead_From_Gleniffer_Braes.jpg');}
img#beStill {width:40%}
h2.date-header {
font: normal bold 16px Roboto, 'Libre Franklin', Arial, Tahoma, Helvetica, FreeSans, sans-serif;
text-align: left;
}
section#post-body {
	text-align: left;
}
#exitText {display: none;}
@media only screen and (max-width: 768px){
	#exterior{background-image: url('images/Barrhead_From_Gleniffer_Braes1.jpg');
		display: flex;
		max-width: 95vw;
	}
	#exitText {float:right; display:block;}
}
@media only screen and (max-width: 600px){
	img#beStill {width:88%;}
	iframe {width:95vw; height:71.25vw;}
}
@media only screen and (max-width: 1090px) {
	#heritageLogo {width:95vw; height:17.18vw;}
}