body {
  min-height: 900px;
}

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



.navbar-default {
	background-color:#262216 ;
	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; */
	
}	



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

.opening {
  padding: 0 15px;
  text-align: center;
}


.jumbotron {
background-image: url(../images/banner1.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	height: 425px;
	background-position: bottom;
}

.jumbotron  p, .jumbotron h1 {
  color:#fff;
  text-shadow: 1px 1px #333;
}



	.featurette-heading {
		font-size: 28px;
		margin-top: 15px;
	}
	
.lead {
	font-size: 18px;
}

.lead ul, .lead li, .lead ol {
	font-size: 18px;	
}

    /* Custom, iPhone Retina */ 
/*    @media only screen and (min-width : 320px) {
		.jumbotron {
		height: 200px;
		}        
    }*/

    /* Extra Small Devices, Phones */ 
/*    @media only screen and (min-width : 480px) {
		.jumbotron {
		height: 200px;
		}
    }*/

    /* Small Devices, Tablets */
/*    @media only screen and (min-width : 768px) {
		.jumbotron {
		height: 300px;
		background-position:center;
		}
    }*/

    /* Medium Devices, Desktops */
/*    @media only screen and (min-width : 992px) {
		.jumbotron {
		height: 400px;
		background-size: cover;
		
		}
    }*/
	

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.jumbotron {
		height: 200px;
		}        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.jumbotron {
		height: 200px;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.jumbotron {
		height: 300px;
		}
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.jumbotron {
		height: 400px;
		}
    }
	