html, body{
	font-family: Lora;
	height: 100%;
}

.jumbotron > h1{
	padding-top: 3px;
	font-weight: bold;
	font-size: 46px;
	margin-bottom: 0;
	padding-left: 10px;
}

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

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

.jumbotron > hr{
	padding-bottom: 0;
	padding-top: 0;
}

.jumbotron > p{
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 0em;
}


.img1 {
	/*background-image: url(../img/jankoferlic.jpg);*/
	background-image: url(../img/conferenceroom.jpg);
	position:relative;
  	opacity: .3;
  	background-position:center;
  	width: 100%;
  	height: 300px;
  	background-size:cover;
  	background-repeat:no-repeat;
  	opacity: 0.9;  
  	margin-top: 0;
}

.areasofprac{
	text-align: center;
}

.container{
	min-height: 100%;
}

/*footer{
	position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
}*/

.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;
}



