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

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #2C9948 !important;
	background-color: transparent;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default {
    background-color: #324230;
    border-color: #2C9948;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#009163;
}
.site-header-container {
	border-bottom:solid 5px #324230;
}
.site_header {
	background:#D7DDD5;
	border-bottom: #324230 solid 5px;
}

body {
	background-color: #D7DDD5;	
}
.content-background {
	background:rgba(0, 0, 0, 0.7)
}
.main_content_area {
	box-sizing: border-box;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:25px;
	background-color:#D7DDD5;
	background-image:url(
	../images/tools.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;
	/*border-top: solid #BE8148 5px; */
	border-bottom: solid #324230 5px;
	height: auto;
	color: #FFFFFF;
}
h3 {
	font-weight: bolder;
	color:#FFFFFF;
}
h2 {
	font-weight: bolder;
	color:#D7DDD5;
}
h1 {
	font-weight: bolder;
	color:#BE8148;
}
.slider-container-border {
		border-bottom: solid #324230 5px;
}
#slider {
	margin-top:15px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.bf_footer  {
	margin-top:20px;
	padding-bottom:20px;
	padding-top:20px;
	text-align: center;
	height:auto;
    background: #D7DDD5;
	color:#074737;
	font-size:1.2em;
	font-weight: bold;
}
.footer_center_text {
	font-size: 1.0em;
	color: #F9FFFF !important;
	padding-top:15px;
	text-align: center;	
}
.content_header {
	text-align: center;
}
.image-center {
	text-align: center;
}
.header_logo {
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	height:auto;
	padding-top:5%;
}
.header_left_right {
  display: flex;
  justify-content: center;
  align-items: center;
	margin-left: auto;
	margin:0 auto;;
	text-align: center;
	color:#074737;
	font-size: 1.5em;
	font-weight:bolder;
	height:150px;
}
.content_text {
	font-size:1.3em;
	color:#fff;
}
.content-block {
	border: solid #BE8148 3px; 
	background-color:rgba(56,97,104,0.80);
	padding-bottom: 30px;
}
.content-spacer {
	height:45px;
}

/*?<!-- flex row code -->*/
.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.ulwrench {
    list-style-image: url('../images/bullet_icon.png');
}