html {
	position: relative;
}

body {
	margin-bottom: 120px;
}
.jumbotron {
	background-image: url('../img/u.jpg');
}


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

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

section {
	min-height: 600px;
}
.about {
	min-height: 100px;
}

.portfolio {
	background-color: #D3D3D3;
}

.contact {
	min-height: 800px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #333;
	padding-top: 30px; 

}

footer p {
	color: #aaa;
	font-size: 1em;
}
