body {
	padding-top: 80px;
	color: #333;
}

a {
  color: #607326;
}

a:hover,
a:focus {
  color: #404d19;
}
	
h1, h2, h3, h4, h5, h6 {
	color: #333;
}

.text-left {
	text-align: left;
}

.special {
	font-weight: bold;
}

.white-text {
	color: #fff;
}

.black-text {
	color: #333;
}

.light-green-text {
	color: #c8da8b;
}

.green-text {
	color: #404d19;
}

.pos-bottom {
	position: absolute;
	bottom: 15%;
}
	
.feature {
	background: #ada485 linear-gradient(to bottom, #ada485, #3d3929);
	color: black;
}

.navbar {
	min-height: 80px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
	
.navbar-inverse {
    background-color: #404d19;
    border-color: #3d3929;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #607326;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #607326;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #c8da8b;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu>li>a {
	font-weight: bold;
}

.navbar {
	height: 80px;
	min-width: 480px;
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 15px;
  font-size: 18px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 60px;
  font-size: 18px;
}

.navbar-collapse {
	float: right;
	background-color:  #404d19;
}

.navbar-collapse:after {
	clear: none;
}

.navbar-header:after {
	clear: none;
}

.contact-info {
	float: left !important;
    margin-right: -15px;
	color: #fff;
	font-weight: bold;
	margin-right: 1%;
	padding-right: 1%;
}

@media (min-width: 768px) {
	.contact-info {
		float: right !important;
		margin-right: -15px;
		color: #fff;
		font-weight: bold;
		margin-right: 1%;
		padding-right: 1%;
	}
	
	.navbar-collapse {
		float: left;
	}
}

.contact-info  h3{
	font-weight: bold;
	font-size: 16px;
}
.contact-info  p{
	font-size: 11px;
	width: 209px;
}

.jumbotron {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: inherit;
	background-color: #eee;
	min-width: 480px;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

#feature-carousel {
	max-height: 400px;
}

#feature-carousel img {
	margin: 0 auto;
}

.carousel-caption h2,h3{
	font-weight: bold;
}

.carousel-caption.top-left {
  right: 5%;
  top: 20px;
  left: 10%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.carousel-caption.top-right {
  right: 5%;
  top: 20px;
  left: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.carousel-caption.center-right {
  right: 5%;
  top: 30px;
  left: 55%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.carousel-caption.top-left {
	right: 5%;
	top: 20px;
	left: 10%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.carousel-caption.top-right {
	right: 5%;
	top: 20px;
	left: 55%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.carousel-caption.center-right {
	right: 5%;
	top: 30px;
	left: 55%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
	
.carousel-inner .item  h2 {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
}
	
.carousel-inner .item  h3 {
	font-size: 24px;
	margin-top: 8px;
	margin-bottom: 2px;
}

.carousel-inner .item  .carousel-list {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}  

.banner-caption {
	position: absolute;
	z-index: 10;
	top: 10%;
	left: 55%;
	right: 25%;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	text-align: left;
}

@media (min-width: 768px) {
	.carousel-caption.top-left {
		right: 5%;
		top: 20px;
		left: 10%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}

	.carousel-caption.top-right {
		right: 5%;
		top: 20px;
		left: 55%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.banner-caption {
		position: absolute;
		z-index: 10;
		top: 10%;
		left: 55%;
		right: 25%;
		color: #fff;
		font-weight: bold;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
		text-align: left;
	}

	.carousel-caption.center-right {
		right: 5%;
		top: 30px;
		left: 55%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.pos-bottom {
		position: absolute;
		bottom: 15%;
	}
	
	.carousel-list {
		font-weight: bold;
		font-size: 24px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h3 {
		font-size: 24px;
	}
}

@media (min-width: 1px) {
	.carousel-caption.top-left {
		right: 1%;
		top: 5px;
		left: 5%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.top-right {
		right: 1%;
		top: 8px;
		left: 55%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.center-right {
		right: 5%;
		top: 30px;
		left: 45%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.pos-bottom {
		position: absolute;
		bottom: 5%;
	}
	
	.carousel-inner .item  h2 {
		font-size: 13px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.carousel-inner .item  h3 {
		font-size: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.carousel-inner .item  .carousel-list {
		font-weight: bold;
		font-size: 11px;
	}
}

@media (min-width: 590px) {
	.carousel-inner .item  h2 {
		font-size: 16px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.carousel-inner .item  h3 {
		font-size: 14px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.carousel-inner .item  .carousel-list {
		font-weight: bold;
		font-size: 14px;
	}
}

@media (min-width: 992px) {
	.carousel-caption.top-left {
		right: 1%;
		top: 25px;
		left: 10%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.top-right {
		right: 1%;
		top: 25px;
		left: 55%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.center-right {
		right: 5%;
		top: 30px;
		left: 45%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.pos-bottom {
		position: absolute;
		bottom: 15%;
	}
	
	.carousel-inner .item  h2 {
		font-size: 24px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.carousel-inner .item  h3 {
		font-size: 20px;
		margin-top: 8px;
		margin-bottom: 2px;
	}

	.carousel-inner .item  .carousel-list {
		font-weight: bold;
		font-size: 20px;
		margin-top: 10px;
	}	
}

@media (min-width: 1200px) {
	.carousel-caption.top-left {
		right: 1%;
		top: 25px;
		left: 10%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.top-right {
		right: 5%;
		top: 25px;
		left: 55%;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
	}

	.carousel-caption.center-right {
		right: 5%;
		top: 30px;
		left: 45%;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: left;
	}
	
	.pos-bottom {
		position: absolute;
		bottom: 15%;
	}
	
	.carousel-inner .item  h2 {
		font-size: 30px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	.carousel-inner .item  h3 {
		font-size: 24px;
		margin-top: 8px;
		margin-bottom: 2px;
	}

	.carousel-inner .item  .carousel-list {
		font-weight: bold;
		font-size: 24px;
		margin-top: 10px;
	}	
}

.content {
	background: #c8da8b linear-gradient(to bottom, #c8da8b, #fff);
	color: black;
	min-width: 480px;
}

.article-intro {
    margin-bottom: 25px;
}

.page-intro h1 {
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.service img {
	float: none;
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

footer {
	background-color: #c8da8b;
}

.footer-blurb {
    padding: 30px 0;
    background-color: #ada485;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
}

.payment-option-list {
	padding-left: 0px;
	list-style: none;
}

.payments {
	text-align: center;
}

.payment-option-list li {
	display: inline-block;
}

.payment-option-list img {
	display: block;
	height: 34px;
	width: 48px;
}
 
.small-print {
	padding: 30px 0;
}

.feature,
.page-intro,
.article-intro,
.footer-blurb,
.small-print {
	text-align: center;
}