html {
    position: relative;
}

body {
    margin-bottom: 100px;
}

.jumbotron img {
    width: 200px;
    border: 5px solid #666;
}

 hr {
    width: 250px;
    border-top: 3px solid #999;
}

section {
    min-height: 600px;
}

.portfolio {
    background-color: #eee;
}

.contact {
    min-height: 800px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 379px;
    height: 100px;
    background-color: black;
    padding-top: 30px;
}

footer p {
    color: #aaa;
    font-size: 0,9em;
}











