/* Copyright Arun Mehta */

* {
	font-family: sans-serif;
}

header {
	font-size: 0.8em;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

nav li {
    margin-left: 10px;
}

main {
    
}

footer {
	font-size: 0.8em;
	text-align: center; 
}

h1 {
    text-align: center;
	font-size: 1.2em;
	color: #8C7800;
}

h2 {
	font-size: 1.1em;
	color: #8C7800;
}
 
a, a:link, a:active, a:visited {
	color: #8C7800;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

img {
    max-width: 100%;
}

.bio {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.photo {
    margin: 10px 10px 10px 10px;
    min-width: 160px;
}

.text {

}
