nav {
    position: relative;
    color:#777777;
    background-color:#ffffff;
    width: 100%;
    border-bottom: solid #777777;
    margin-bottom: 10px; 
    border-color:#cccccc;
    font-family: 'Georgia', Times, Times New Roman, serif;
    height: 100px;
    box-sizing: border-box;
} 
a {
    color:#777777;
}
a:visited{
    color:purple;
}
a:hover{
    color:darkgrey;
}

ul{
    list-style: none;
    position: relative;
    margin-right: 200px;
    margin-top: 40px;
    float:right;

}
li{
    display: inline;
}
body {
    width: 100%;
    background-image: url("../images/white-waves.png");
}
.wrapper{
    margin:0 auto;
    width:960px;
    background-color:#ffffff;
    border:solid;
    border-color: #dddddd;
    box-sizing:border-box;
    padding:0;

}
.bio    {
    overflow: auto;
    padding: 10px;
    font-size: 15px;
    line-height: 25px;
    color:#777777;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
}
h1 {
    position: absolute;
    z-index: 2;
    background-color: #4aaaa5; 
    color:white;
    width:300px; 
    height: 80px;
    text-align: center;
    margin: 0 0 0 200px; 
    padding-top: 20px;
    box-sizing: border-box;
    font-family: 'Georgia', Times, Times New Roman, serif;
}

h2 {

    color:#4aaaa5;
   padding-left: 20px;
   padding-bottom: 20px;
   border-bottom: 2px solid lightgray;
   font-size: 30px;
}

article{
    padding-left: 20px;
    line-height: 20px;
    box-sizing:border-box;
    background-color: #ffffff;


}
form{ 

    padding-left: 20px;
    line-height: 20px;
    box-sizing:border-box;
    background-color: #ffffff

}
footer {
    position: absolute;
    background-color: #666666;
    text-align: center;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    border-top: 8px solid #4aaaa5;
    padding-top: 20px;

}
/*pics section*/
section {
    margin:0 auto;
    width:100%;
    overflow: auto;
    background-color:#ffffff;
    box-sizing:border-box;

}
.images {
    position: relative;
    float: left;
    width:33.3%;
    padding-left:20px;
}
/*project names*/
p {
    position: relative;
    top: -100px;
    background-color: #4aaaa5;
    width:300px;
    height:40px;
    text-align: center;
    color: white;
    padding-top:20px;

}
.image1 .image2 .image3 .image4 .image5{
    width:300px;
}

.button{
    background-color: #4aaaa5;
    color:white;
    width: 80px;
    height: 20px;
    margin-bottom: 10px;
    
}