.navbar-default,
.dropdown-menu,
#footerwrap {
	background-color: #1c6142;
}

a {
	color: #1c6142;
}

a:hover, a:focus {
    text-decoration: none;
    color: #00b319;
}


.banner-image {
	position: relative;
	height: 50vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.showOnClickContainer {
	display: none;
}

.content {
	padding:30px 0;
}

.tpl6 .dmbutton {
    display: inline-block;
    margin: 60px 5px 20px 5px;
    font-size: 13px;
}

.ekko-lightbox-nav-overlay a:empty {
	top:50%;
}

.banner-image .overlap {
    position: absolute;
    width: 100%;
    bottom: 10%;
}

.banner-image .overlay {
	border-top:solid 4px #1c6142; 
	background-color: rgba(255,255,255,0.85);
	padding-top: 10px;
	padding-bottom: 30px;
}

.banner-image .overlay * {
	
}

/*.banner-image .overlay {
	color: #fff;
	background-image:url('../images/potato.png');
	background-size: contain;
	background-repeat: no-repeat;
	padding:40px 60px 60px 60px;
}

.banner-image .overlay * {
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	padding: 0 10px;
}*/

.logo {
	padding:0px;
	margin-right:0px;
}

img.logo {
	max-height: 100%;
}

.navbar-brand.title {
	padding-top:5px;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.navbar-default .navbar-brand:focus, 
.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-brand {
	padding:0px 0 0px 0px;
} 

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: 0px;
}

footer a {
	color: #fff;
}

.required {
	color: red;
}

.chicken-cam-section {
	background-color: #f5f0e3;
}

.status-message {
	margin-top: 15px;
}

.proposal-preview > .container{
	border: 1px solid #ccc;
    padding: 20px;
    margin-top: 20px;
}

p.proposal-date {
	font-size: 12px;
	line-height: 16px;
}

.proposal-list-box .proposal-date {
	margin-bottom: 0;
	margin-top: 5px;

}