html {
	position: relative;
}

body {
	margin-bottom: 120px;
	margin-top: 30px;
}


.jumbotron img {
	width: 200px;
	border: 5px solid #02a8f5;
}

hr {
	width: 200px;
	border-top: 3px solid #180364;
}

section {
	min-height: 600px;
}

.portfolio {
	background-color: #26d2e9;
}

.contact {
	min-height: 800px;
}


footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 120px;
	background-color: #a9e6cc;
	padding-top: 30px;
}

footer p {
	color: #000000;
	font-size: 0.9em; 
}