body {margin:0;font-family:Courier}

#main-logo{
	position: fixed;
 	top: 0px;  
	padding: 10px;
	height: 45px;
	z-index:1;
	transition: 0.4s;
	content: url("../images/logo/logo.png"); /* ../images/logo/logo.png for xmas */
}

.min-logo{
	display: none;
	float: left;
	height: 42px; 
	padding: 15px 0px 14px 20px; /* top right  bottom left*/
	content: url("../images/logo/min-logo.png") /* ../images/logo/min-logo.png for xmas */
}

.topnav {
	overflow: hidden;
	background-color: var(--bkg-top-color);
	position: fixed;
	top: 60px;
	width: 100%;
	opacity: 0.8;
	z-index: 99;
	box-shadow: 0px 10px 20px red;
	/*    border-color: red black red ; */
	 border-color: gold transparent gold; /* Red */
	 border-style: solid;
	 border-width: 2px;
/*   position: absolute; */
}

.topnav a {
	float: right;
	display: block;
	color: LawnGreen;
	font-weight: bold;
	text-align: center;
	padding: 22px 10px; /* Related to .dropdown, but 2px difference */
	text-decoration: none;
	font-size: 17px;
	transition: 1.4s; /* The menu buttons */
}

.active {
	background-color: #313336; /* light grey */
	/*   color: LawnGreen; */
}

.icon{
	height: 23px; /* The hover selection box */
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: right;
	overflow: hidden;
}

.dropdown .dropbtn {
	/* position: relative; */
	font-size: 17px;    
	border: none;
	outline: none;
	color: LawnGreen;
	padding: 20px 8px;
	/* margin-top: 20px; */
	/*   margin: 20; */
	transition: 1.4s; /* The menu's drop-down buttons */
	z-index: 99;
}

.dropdown-content {
	display: none;
	position: fixed;
	background-color: #313336; /* dark grey */
	/*   width: 100%;  max-width: 200px; */
	/*   min-width: 200px; */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	box-shadow: 30px 50px 50px red, -0.1em -0.11em gold;
	z-index: 99;

	/*   box-shadow: 0px 10px 30px red; */
	border-color: red black red ;
	border-color: transparent transparent #c6152c transparent ; /* Red */

	border-style: solid;
	border-width: 2px;

}

.dropdown-content a {
	float: none;
	color: gold;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	z-index: 99;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	/*   background-color: #555; */ /* Disable for iPhone issuse, remains grey after release... */
	color: gold;
	z-index: 99;
}

	.dropdown-content a:hover {
	background-color: #1f2124;  /* dark grey */
	color: #c6152c ; /* Red */
	z-index: 99;
}

.dropdown:hover .dropdown-content {
	display: block;
	z-index: 99;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 600px) {
	.min-logo-spacer  {
		margin-top: 67px;
	}
	.topnav.responsive {position: fixed;}
	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .dropdown {float: none;}
	.topnav.responsive .dropdown-content {position: relative;}
	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}
}



/* Light/dark toggle */
.switch {
	margin: 20px 0px 0px 20px; /* top right  bottom left*/
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
	float: left;
}

.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: LawnGreen;; /* light grey */
	-webkit-transition: .4s;
	transition: .4s; 
	box-shadow: 0px 0px 15px lawngreen;
}

.slider:before {
	position: absolute;
	/*   content: ""; */
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #313336;
}

input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
	content: "🌛";
	box-shadow: 10px 10px 25px gold; /* moon glow */
	font-size: 20px;
	background-color: #313336; /* light grey */
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
	content: "💡";
	box-shadow: -15px -15px 25px white; /* lamp glow */

	font-size: 20px;
	background-color: #c6152c; /* Red */
	/*   box-shadow: 110px 8px 16p 0px rgba(0,0,0,0.2); */

	/*   z-index: 99; */

	/*   box-shadow: 0px 10px 30px red; */
	/*      border-color: red black red ; */
	/* 	 border-color: transparent transparent #c6152c transparent ; /* Red */ */
}

body {
	--bkg-top-color: #c6152c;  /* red */
}
body.dark-theme {
	--bkg-top-color: #1f2124;  /* dark grey */
}

@media (prefers-color-scheme: dark) {
  	/* defaults to dark theme */
	
	body {
		--bkg-top-color: #1f2124;  /* dark grey */
	/* 	--bkg-dropdn-color: #313336;  /* light grey */ */
	}

	body.light-theme{
		--bkg-top-color: #c6152c;  /* red */
	/* --bkg-dropdn-color: #313336;  /* light grey */ */
	}
}