body {
	background: #fff;
	padding-top:80px;
	background-image: url('back.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Slabo 13px', serif;
}
.spacer {
	height: 10px;
	margin-top:10px;
	margin-bottom: 10px;
}
.navbar-inverse {
	padding-left: 4%;
	padding-right: 4%;
	box-shadow: 0 0 8px #444;
}
.navbar-inverse .navbar-nav>li>a {
	color: #db8711;
}
h2 {
	border-bottom: 1px solid #777;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
a {
	color:#db8711;
}
a:hover {
	color:#fff;
}
p {
	text-align: justify;
	font-size: 1.2em;
	font-family: 'Open Sans', sans-serif;
}
footer {
	text-align: center;
	font-size: .9em;
	background-image: none;
	background: #333;
	height: 60px;
	line-height: 60px;
	box-shadow: 0 0 10px #777;
	color:#eee;
}
a:hover, a:focus {
	text-decoration: none;
}
a.mail {
	color:#9b5211;
}
a.mail:hover {
	color:#fff;
}
p {
	color:#111;
}
.row {
	background:rgb(182,174,172);
	background:rgba(182,174,172, 0.8);
	border-radius: 5px;
	box-shadow: 0 0 10px #777;
	padding:20px 15px;
	position:relative;
}
.harmoni-img {
	width:100%;
	border-radius: 4px;
	box-shadow: 0 0 10px #444;
	margin-bottom: 10px;
}
.with-padding {
	padding:20px;
}
#map-canvas-holder {
	width:100%;
	height:50%;
	margin-bottom: 30px;
	border:1px solid #999;
	border-radius: 5px;
}
.lead span{
	color:#fff;
	background:#3086B0;
	border-radius:24px;
	display: inline-block;
	padding:6px 14px;
	font-size: .9em;
}
.lead span.subtitle {
	background: #888;
	margin-left: 5%;
	font-size: .8em;
}
p.subtitle-text {
	padding-left: 5%;
}
.fb-link {
	position:absolute;
	top:10px;
	right:10px;
	height: 30px;
	width: 30px;
	background-image: url('../img/fb.png');
	background-size: contain;
	z-index: 9999;
}
.we-are-open, .we-are-closed {
	display:inline-block;
	padding:8px 12px;
	border-radius:10px;
	color:#fff;
}
.we-are-open {
	background: #389038;
}
.we-are-closed {
	background: #b13624;
}




