a{
	color:#27791B;
}

.nav>li>a {
	color: #fff; 
	/*color: #27791B;*/
}

.nav>li>a:hover{
	color: #fff;
	text-shadow: 1px 1px 7px #000;
	background-color:transparent;
}

.navbar-nav>.active>a{
	text-shadow: 1px 1px 7px #000;
	color: #fff;
}

.top>.row>div>form>.form-group>input:focus{
	background:#F3FFF4;
}

.top>.row>div>form>.form-group>label{
}

.top>.row>div>form>.form-group>button{
}

.top>.row>div>form>.form-group>button:focus{
}

.quote, .btn-default{
	background: linear-gradient(to bottom,#75AE70,#27791B) ;
	color: #FFF;
}
.quote:hover, .btn-default:hover{
	color: #000;
}

.quote:active, .btn-default:active{
	background: linear-gradient(to top,#75AE70,#27791B) ;
}

h1,h2,h3{
	color: #27791B;
}

.dialog {
}

body{
	background: #77a938; 

	/*background: url('../img/bggreen.jpg') no-repeat;*/
	background-size: 100% 100%;
	background-attachment: fixed;
}
