html{
	position: relative;
	
}

body{
	min-height: 100px;
	padding-top: 30px;
}

.jumbotron img {

width: 200px;
border: 4px solid #111;

}

.img-circle {
 border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
text-align: center;
}

.container hr{
	width: 200px;
	border-top: 2px solid #999;
}

.portfolio {
	background-color: #eee;
}

.portfolio hr{
	width: 200px;
	border-top: 2px solid #999;
}

.form-control{
	width: 550px;
}

.portfolio img{
	width: 400px;
}

section	{
	min-height: 650px
}

footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #111;
	padding-top: 30px;
}

footer p{
	color: #eee;
	font-size: 10px;
}

.navbar{
	opacity: 0.3;
}

