body,html { background-color: #E6BC95; color: black; font-family: Sans-serif; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
h1 { text-align: left; font-size: 18pt; font-weight: bold; }
h2 { text-align: left; font-size: 10pt; font-weight: bold; }
#bodyOuter {
	margin: 2em auto auto auto; 
	padding-top: 1em; 
	padding-bottom: 1em; 
	padding-left: 1em; 
	background-color: white; 
	width: 350px; 
	border: 2px solid #6B8E23; border-radius: 10px; position: relative; top: 0px;}
#portrait { height: 538px;margin: 1em auto auto auto;background-color: #E6BC95; width: 350px;margin-bottom: 1em;}
#tagLine {text-align: center;max-width:350px !important; border:2px solid #6b8e23;border-radius:10px;background-color: white;margin: 0 auto 1em auto;padding: 1em 0 1em 0;}
#portrait img { display: block;border-radius:9px;border:2px solid #6B8E23;}
#hamburger {
	min-height: calc(100% - 2rem);
	position: absolute;
	top: 1em;
	right: 1em;
	aspect-ratio: 1/1;
	max-width: 100% !important;
}
#hamburger label { 
	border: 1px solid black;
	display: inline-block; 
	max-width: 100%;
	padding: 0 0.25em 0 0.25em; 
	position: absolute;
	top: 0em;
	right: 1em;
	line-height: 2rem; 
	text-align:center;
	vertical-align: center; 
	font-size: 8pt;
}
#menu-toggle { display: none; }
#menu { max-height: 0; 
	overflow: hidden; 
	-webkit-transition: all 0.3s ease;
       	position: relative;
	top: 4em;
}
#menu li {
	background-color: white;
	height: 2em;
	line-height: 2em;
	vertical-align: centre;
	border: 2px solid #6b8323;
	border-radius: 10px;
	margin-bottom: 0.25em;
	text-align:center;
	color: black;
	padding: 0 1em 0 1em;
	width: 100%;
	display: inline-block;
}
#menu li a {
	color: black;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}
#menu-toggle:checked ~ #menu { max-height: 100%; }
.whitebg { 
	background-color: white !important; 
	border: 2px solid #6b8323;
	border-radius: 10px;
	padding: 1em;
	overflow: scroll;
}
.blurb {
	margin-top: 1em;
	border-top: 2px solid black;
	padding-top: 5px;
}
::-webkit-scrollbar {
	width: 5px;
}
