body {
	position: relative;
	padding-top: 40px;
	background-color: #f6f7f2;
}

.container-narrow {
	margin: 0 auto;
	max-width: 960px;
}

.header {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 28px;
	color: #474747;
	height: 96px;
	vertical-align: text-bottom;
}
/*
      		body > .navbar {
				font-size: 14px;
			}*/
body>.navbar .brand {
	padding-right: 0;
	padding-left: 0;
	margin-left: 20px;
	float: right;
	font-weight: bold;
	color: #0A2A22;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px
		rgba(255, 255, 255, .125);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
}

body>.navbar .brand:hover {
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px
		rgba(255, 255, 255, .4);
}

.footer {
	text-align: center;
	padding: 30px 0;
	margin-top: 70px;
	border-top: 1px solid #E5E5E5;
	background-color: whiteSmoke;
}

.jumbotron {
	position: relative;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 0 30px rgba(0, 0, 0, .075);
	background: #292A0A; /* Old browsers */
	background: -moz-linear-gradient(45deg, #292A0A 0%, #04B45F 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #292A0A),
		color-stop(100%, #04B45F) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #292A0A 0%, #04B45F 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #292A0A 0%, #04B45F 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #292A0A 0%, #04B45F 100%);
	/* IE10+ */
	background: linear-gradient(45deg, #292A0A 0%, #04B45F 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#292A0A',
		endColorstr='#04B45F', GradientType=1 );
	/* IE6-9 fallback on horizontal gradient */
	-webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, .2), inset 0 -3px 7px
		rgba(0, 0, 0, .2);
}

.jumbotron h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
}

.jumbotron p {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
	color: #fff;
	color: rgba(255, 255, 255, .5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.jumbotron a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, .25);
}