body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #3399ff;
	margin: 0;
	padding: 0;
	color: #000;
}

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #6e6c64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #0000ff;
}

#container {
	width: 960px;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	background-color: #000000;
	text-align: center;
	padding: 15px 0;
}
#header a {
	color: #ff3090;
	font-size: 55pt;
	text-decoration: none;
	line-height: 80px;
	letter-spacing: 6px;
}

#strapline {
	background-color: #ff3090;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3px 0;
	font-size: 18px;
}

#responsive-nav {
	display: none;
}

#MenuBar1 {
	list-style: none;
	padding: 0;
	display: inline-block;
	width: 750px;
}
#MenuBar1 li {
	display: inline;
	float: left;
	text-align: center;
}
#MenuBar1 a {
	display: block;
	height: 22px;
	padding: 8px 1vw;
	background-color: #eee;
	color: black;
	text-decoration: none;
}
#MenuBar1 a:hover, #MenuBar1 a.selected {
	background-color: #33c;
	color: white;
}
#MenuBar1 li {
	margin-left: 2px;
}


#sidebar {
	float: left;
	width: 190px;
}
#sidebar p {
	text-align: center;
	margin: 20px 0;
}
#sidebarTop {
	background-color: black;
	color: white;
	font-size: 14px;
	padding: 30px 0 40px;
}
#sidebarTop h1 {
	margin: 0 0 30px;
	font-variant: small-caps;
	font-weight: normal;
	font-family: 'Marcellus', serif;
	font-size: 23px;
	text-align: center;
	letter-spacing: 6px;
}
#sidebarTop .sidebarRibbon {
	background-color: #ff3090;
	color: black;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
#sidebarTop .sidebarPink {
	color: #ff3090;
}
#sidebarTop img.conductorHands {
	margin-top: 30px;
}
#sidebarBottom {
	margin-top: 40px;
	padding: 0 10px 30px;
}
#sidebarBottom .diaryEntry {
	margin-top: 30px;
}
#sidebarBottom p {
	margin: 6px 0;
}

#sidebar .sidebarFacebookLink {
  font-weight:bold;
  color:white;
  text-decoration:none;
	text-align: center;
}
#sidebar .sidebarFacebookLink a {
  display: inline-block;
}
#sidebar .sidebarFacebookLink img {
	width: 40px;
	height: 40px;
}

#content {
	padding: 0 10px 20px;
	width: 750px;
	float: right;
}
#pageTitle {
	font-size: 45px;
	margin: 20px 0 20px;
	text-align: center;
	font-weight: normal;
}

sup {
  line-height: 0;
}

#footer {
	padding: 10px 0;
	background-color: #000000;
	clear: both;
}
#footer a {
	padding: 0 20px;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #3399ff;
}

#contactsTable {
	border-collapse: collapse;
	margin: 40px auto 0;
}
#contactsTable td {
	border: 1px solid black;
	padding: 10px 20px;
}

#coronavirusTable {
	border-collapse: collapse;
	font-size: 0.9em;
}

#coronavirusTable td {
	border: 1px solid black;
	padding: 2px;
}


.homeGallery {
	width: 750px;
	display: block;
	margin: 10px auto;
}

@media all and (max-width: 1000px) {

	#header a {
		font-size: 7vw;
    line-height: 9vw;
	}


	#container {
		width: 100%;
	}


	main {
		display: flex;
	}

	#sidebar {
		flex-shrink: 0;
		flex-grow: 0;
	}

	#content {
		width: auto;
		flex: 1;
		padding: 0 0 20px;
	}
	#content p {
		padding: 0 1vw;
	}

	#MenuBar1 {
		width: auto;
		display: flex;
		align-items: stretch;
	}

	#MenuBar1 li {
		display: flex;
		align-items: stretch;
	}

	#MenuBar1 a {
		height: auto;
		display: flex;
		align-items: center;
	}

	.homeGallery {
		width: 100%;
	}

	.responsive-img {
		max-width: 90%;
	}
}


@media all and (max-width: 800px) {
	main {
		flex-direction: column;
	}
	#sidebar {
		width: 100%;
	}
	#sidebarTop {
		padding: 0;
	}
	#sidebar p {
		margin: 0;
	}
	.responsive-orientation {
		display: flex;
		padding: 10px 0;
	}
	.responsive-orientation div, .responsive-orientation p {
		flex: 1;
	}
	.widescreen-only {
		display: none;
	}
}



@media all and (max-width: 600px) {

	/* sidebar */
	.responsive-orientation {
		flex-wrap: wrap;
	}

	.responsive-orientation div.sidebarFacebookLink {
		flex-basis: 100%;
		padding: 5px 0 10px;
	}
	.responsive-orientation>p {
	  margin: 0 5px 0 0;
		border-right: 2px solid white;
	}


	/* nav */
	#MenuBar1 {
		display: none;
	}
	
	#responsive-nav {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.nav-toggler {
		padding: 5px 5px 0;
	}
	.nav-balancer {
		flex: 1;
	}
	#MenuBar2 {
		flex-direction: column;
		align-items: start;
		list-style: none;
		padding: 0 2vw;
		margin: 0;
	}
	#MenuBar2 a {
		color: black;
		text-decoration: none;
		font-weight: bold;
		transition: padding 0.5s;
	}
	#responsive-nav.displayNav #MenuBar2 a.selected {
		color: #ff3090;
	}
	#responsive-nav.displayNav #MenuBar2 a {
		padding: 10px 4px;
	}
	#MenuBar2 a:hover {
		color: #ff3090;
	}

	#MenuBar2 li a:not(.selected) {
    display: none;
	}

	#responsive-nav.displayNav {
		display: flex;
		align-items: start;
		flex-direction: column;
	}
	#responsive-nav.displayNav #MenuBar2 {
		display: flex;
	}
	#responsive-nav.displayNav #MenuBar2 li a {
    display: block;
	}

}



.xmas2025banner {
	display: block;
	width: 100%;
	min-width: 851px;
	margin: 0 0 0 min(0px, calc(-425px + 50%));
}

@media all and (max-width: 650px) {
	.xmas2025banner {
		min-width: 150%;
		margin: 0 0 0 -25%;
	}
}