/*body,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}*/

.bgimg,
.bgimg2 {
	min-height: 100%;
	background-position: center;
	background-size: cover;
}
/*
:root {
	--header-height: 0px;
	--sidebar-offset: 0px;
}*/

.site-main {
	margin-left: 200px;
}

.site-main-wide {
	margin-left: 300px;
}

.site-header-shell {
	position: relative;
	z-index: 1000;
}

.site-branding-bar {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 180px;
}

.site-logo {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1001;
}

.site-logo img {
	width: 150px;
	display: block;
}

.site-club-title {
	text-shadow: 1px 1px 2px rgb(171, 171, 175);
	z-index: 2;
}

.site-menu-toggle {
	z-index: 2;
}

.site-club-title h1,
.site-page-title h2 {
	margin: 0;
}

#top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

#top .w3-bar,
#top .w3-container {
	background: #f7f7f7;
}

#content {
	padding-top: var(--header-height);
}

#mySidebar {
	background: #f7f7f7;
	top: var(--sidebar-offset);
	height: calc(100vh - var(--sidebar-offset));
	z-index: 999;
}

.leaflet-top,
.leaflet-bottom {
	z-index: 400;
}

.bgimg {
	background-image: url("../../assets/images/pano.jpg");
}

.bgimg2 {
	background-image: url("https://www.w3schools.com/w3images/pizza.jpg");
}

@media (max-width: 600px) {
	.site-branding-bar {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 120px;
	}

	.site-logo {
		top: 0;
		right: 0;
	}

	.site-logo img {
		width: 100px;
	}

	.site-club-title h1 {
		font-size: 1em;
	}

	.site-menu-toggle {
		float: none;
		display: block;
		width: fit-content;
		margin-top: 8px;
		padding-left: 0;
	}

	.mobile-menu-open .site-menu-toggle {
		visibility: hidden;
		pointer-events: none;
	}

	.site-page-title h2 {
		font-size: 0.9em;
	}
}
