html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
}
body {
	margin-bottom: 60px;
	min-height: calc(100vh - 100px);
}
.jumbotron{
	background-color: #a9a9a9;
	width: 100%;
	height: 360px;
}
#jumbotron-subtext{
	padding-left: 5px;
}
.page-header{
	margin-top: 20px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #222222;
}

#header-container{
	position: relative;
}

#header-text-container{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #EEEEEE;
	background-color: rgba(0,0,0,0.8);
}

.content-wrapper{
	margin-bottom: 70px;
}

.footer div{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;
}
#footer-copyright{
	text-align: right;
}

@media only screen and (max-width: 768px){
	#header-text-container{
		position: absolute;
		top: 10%;
	}
}