html { 
  background: url( ../images/header-bg-fabermacher.jpg) no-repeat -250px center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
	color:rgba(94,55,22,1.00) ;
   	font-size: 16px;
	background-color:transparent;
}
section {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    padding-top: 70px;
    height: auto;
}


a:active, a:focus{outline:none;}

.navbar-toggle{
	float:left;
 	background:rgba(33,32,28,1.00);
	color: #fff;
 }
.first{margin-top: 100px;}
.transp{
	background-color: rgba(255,255,255,0.73);
}
 .navbar-brand {
    float: left;
    height: 40px;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    line-height: 20px;
	
	
}
.navbar-default .navbar-nav>li>a {
	color:rgba(164,150,115,1.00);
}

.navbar-default .navbar-nav>.active>a {
 background-color:transparent;
 color:rgba(164,150,115,1.00);
 
}
.navbar-default .navbar-nav>.active>a:focus {
  background-color:transparent;

}
.navbar-default .navbar-nav>.active>a:hover{
 background-color:transparent;
  color:rgba(101,82,42,1.00);
}

.navbar-default .navbar-brand {
    color:rgba(101,82,42,1.00);
}
.navbar-default{
	background-color:rgba(255,255,255,0.9);
    border-bottom-color: #c38848;
	border-top : none;
	border-right: none;
	border-left: none;
	
}


.navbar-nav>li>a {
    padding-bottom: 15px;
	font-size:large;
	
}

.nav>li>a {
    position: relative;
    display: block;
   
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: larger;
    background-color: #563709;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {background-color:#6d6950;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;}
	
	
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 10px dashed;
    border-top: 15px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    font-size: 50px;
}	
	
	
	
	
	