body {
	background-color: #DDD;
}

#reservation {
	padding-bottom: 28px;
}

.gallery > div > a > img {
	height: 120px;
	width: 130px;
}

.gallery {
	text-align: left;
}

.flashes {
	margin-top: 6px;
}

.flashes-container {
	text-align: center;
}

.homepage {
	background: url("../img/exterior/IMG_20150704_082705.jpg") no-repeat center;
}

.col-lg-12 h1 {
	margin-bottom: 30px;
	font-size: 45px;
}

.homepage .col-lg-12 {
	color: #FFF;
	background-color: #222B20;
	opacity: .85;
	border-radius: 4px;
}

.content {
	margin: 60px 8px;
}

.about {
	background: url("../img/exterior/IMG_20150704_082727.jpg") no-repeat center;
}

.about .col-lg-12 {
	color: #FFF;
	background-color: #222B20;
	opacity: .78;
	border-radius: 4px;
}

.reservation {
	background: url("../img/exterior/IMG_20150704_083121.jpg") no-repeat center;
}

.reservation .col-lg-12 {
	color: #FFF;
	background-color: #222B20;
	opacity: .85;
	border-radius: 4px;
}

label {
	font-size: 16px;
}

.pricelist {
	background: url("../img/exterior/IMG_20150704_083039.jpg") no-repeat center;
	font-size: 16px;
}

.pricelist .col-lg-12 {
	color: #FFF;
	background-color: #222B20;
	opacity: .85;
	border-radius: 4px;
}

.pricelist th {
	text-align: center;
}

.gallery {
	margin-top: 50px;
	margin-bottom: 50px;
}

footer {
	background-color: #222B20;
	color: #FFF;
	opacity: .85;
}