body {
  background-image: url("../images/wood_pattern_@2X.png");
  /* background-color: purple; */
 }

 h1{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }
 h2{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }
 h3{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }
 h4{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }
 h5{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }
 h6{
  font-family: 'Georgia', Times, 'Times New Roman', serif;
 }

 p {
  font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
 }

#name{

    width: 320px;
    height: 45px;
    text-align: center;
    color: white;
    background: #4aaaa5;
    float: left;
    font-size: 26px;
    margin-left: auto;
    margin-right: 30px;
    padding-top: 5px;
}


a:link {
    color: #777777;
  }
.wrapper{
  width: 960px;
  margin: auto;
  height: 45px;
  background-color: #ffffff;
  
  
}
.wrapper2 {
  background-color: #ffffff;
  height: 47px;
  border-bottom: 2px #cccccc solid;  
}
.nav-link {
  color: #777777;
  /* font-family: 'Georgia', Times, 'Times New Roman', serif; */
}
.main-bio {
    width: 960px;
    border: 2px solid #cccccc;
    padding: 30px;
   overflow: auto;
   background: #ffffff;
   color: #777777;
   margin-right: auto;
   margin-left: auto;
   margin-top: 20px;
   margin-bottom: 150px;
} 

h2 {
  color: #4aaaa5;
}


.clearfix {
  overflow: auto;
}

.me1{   
  float: left;
  margin-right: 10px;
}



/* portfolio styling */
.card{
height: 200px;
width: 270px; 
border-bottom: 2px #cccccc solid;
}

.card-body{
  height: 30px;
position: relative; 

}
img{
  height: 200px;
  width: 270px;
}
#contactBtn{
  height: 90%;
  width: 40%;
}
.me1{
  height: 220px;
  width: 200px;
}
.img-caption{
  height: 40px;
  width: 268px;
  background-color: #4aaaa5;
  position: absolute;
  margin-top: 150px;
  text-align: center;
  padding-top: 10px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: both;
}

 button{
  width: 150px;
  align-content: left;
  background-color: #4aaaa5;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
label
{
  margin-bottom: 0px;
}
footer{
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #666666;
   color: white;
   text-align: center;
   margin: auto;
   border-top: 8px solid #4aaaa5;
   height: 10%;
}