@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	font-family: "calluna",serif;
}
h1 {
  font-weight: 700;
	font-size: 400%;
	color:#6b4d39;
	 text-shadow: 1px 2px 0 #82c341;
  }
h2 {
	font-weight: 600;
	color:#6da737;
}
h3 {
	font-weight: 600;
	color:#6da737;
	font-style: italic;
}
p {
	font-family: "calluna", serif;
	font-size: 120%;
}
a {
	color:#6b4d39;
	font-family: "calluna",serif;
font-style: normal;
font-weight: 600;
}
.carousel-caption p {
	background-color: rgba(0,0,0,0.2);
	
}
.footer {
	background-color: #E1F0D4;
	margin-top: 8px;
	padding-top: 3px;
}

.footer h4 {
	color: #6b4d39;
}

.indicates-required {
	font-style: italic;
	font-size: 0.75em;
}

.btn-cev {
	background-color: #82C341;
	color: #ffffff
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #82c341;
  border-color: #82c341;
}
.strong {
}
