/* Copyright Persenc Software */

.page {
	font-family: sans-serif;
}

.header {
	display: flex;
	justify-content: space-between;
}

.logo a {
/*	color: #CC9900; */
/*	color: #C89600; */
/*	color: #B49600; */
	color: #A08C00;
	font-size: 2.0em;
}

.logo a:hover {   
    text-decoration: none;
}

.nav {
	font-size: 0.9em;
}

.nav li {
	display: inline;
	padding-left: 4px;
}

.content {
	display: flex;
	flex-direction: column;
}

.title {
	text-align: center;
}

.items {
}

.photo {
    float: left;
    margin: 0px 10px 0px 10px;
    width: 20%
}

.bio {
    
}

.footer	{
	font-size: 0.8em;
	text-align: center; 
}

h1 {
	font-size: 1.2em;
/*	color: #8B6500; */
	color: #8C7800;
}

h2 {
	font-size: 1.1em;
/*	color: #8B6500; */
	color: #8C7800;
}
 
a, a:link, a:active, a:visited {
/*    color: #8C6A00;*/
/*    color: #785A00;*/
/*   color: #8B6500; */
	color: #8C7800;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

img {
    max-width: 100%;
}
