body {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    font-size: 16px;
    vertical-align: middle;
    line-height:150%;
    color:  #333;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: url(../images/background/seigaiha.png);
    background-repeat: repeat;
    overflow: auto;
    min-height: 110%;

}
.navi { 
    float: left;
    line-height: 50px;
    

}

header {
    overflow: hidden;
    background: #ffffff;
    height: 50px;
    border-top-color: rgb(161, 161, 161);
    border-top-style: solid;
    border-width: .5px;
    border-bottom-color: #eee;
    border-bottom-style: solid;
}

h1 {
    font-size: 2.5em;
    padding: auto;
    width: 20%;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    margin-left: 18%;
    Display: block;
    text-align: center;
    background: teal;
    padding-bottom: 0;
}
#buttons  {
    position: relative;
    line-height: 50px;
    margin-left: 80%;
    margin-top: -50px;
}
#index {
    margin: 0 5px;
}
#portfolio {
    margin: 0 5px;
}    
#contact {
    margin: 0 5px;
}
h2 {
    font-size: 2.5em;
    color: teal;
    Margin: 20px;
}
h3 {
    font-size: 2em;
    color: teal;
    Margin: 15px;
}
.container {
    width: 960px;
    margin: 45px auto;
    min-height: 100%;
    margin-bottom: -35px
    

}
#bio-image, #main-bio {
    vertical-align: 0%;
    position: inherit;
    float: left;
    background: #ffffff;
    width: 960px;
}
#main-bio {
    margin-right: 30px;
    padding: 30px;
    border-top-style: solid;
    border-top-color: #eeeff0;
    Border-bottom-style: solid;
    Border-bottom-color:#eff0f1;
    border-width: 1px;
    height: 400px
}
#contact-info {
    margin-right: 30px;
    padding: 30px;
    border-top-style: solid;
    border-top-color: #eeeff0;
    Border-bottom-style: solid;
    Border-bottom-color:#eff0f1;
    border-width: 3px;
    background: #ffffff;
    width: 580px;
    Margin: auto;
    height: 500px;
    line-height: 2em;
}

.namwa {
    
    height: 20px;
    width: 80%;
    Padding: 4px;
    border-style: solid;
    border-color: teal;
    border-width: 1px;
    Margin: 20px auto 20px auto;

}


.longform {
    height: 130px;
    width: 80%;
    Padding: 4px;
    border-style: solid;
    border-color: teal;
    border-width: 1px;
    Margin: 20px auto 20px auto;
}

input[type=submit] {
    background: teal;
    color: #eeeff0;
    border-style: none;
    font-size: 1.2em;
    line-height: 1.5em;
    padding-left: 20px;
    Padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#portfolio-card-container {
    width: 70%;
    Margin: auto;
    padding: 30px;
    border-top-style: solid;
    border-top-color: #eeeff0;
    Border-bottom-style: solid;
    Border-bottom-color:#eeeff0;
    border-width: 3px;
    background: #ffffff;
    height: 475px;
    display: block;
}
.port-card {
    clear: both;
    display: inline-block;
    position: relative;
    /* float: left; */
    /* background: #333; */
    width: 150px;
    Margin: 20px;
    text-align: center;
}
.portext {
    clear: both;
    position: absolute;
    bottom: 20px;
    Width: 150px;
    line-height: 2em; 
    margin:auto;
    background-color:teal;
    color: white;
}
#bio-image{
    height: 200px;
    width: 200px;
    Margin-right: 20px;
}

footer {
    clear: both;
    Clear: all;
    Position: fixed;
    Left: 0;
    Bottom: 0;
    color: #ffffff;
    text-align: center;
    height: 30px;
    width: 100%;
    border-top-style: solid;
    Border-top-color: teal;
    border-width: 3px;
    background: rgb(60, 71, 71);
    margin-top: 100px;
}
