@charset "UTF-8";
img {
	max-width: 100%;
}
.container-fluid .row h1 {
	color: #908C8C;
	font-family: "Quicksand Light", sans-serif;
	font-weight: lighter;
	font-size: 2.5em;
	text-align: left;
	letter-spacing: 0.2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.row .col-lg-8 h2 {
	color: #908C8C;
	font-family: "Quicksand Light", sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.row .col-lg-4 h2 {
	color: #908C8C;
	font-family: "Quicksand Light", sans-serif;
	font-size: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.row .col-lg-8 h3 {
	font-size: 1.25em;
	color: #908C8C;
	font-weight: 900;
}
.col-lg-6 .about h2 {
	color: #908C8C;
	font-family: Quicksand;
	font-weight: 400;
}
.col-lg-8 p .img-responsive {
	float: left;
	margin-right: 15px;
	align-content: left;
	text-align: left;
}
.row .col-lg-8 p {
	color: #908C8C;
}
.row .col-lg-4 p {
	color: #908C8C;
	font-family: "Quicksand Light", sans-serif;
	font-size: 1em;
	line-height: 1.75;
	text-align: left;
}
.row .col-lg-8 p .bold {
	font-weight: 900;
	color: #858181;
}
.row .col-lg-4 p .bold {
	font-weight: 900;
	color: #858181;
	font-size: 1em;
	line-height: 1.75;
	font-family: "Quicksand Light", sans-serif;
	text-align: left;
}
.row .col-lg-8 .footer p {
	color: #908C8C;
	/* [disabled]font-size: 0.5em; */
	line-height: 1.75em;
	font-family: "Quicksand Light", sans-serif;
	text-align: center;
}
.row .col-lg-8 .main p {
	color: #908C8C;
	font-size: 1em;
	line-height: 1.75em;
	font-family: "Quicksand Light", sans-serif;
	text-align: center;
}
.row .col-lg-8 .about p {
	color: #908C8C;
	font-size: 1em;
	line-height: 1.75em;
	font-family: "Quicksand Light", sans-serif;
	text-align: left;
}
.row .col-lg-8 .about p .bold {
	color: #858181;
	font-size: 1em;
	line-height: 1.75em;
	font-family: "Quicksand Light", sans-serif;
	text-align: left;
	font-weight: 900;
}
.col-lg-8 nav #mainNavbar {
	margin-bottom: 3em;
}

.nav.navbar-nav.navbar-right li a {
	color: #b1b2b2;
	font-family: "Quicksand Light", sans-serif;
	font-style: normal;
	font-weight: lighter;
	/* [disabled]font-size: 0.75em; */
	text-transform: uppercase;
	/* [disabled]letter-spacing: 0.2em; */
	position: relative;
	display: block;
	padding: 15px 5px;
	text-align: right;
}
.nav.navbar-nav.navbar-right li a:hover  {
	color: #8C7955;
	background-color: #FFFFFF;
}
.navbar-toggle {
	border-color: #b1b2b2; /* menu button border */
}
.navbar-toggle .icon-bar {
	background-color: #b1b2b2; /* menu button 3 lines */
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}
.container-fluid .footer {
	clear: both;
	margin-top: 100px;
	color: #b1b2b2;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 2px;
	text-align: center;
	/* [disabled]padding-right: 0px; */
}
.row .col-lg-8 .img-responsive {
	margin-bottom: 20px;
}
.about p .bold  {
	font-weight: 900;
}
.row .col-lg-3 h2 {
	color: #908C8C;
}
.about .bullet {
	letter-spacing: 0.25em;
	color: #764920;
	font-size: 28px;
}
.col-lg-8.col-md-8.col-sm-10.col-xs-12 .boldCaps  {
	font-weight: 600;
	color: #6C6868;
	text-transform: uppercase;
}

@media screen and (max-width:639px){
	.row .col-lg-8.col-md-offset-0.col-md-8.col-sm-8 h1 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (min-width:640px) and (max-width:989px){
	.nav.navbar-nav.navbar-right li a {
	font-size: 0.7em;
	padding-left: 10px;
	letter-spacing: 1px;
	}
	.row .col-lg-8.col-md-offset-0.col-md-8.col-sm-8 h1 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.col-lg-8.col-md-offset-0.col-md-8.col-sm-8 nav #mainNavbar {
		margin-bottom: 15px;
	}
.navbar #bs-example-navbar-collapse-1 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
}


@media (min-width:990px) and (max-width:1199px){
	.nav.navbar-nav.navbar-right li a {
		font-size: 0.85em;
		padding-left: 15px;
	}

}

@media (min-width:1200px){
	.nav.navbar-nav.navbar-right li a {
		font-size: 0.85em;
		padding-left: 15px;
	}
}
