/*!
 * Start Bootstrap 
 */
 @import url('http://fonts.googleapis.com/css?family=Open+Sans');
/* Toggle Styles */
h1,h2,h3,p,a{
font-family:Verdana;
}
h1,a{
color:#636129;
font-weight:bold;
}
h1{
font-size:2.5em;
}

h2{
font-weight:bold;
font-size:2.0em;
color:#636129;
}
#label{

bottom:10px;
left:10px;
}
h3{
font-size:1.0em;
padding:5px;
color:#636129;
width:100%;
font-weight:bold;
}

a:hover{
color:red;
font-weight:bolder;
}
body {
    padding-top: 60px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	background:#ddd;
	font-family:Verdana;
}

.col-sm-8,.row{
background:white;
}
.col-sm-8 img{
position:left;
}

.col-sm-4 h3 {
font-size:1.0em;
padding:5px;
background:#636129;
color:white;
width:100%;
font-weight:bold;
}
#focus{
 color:white;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */
.navbar{
	background-color:#636129;
	color:white;
	border-bottom:1px solid #636129;

}

.navbar-header{
    background: #636129;
    height: 70px;

 
}

.nav navbar-nav li{
 
color:white;
}

navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-nav>li>a{
color:white;
font-weight:bold;
}

.navbar-inverse .navbar-nav>li>a:hover{

color:white;
}

.navbar-inverse .navbar-brand {
    color: white;
}
.btn{
    margin-top: 50px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle{
    background-color: #636129;
	}


	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
	.navbar-inverse .navbar-toggle .icon-bar:hover{
    background-color: white;
	}

	
.business-header {
    height: 600px;
	color:white;
   	width:100%;
    margin:0 auto;

    background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	background-position:middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	border-bottom:1px solid grey;
}

.business-header h1{
	color:white;
}

.business-header h2{
	color:#ccc;
}

#business-header{
    height: 400px;
}

.business-header img{
	margin:0 auto;
	height:auto;

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {

    text-shadow: 0 0 10px #000;
    color: #fff;
}

.btn-default {
    color: white;
    background-color: #ccc;
    border-color: #ccc;
	}
	
.img-left {
	width:100%;
}

img{
	max-width:100%;
	height:35px;
}

	
footer {
 
	color:#636129;
	font-weight:bold;
    margin: 50px 0;
	color:green;
}

iframe{
	width:300px;
	height:180px;
	border:0px;
}