
co.container>.navbar-header, .ntainer-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-right: 10px !important;
margin-left: 10px !important;
padding: 5px 5px 5px 5px;
}


.details {
position:relative;
left:20px;
}

.navbar-inverse {
	background-color: #0E5316 !important;
	border-color: #0E5316 !important;
	
}

a:hover, a:focus {
color: #FFFFFF !important;
}

.title {
color: #FFFFFF !important;
font-size:25px !important;
position:relative;
left:20px;
}

a{
color: #FFFFFF !important;
}

.navbar-inverse .navbar-brand {
	color: #FFF !important;
}

.navbar-header {
	height: 130px;
}

@media screen and (min-width:0px) and (max-width:450px) {
	.navbar-header {
	height: 150px;
}
}

.jumbotron {
	background-color: #032508;
}

.subnav {
	background: url(../../images/grass.jpg);
	height: 20px;
}

body {
	background: url(../../images/grassTile.jpg);
}


h2 .h2 {
	margin-left: 20px !important;
	font-size:25px !important;
}

.areabacking {
	background-color: rgb(224, 250, 229) !important;
	-webkit-border-radius: rgb(224, 250, 229)1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 2px solid #157A21;
    padding: 10px;
    min-height: 120px;
    margin: 30px 0;
    font-weight: normal;
    line-height: 1.5em;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.important {
	color: rgb(250, 0, 0);
}