body {
	margin: 10px;
}
#body_canvas {
	color: #2F4F4F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	max-width: 1000px;
	margin: auto;
}
#container {
	background-color: #f8f6f4;
	padding: 10px;
	clear: both;
	float: left;
	margin-top: 80px;
	width: 95%;
	border: 1px solid #040;
}
#header {
	width: 97%;
	max-width: 980px;
	overflow: hidden; 
	position: fixed; 
	top:0; 
	background-color: #fff; 
	padding-top:10px;
	background-color: rgba(255, 255, 255, 0.75);
}
#compressed_header {
	width: 97%;
	max-width: 980px;
	overflow: hidden; 
	position: fixed; 
	top:0; 
	background-color: #fff; 
	background-color: rgba(255, 255, 255, 0.75);
	font-size: 2.5em;
	text-align: right;
}
.logo {
	float: left;
	display: block;
	border: 0;
	width: 30%;
	margin: 10px 20px 0 0;
}
.page_title {
	float: left;
	display: block;
	width: 60%;
	margin: 0 10px 0 0;
	font-size: 1.3em;
	color: #622;
	font-family: Verdana, Geneva, sans-serif;
}
#header_text {
	width: 80%;
	text-align: center;
	margin: auto;
}
h1 {
	font-size: 1.4em;
	color: #030;
	font-weight: 500;
}
h2 {
	font-size: 1.2em;
	color: #2f4f4f;
	font-weight: 500;
}
h3 {
	font-size: 1.4em;
	color: #622;
	font-weight: 500;
}
h4 {
	font-size: 1.2em;
	color: #622;
	font-weight: 500;
}
li {
	margin-bottom: 1em;
}
.enhanced {
	font-weight: bolder;
	color: #060;
}
.title {
	display: inline;
	vertical-align: top;
	font-weight: 500;
}
.tagline {
	font-size: .75em;
	margin-top: 0em;
	font-weight: bold;
}
a:link {
	color: #040;
}
#footer {
	float: left;
	clear: both;
	color: #666;
	text-align: center;
	font-size: .6em;
	width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer a {
	color: inherit;
	text-decoration: underline;
}
.button_unselected {
	background-color: white;
	color: #040;
	border: 2px solid #508850;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	margin: 0 2px 10px 2px;
}
.button_selected {
	background-color: #508850;
	color: #fff;
	border: 2px solid #040;
	border-radius: 4px;
	font-size: 16px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	text-decoration: none;
	margin: 0 2px 10px 2px;
}
.button_unselected:hover {
	background-color: #508850;
	color: white;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
button:focus {
    outline: none;
}
img {
	border: 1px solid #040;
	float: left;
	margin: 0 10px 10px 0;
}
.pic_caption {
	margin: 10px;
    text-align: center;
    font-size: .8em;
	color: #460;
}
.bio_pics {
	width: 30%;
    margin: 10px;
    text-align: center;
    font-size: .8em;
	color: #460;
}
.bio_pics img {
    width: 95%;
	border: 1px solid #040;
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.inline_header {
	display: inline;
}
.gallery_description {
	float: left;
	width: 45%;
	text-align: left; 
	font-size: 1em; 
	color: #040604;
}
.gallery_description p {
	margin-left: 20px;
}
.gallery_image {
	width: 50%; 
	float: right;
}
.tone_kit_description {
	float: right;
	width: 65%;
	text-align: left; 
	font-size: 1em; 
	color: #040604;
}
.tone_kit_description p {
	margin-left: 20px;
}
.tone_kit_image {
	width: 30%; 
	float: left;
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}