body {
	font-size: 15px;
}

#header {
	border-bottom: 1px solid black;
}
#header > div {
	font-size: 30px;
}

div.col-md-4 > h4, .col-md-12 > h4 {
	font-size: 25px;
	text-align: center;
}

#footer {
	background: rgb(51, 51, 51);
	color: white;
	margin-top: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#social {
	text-align: right;
}


img {
	margin-bottom: 10px;
}
#loc, #contact, #map {
	text-align: center;
}
#loc > h5, #contact > h5, #map > h5 {
	font-size: 20px;
}
table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
td {
	padding: 10px;
	padding-bottom: 0;
	padding-top: 0;
}

#map-canvas {
	height: 150px;
	margin-bottom: 20px;
	margin-left: 10%;
	margin-top: 20px;
	width: 80%;
}

#topimage {
	margin-top: 20px;
	margin-bottom: 70px;
	min-height: 300px;
}
#topimage > img {
	margin-top: 20px;	
	border:1px solid #ccc;
	width: 100%;
}