/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 30px;
	background-color: #000; /* #65692C; */
	min-width: 450px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 30px;
	background-color: #65692C; /* green */
}

/* FSCD ~ Michael Sajdyk
-------------------------------------------------- */
#header-include {
	background-color: white;
}
.banner {
	/* border-bottom: 4px solid #65692C; */
	border-top: 4px solid #65692C;
}
.logo {
	position: relative;
	width: 100%; /* for IE 6 */
}
.logo h2 {
	color: white;
	position: absolute;
	left: -171px;
	top: 9px;
	text-align: right;
	width: 100%;
	max-width: 550px;
	min-width: 310px;
}
.logo-sm h2 {
	color: white;
	font-size: 20px;
	left:-139px;
	max-width: 550px;
	min-width: 310px;
	position: absolute;
	top: 13px;
	text-align: right;
	width: 100%;
}
.img-fill img {
	border-bottom: 4px solid #65692C;
	border-top: 4px solid #65692C;
	min-width: 100%;
	min-height: 100%;
	max-height: 200px;
}
.panel-fscd {
	border-color: #65692c;
}
.panel-fscd-heading {
	background-color: #65692c;
	min-height: 30px;
	padding: 10px 35px;
}
.panel-fscd-heading h1, .panel-fscd-heading h2, .panel-fscd-heading h3, .panel-fscd-heading h4, .panel-fscd-heading h5, .panel-fscd-heading div {
	color: white;
	white-space: nowrap;
}
.panel-fscd-heading h1 {
/*	font-size: 3vw; */
}
.panel-fscd-heading h3 {
/*	font-size: 1vw; */
}
.panel-fscd-heading .panel-title {
	margin-left: 40px;
}
.panel-fscd-heading .panel-title-home {
	margin-left: 45px;
}
.panel-fscd img {
	position: relative;
	left: 5px;
	top: -6px;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.white {
	color: #fff;
}
a.white,  a:hover.white, a:visited.white, a:link.white, a:active.white, a:focus.white {
	color: #fff;
	border: none;
	outline: none;
}
.white-bkgrd {
	background-color:#fff;
}
.margin-auto {
	margin: auto;
}
.margin-bottom-spacer {
	margin-bottom: 50px;
}
.margin-top-spacer {
	margin-top: 31px;
}
.emphasis {
	font-weight: bold;
	font-style: italic;
}
.pad-10-right {
	margin-right: 10px;
}

.pad-right {
	margin-right: 20px;
}

/* Custom page CSS -------------------------------------------------- */
body > .container {
	padding: 35px 5px 0;
}
.container .text-muted {
	margin: 5px 0;
}
.footer {
	z-index: 2100; 
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.navbar  {
	border-radius: 0px;
	margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #d7dba8;
}
.breadcrumb {
	border-radius: 0px;
	margin-bottom: 0px;
}
.carousel-caption {
	position: relative;
	left:auto;
	right:auto;
}
.carousel-inner > .item {
	background-color: rgba(0,0,0,1);
}
.panel-fscd {
	max-width: 625px;
}
.panel-body ul.panel-list-spacer li {
	margin-top:5px;
}
.modal-contact {
	top: 55px;
}
.modal-dialog {
	max-width: 582px;
}
.center {
	margin: auto;
	text-align: center;
}
.panel-title-home {
	font-size: 92%;
}
.header-link {
	margin-right: 40px;
	position:relative;
	top: 20px;
}
.header-link-XS {
	margin-right: 40px;
	position:relative;
}
.dev {
	border: 1px solid red;
}