
.navbar{
	background: #333;
	font-family: Lora;
}

.jumbotron > h1{
	/*font-size: 3.3em;*/
	/*padding-top: 1em;*/
	padding-top: 1px;
	font-weight: bold;
	/*margin-bottom: 1em;*/
	font-family: Lora;
	font-size: 46px;
	margin-bottom: 0;
	padding-left: 10px;
}

.jumbotron{
	font-family: Lora;
	text-align: left;
	padding-top: 3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	margin-bottom: 0px;
}

.container{
	font-family: Lora;
	padding-top: 2em;
}

.img-responsive{
	height: auto;
}

.main-footer{
	background-color: #000;
	position: relative;
	height: 100px;
	margin-top: -100px;
	clear: both;
}

footer{
  text-align: center;
  font-family: Lora;
  /*background-color:#f4f4f4;*/
  color: black;
  height: 50px;
  font-size: 12px;
}