
body {
	min-height: 900px;
    color: #666;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.navbar-static-top {
  margin-bottom: 0;
}



.navbar-default {
	background-color:#f8e79f ;
	border-color: #e7e7e7;
}    
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #49412c;
	color: #fff;
}	


.navbar-brand {
	padding: 0 15px 0 0;
	height: 90px;
	
}	

.navbar-nav {
    margin: 15px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}
h1, h2 {
    font-weight: 300 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #666;
    font-weight: normal !important;
    margin: 2px 0 5px;
    padding: 2px 0;
}

.lead {
    font-size: 18px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  
  bottom: -40px;
  width: 100%;
  
  /* Set the fixed height of the footer here */

  background-color: #f5f5f5;
}