	
@media all {
	body {
		background: url("./P1050426-600.JPG");	 
		background-repeat:no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		background-color: rgba(20, 32, 13);
	}
	
	#hamburgerMenu {
		width: 100%;
		background: transparent;
		color: rgba(112, 66, 65);
		font-family: system-ui;
		font-size: 1.6em;
		font-weight: bold;		
		padding: 0.5em;
		text-shadow: 3px 3px 5px gray;
	}

	#hamburgerItems a {
		flex-grow: 1;
		flex-basis: 0;
		padding: 10px;
		color: rgba(112, 66, 65);
		background: transparent;
		text-decoration: none;
		text-align: left;
		text-shadow: none;
		font-size: 0.6em;
		font-family: system-ui;
		font-weight: bold;
	}

	#hamburgerMenu label { 
		display: inline-block; 
		color: white;
		background: rgba(112, 66, 65);
		font-style: normal;
		font-size: 1.2em;
		padding: 10px;
	}

	#hamburgerItems {
		display: none; 
	}

	#hamburgerMenu input:checked ~ #hamburgerItems { 
		display: block; 
	}

	#hamburgerMenu checkbox, #hamburger { 
		display: none; 
	}
}	


@media all and (min-width: 35em) {
  body {
	background: url("./P1050426-2000.JPG");	 
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;	
	background-attachment: fixed;
	background-color: rgba(20, 32, 13);
  }
}

p {
	color: white;
	font-family: system-ui;	
	font-size: 1em;
	font-weight: normal;		
}
	
#box {
	color: white;
	padding: 1em;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: left;
}

a:link {
 	color: gray;
}
a:visited:focus { 
	color: silver;
}