  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  	background-image: url(../images/night_city_skyline.jpg);
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
}

  main {
    flex: 1 0 auto;
  }

nav {
	height: 100px;
}

.brand-logo {
	margin: 10px 10px 5px;
	max-height: 80px;
	left: 50%;
	transform: translateX(-50%);
}
/* Always set the map height explicitly to define the size of the div element that contains the map. */
.map_wrapper {
	height: 400px;
	padding-top: 24px !important;
}

#map_canvas {
width: 100%;
height: 100%;
}

.container {
	padding: 15px;
	margin-bottom: 20px;
}

#searchForm .row {
	margin-bottom: 0px;
}

#searchBtn {
	margin-top: 20px;
}

.activator {
	margin-top: .75rem;
}

.weblings {
	width: 100px;
	border: 1px solid #000;
	margin: 10px 0 0;
}

.page-footer {
	padding: 10px;
	text-align: center;
	color: #FFF;
}

/*.grouponImg {
	width: 80%;
	margin: 15px auto;
}
*/
/*.deals-info p {
	line-height: : 2.0;
}*/


h5 {
	/*color: #303f9f;  OLD BLUE*/
	color: #003366;
	text-align: center;
	border-bottom: 1px solid #DDD;
}
.card-panel {
	padding-top: 5px;
}
.collapsible {
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
}
.collapsible-header {
	font-weight: bold;
}
.collapsible-body {
	background-color: #EEE;
}
