html, body {
	margin: 0;
	padding: 0;
	font-family: "arial", sans-serif;
	font-size: 19px;
	color: #000;
	background: #fff;
}

h1, h2 {
	font-family: "Libre Caslon Text", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 33px;
	line-height: 1.28;
}

h2 {
	font-size: 26px;	
	white-space: normal; 
	overflow: visible;
	width: 100%;
}

ul {
	list-style-type: circle;
	color: #000;
	padding-inline-start: 25px;
}

p, li, .hours table, .hours tr, .hours td, #footer-menu a {
	font-family: "Open Sans", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
	color: #000;
	line-height: 1.28;
}

#hamburger {
	cursor: pointer;
	display: inline-block;
}

#hamburger div {
	width: 17px;
	height: 3px;
	background-color: black;
	margin: 3px 0;
}

/* Menu */

.sidemenu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 5px;	
}

.sidemenu a {
	color: #7a7a7a;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 22px;
	display: block;
	font-weight: 600;
	transition: 0.3s;
}

.sidemenu a:hover {
	color: #000;
}

/* Page */

#container {
	height: 100%;
	margin: 0;
	padding: 0;
}

#main {
	min-height: calc(100vh - 470px);
}

#header {
	display: flex;
	justify-content: center;
	z-index: 1000;
}

#logo {
	margin-top: 3px;
	width: 53%;
}

.nav {
	width: 10%;
	display: inline-block;
	padding-top: 11px;
	padding-left: 17px;
}

#banner {
	text-align: center;
	margin: 77px 0;
}

/* WP style */

.about {
	color: black;
	background-color: white;
	width: 83%;
	margin: 44px auto;
	padding: 22px;
	text-align: center;
}

.singlecolumn {
	padding: 44px 44px;
}

.left {
	padding: 33px;
	order: 2;
}

.right {
	order: 1;
}

.location {
	padding: 44px 33px;
}

.locationheader {
	text-align: left;
	padding-bottom: 33px;
}

.address {
	padding-bottom: 33px;
}

.hours {
	white-space: nowrap;
}

.hours table, .hours tr, .hours td {
	border: 1px solid #eff1f5;
	padding: 3px 0;
	margin: 0;
}

.eventcal {
	width: 100%;
	height: 500px;
}

.four04 {
	width: 90%;
	height: auto;
}

/* Footer */

#footer {
	background-color: #4B6299;
	border:1px solid #4B6299
}

#footer-header {
	text-align: center;
	padding-top: 44px;
	padding-bottom: 22px;
}

#logo-footer {
	width: 44%;
}

#footer-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
	margin: 33px auto;
}

#footer-menu a {
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 17px;
}

.menu-item {
	margin: 11px 11px;	
}

#footer-bottom {
	text-align: center;
}

@media screen and (min-width: 768px) {
	
	#logo {
		width: 44%;
		margin-top: 22px;
	}
	
	#hamburger div {
		width: 29px;
		height: 4px;
		background-color: black;
		margin: 5px 0;
	}
	
	.closebtn {
		visibility: hidden;
	}
	
	.nav {
		padding-top: 33px;
		padding-left: 33px;
	}
	
	.left {
		order: 1;
	}

	.right {
		order: 2;
	}
	
	.storefront {
		text-align: right;
	}
	
	.about {
		width: 44%;
	}
	
	.singlecolumn {
		padding: 44px 33px;
	}
	
	.locationheader {
		text-align: center;
	}
	
	.eventcal {
		height: 700px;
	}
	
	.four04 {
		width: 50%;
	}
	
	#footer-header {
		margin-left: 62px;
		text-align: left;
	}
	
	#footer-menu {
		margin-left: 62px;
		width: 44%;
		justify-content: space-around;
	}
	
	#logo-footer {
		width: 44%
	}

}

@media screen and (min-width: 1024px) {
	#logo {
		width: 33%;
		min-width: 400px;
		margin-top: 25px;
	}
	
	.nav {
		font-size: 22px;
		padding-top: 33px;
	}
	
	#logo-footer {
		width: 400px;
	}
	
	#footer-header {
		margin-left: 128px;
	}
	
	#footer-menu {
		margin-left: 128px;
	}
}
