html {
	position: relative;
}

body {
	margin-bottom: 100px;
	margin-top: 20px;
}

.jumbotron img {
	width: 300px;
	border: 5px solid #666;
}

 hr {
	width: 250px;
	border-top: 4px solid #999;
}

section {
	min-height: 600px;
}

.portfolio {
	background-color: #eee;
}

.contact {
	min-height: 800px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #333;
	padding-top: 30px;
}

footer p {
	color: #aaa;
	font-size: 0.9em;
}
