body {
background-color: rgb(212, 240, 163);/*#99BE37;*/

font-size: 14px;
}
/*
body {
  background-color: rgba(217, 221, 217, 0.77);
}
*/
#menu {
  background-color: #23D12C;
  background-image: linear-gradient(to bottom, #23D12C, rgba(48, 150, 96, 0.94));
  background-repeat: repeat-x;
  border-color: #1FBB27 #1FBB27 #1FBB27;
  min-height: 40px;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #CD4343;
  background-image: linear-gradient(to bottom, #D81F1F, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #E78989;
  background-image: linear-gradient(to bottom, #EC6464, #DDA5A5);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
/*
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #E71717;
  background-image: linear-gradient(to bottom, #CD4343, rgba(102, 21, 21, 0.68));
  background-repeat: repeat-x;
  border-color: #E81C53 rgba(231, 55, 24, 0.71) #C21421;
  
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(197, 17, 31, 0.89);
  background-image: linear-gradient(to bottom, #CD4343, #DA2230);
  background-repeat: repeat-x;
  border-color: #FA1818 #F51324 #DD1313;
}
}*/
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #23D12C;
	background-image: linear-gradient(to bottom, #23D12C, rgba(48, 150, 96, 0.94));
  	background-repeat: repeat-x;
	background-position: 0 -15px;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #23D12C;
  background-image: linear-gradient(to bottom, #23D12C, rgba(48, 150, 96, 0.94));
  background-repeat: repeat-x;
  border-color: #1FBB27 #1FBB27 #1FBB27;
  min-height: 40px;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 12px 10px 12px;
  min-height: 15px;
  background-color: transparent;
  font-size: 14px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	background: rgb(212, 240, 163);
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #81EA7A;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #D4F0A3;
  border: 1px solid #D4F0A3;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* Tooter Background Changed*/
footer {

  background-color: #97AE5F;

}
body {
  background-color: rgb(212, 240, 163);
  font-size: 16px;
}
 a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #B4F0A3;
}