html{
  scroll-behavior: smooth;
}
.site-header{
	background: #fff;
}
.site-header .logo{
	width: 120px;
}
a{
	color: #99662f;
}
a:hover{
	color: #000;
}
em{
	color: #99662f
}
#menuNav{
	background-color: #99662f;
}
.btn{
    white-space: normal;
}
.btn-primary{
	background-color: #99662f;
	border-color: #99662f;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active{
	background-color: #845828;
	border-color: #845828;
}
.form-control:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active:focus{
	border-color: #99662f;
	box-shadow: 0 0 0 0.2rem rgba(153,102,47,.25);
}
.dropdown-item.active, .dropdown-item:active{
	background: #99662f;
}
.jumbotron{
	overflow: hidden;
	position: relative;
}
.jumbotron h1,
.jumbotron h2{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.jumbotron .container{
	position: relative;
	z-index: 999;
}
.jumbotron-bg{
	/* background-attachment: fixed; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.newsletter-form label{
	color: #99662f;
}
.site-footer{
	font-size: 0.7em;
	background-color: #99662f;
	color: #fff;
	border-top: 2px solid #99662f;
}
.site-footer h5{
	font-size: 1.1em;
	text-decoration: underline dotted;
}
.site-footer a{
	color: #fff;
	text-decoration: underline;
}
.banner{
	background-color: rgba(0, 0, 0, 0.2);
}
.sidebar{
	text-align: center;
}
.sidebar .sidebar-group{
	margin-bottom: 50px;
}
.sidebar .sidebar-header{
	text-transform: uppercase;
	background-color: #99662f;
	color: #fff;
	padding: 0.5em;
}
.sidebar .sidebar-item{
	display: block;
	color: #000;
	padding: 0.3em;
	border-bottom: 1px dotted #99662f;
}
#faq .card-header{
	cursor: pointer;
}
.blockquote{
	font-size: 1rem;
}
.blockquote .quote{
	font-style: italic;
}
.blockquote .quote:before,
.blockquote .quote:after{
	font-size: 2rem;
	font-family: Georgia, serif;
}
.blockquote .quote:before{
    content: "\201c";
	float: left;
	margin-right: 20px;
}
.blockquote .quote:after {
    content: "\201d";
	float: right;
	margin-left: 20px;
	margin-right: 5px;
}
.carousel{
	overflow: visible;
}
.carousel-inner{
	width: 80%;
	margin: auto;
}
.carousel-control-prev,
.carousel-control-next{
	color: #000;
	font-size: 2rem;
	z-index: 9999;
	width: 10%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
	color: #000;
}
#gmap_container{
	width: 300px;
	height: 300px;
}
.contact-page h4 span{
	border-bottom: 2px dotted #99662f;
}
@media (min-width: 992px){
	.banner{
		border-right: 10px solid #fff !important;
	}
}
@media (max-width: 991px){
	.dropdown-menu{
		background-color: transparent;
		border: 0;
		padding-top: 0;
	}
	.dropdown-item{
		color: #fff;
	}
}
@media (max-width: 767px){
	.contact-page .main-content{
		border-right: 0 !important;
		border-bottom: 1px solid #99662f !important;
		margin-bottom: 20px;
	}
}