@charset "utf-8";
body {
    background-color: white;
    font-family: Arial, sans-serif;
    color: black;
    margin: 0;
}

header {
    background-color: white;
    text-align: center;
    padding: 20px;
}

h1 {
    font-style: georgia, serif;
}

nav {
    margin-top: 10px;
}

nav a {
    text-decoration: none;
    color: black;
    padding: 8px;
}



main {
    width: 900px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.photos {
	text-align: center;
}

.mainphoto {
    width: 100%;
    height: auto;
}

.portfolio {
    width: 250px;
	height: 250px;
    margin: 10px;
    border: 2px solid #cccccc;
}

.categories {
    text-align: center;
    margin-bottom: 20px;
}

.categories a {
    text-decoration: none;
    color: black;
    padding: 8px;
}

main a {
    color: black;
    text-decoration: none;
}

h2 {
    font-family: Georgia, serif;
}


.bio-image {
    width: 40%;
    float: left;
    text-align: center;
}

.bio-image img {
    width: 250px;
}

.bio-text {
    width: 55%;
    float: right;
	text-align: center;

}

footer {
    background-color: white;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
}

