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

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

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

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

.jumbotron > h1{
	/*font-size: 3.3em;*/
	font-size: 30px;
	padding-top: 1em;
	font-weight: bold;
	margin-bottom: 1em;
	color: black;
}

/* GRID SYSTEM */
.wrapper{
	display:grid;

	grid-template-columns: 4fr;
	grid-gap: 1em;

	font-family: Lora;
}

.wrapper > div{
	/*background: #fff;*/
	padding: 1em;
}


.box2 p{
	font-size: 16px;
	text-align: center;
}

.box2{
	/*padding: 1em;*/
	color: black;
	text-align: center;
}


.wrapper hr{
	padding-top: 1em;
}

body{
	color:#666;
	/*background: #333;*/
}

.main{
	/*background: #333;*/
}

.googlemap iframe{
	width: 100%;
	height: 400px;
	border: none;
}

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