/*Custom Nav Pills*/

.nav-pills > li.active > a {
    background-color:#008080;
}

.nav-pills>li.active>a:hover {
    background-color:#20B2AA;
}


.navbar-brand,
.navbar-nav li a {
    line-height: 40px;
    height: 50px;
    padding-top: 0;
}
/*END Custom Nav Pills*/

body {
	padding-top:50px; 
	background-repeat: no-repeat;background-attachment: fixed;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;-o-background-size: cover;
}

h1, h2, h3, h4, h5, h6,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: black;
	}
.peopleCarouselImg img {
  width: 100%;
  height: 200px;
  max-height: 200px;
}

.feature2 {
 padding-top: 35px;
	color: black;
	 height: 250px;
	 max-height: 250px;
	}

.feature {
 padding-top: 31px;
	background: yellowgreen linear-gradient(to bottom, greenyellow, olivedrab);
	color: black;
	 height: 239px;
	max-height: 239px;
	}

#feature-carousel {
	min-height: 200px;
	}

#feature-carousel img {
	margin: 0 auto;
	}

.footer-blurb {
    padding: 30px 0;
    margin-top: 20px;
    background-color: #eee;
    color: black;
}
    
.footer-blurb-item {
    padding: 20px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.small-print {
	text-align: center;
	}

.widget .panel-body { padding:0px; }
.widget .list-group { margin-bottom: 0; }
.widget .panel-title { display:inline }
.widget .label-info { float: right; }
.widget li.list-group-item {border-radius: 0;border: 0;border-top: 1px solid #ddd;}
.widget li.list-group-item:hover { background-color: rgba(86,61,124,.1); }
.widget .mic-info { color: #666666;font-size: 11px; }
.widget .action { margin-top:5px; }
.widget .comment-text { font-size: 12px; }
.widget .btn-block { border-top-left-radius:0px;border-top-right-radius:0px; }

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5; //If Placeholder of the input is moved up, rem/modify this.
    border-radius: 3px;
    }	