@charset "utf-8";
body {
	background-color: #26A520;
}
h1{
text-align: center;
color:white;
font-size:30pt;
}
h2{
color:#FFB;
font-size:20pt;
}
h3{
color:#FFB;
font-size:16pt;
margin:0px;
}

.container {
background-color: #1C7720;
color: #FFB;
font-size: 16px;
padding-left: 30px;
padding-right:30px;
padding-bottom: 30px;
min-height: 950px;
}

.active {
margin-right: 40px;
background-color:#1C7720;}

.dropdown {
 margin-right: 40px;
}

.emailaddress{
	background-color: #1C7720;
	color: #FFB;font-size: 16px;"
}

a {
color: white;
font-size :20px;
}

.nav-pills > li.active > a
{color: #fff;
  background-color: #1C7720;
}
.nav-pills > li.active > a:hover{
color: black;
  background-color: white;
}
/*
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: white;
} */
.row
  {margin-bottom: 10px;}

.bs-example {
border-bottom-color: white;
border-bottom-width: 2px;
border-bottom-style: solid;
margin-bottom: 10px;
padding-bottom: 10px;
}

.textwrap-right{
clear: left;
float:right;
margin: 10px;
}
.textwrap-left{
clear: right;
float:left;
margin: 10px;
}
.pad-left-40{
padding-left:40px;
}
.img-responsive
{
 border-radius: 6px
}
.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
	}

td{
	padding:10px;
}
/*
div.c-wrapper{
    width: 80%;
    margin: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
width: 100%;
margin: auto;
}
*/
