@charset "utf-8";
/* CSS Document */

/* Global Styles */

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #625648;
  background-color: #FFF;
}
#wrapper {
	background-color: #F8EBBF;
}
h1, .h1 {
	font-family: inherit;
	color: #6C801D;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
h2, .h2 {
	font-family: inherit;
	color: #6C801D;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
h3, .h3 {
	font-family: inherit;
	color: #6C801D;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
h4, .h4 {
	font-family: inherit;
	color: #6C801D;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
h5, .h5 {
	font-family: inherit;
	color: #6C801D;
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
h6, .h6 {
	font-family: inherit;
	color: #6C801D;
	font-size: 10px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
p {
	font-family: inherit;
	color: #625648;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding-left: 15px;
	padding-right: 15px;
}
a {
	color: #6C801D;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
}
a:hover {
	color: #625648;
	text-decoration: none;
	font-weight: bold;
}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
.fltlft {
	float: left;
}
.fltrgt {
	float: right;
}
/* Navigation */
#wrapper .row .col-sm-3 img {
	margin-top: 15px;
}
.navbar.navbar-default {
	background-color: #F8EABE;
	border: none;
}
.nav.navbar-nav.navbar-right .active a {
	color: #6C801D;
	font-size: 18px;
	font-weight: bold;
	background-color: #F8EBBF;
}
.nav.navbar-nav.navbar-right .active a:hover {
	color: #625648;
	font-weight: bold;
	background-color: #F8EBBF;
}
.nav.navbar-nav.navbar-right a {
	color: #6C801D;
	font-size: 18px;
	font-weight: bold;
	background-color: #F8EBBF;
}
.nav.navbar-nav.navbar-right a:hover {
	color: #625648;
	font-weight: bold;
	background-color: #F8EBBF;
}
.navbar-nav li a {
	font-size: 18px;
}

/* Gallery */
.carousel-control.left, .carousel-control.right {
    background-image: none
}

/* Main Content */
iframe {
	border: 0;
	width: 100%;
	height: 500px;
	margin-left: 15px;
	margin-top: 15px;
}
hr {
	height: 2px;
    background-color: #6C801D;
    border:none;
}
.mainContent {
	margin-top: 30px;
}
.mainContent .fltlft .img-responsive {
	margin: 15px; 
}

/* Side Content */
.sidebar .col-sm-4 #contact {
	margin-top: 60px;
}
.sidebar .col-sm-4 #contact,
.sidebar .col-sm-4 #map
{
	margin-bottom: 30px;
}


/* Footer */
.row .col-sm-6 .fltlft {
	font-size: small;
}
.row .col-sm-6 .fltrgt {
	font-size: small;
}
.fb a img {
	float: left;
	padding-right: 5px;
}

@media (min-width: 768px){

.navbar-nav li a {
	font-size: 18px;
 	line-height: 140px;
}

}
