body {
	background: #6b6f72;
	color: rgb(17, 17, 17);
}

.mainwrapper {
	max-width: 1024px;
}


.navbar {
	margin-bottom: 0px;
}

ul.navbar-nav {
	font-size: 1.3em;
	margin-left: 63px;
}

.content-wrapper {
	background: #59584a;
}
.content {
	background: #aba293;
	padding: 30px;
	margin: 0 50px 0 50px;
}

.content h1 {
	font-variant: small-caps;
	margin-bottom: 50px;
}
.content-text {
	font-size: 1.1em;
	line-height: 1.7;
}

.images {
	margin-left: 80px;

}

.thumbnail {
	background: #ddd;
}

.thumbnail .caption {
	font-size: 0.8em;
	color: rgb(88, 81, 26);
	text-align: center;
	max-width: 250px;
}

.footer {
	background: #333;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
}

.footer a {
	color: #d1ddcc;
	text-decoration: none;
}



.footerlogo {
	width: 80px;
	margin-top: -20px;
	margin-left: 40px;
}

.footertext {
	margin-left: 150px;
}

.footerhead {
	color: #d1ddcc;
	font-variant: small-caps;
	font-size: 1.1em;
	letter-spacing: 1.5;

}

.footerbody {
	color: #d1ddcc;
	font-size: 1em;
	margin-top: -10px;
	letter-spacing: 1;
}

#places .list-group-item, #names .list-group-item {
	padding: 5px 15px;
	line-height: 1;
}

.marker h2 {
          font-size: 1.3em;
          font-weight: bold;
        }
