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

body {
    background-color: #2E4A25;
}
.container { background-color: #FFFFFF; }

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatleftcell { float: left; }

.floatright { 
	float: right; 
	margin-bottom: 10px; 
	margin-left: 15px;
}
.clearfloat { 
	clear:both;
	height:0; 
	font-size: 1px; 
	line-height: 0px; } 

.imageCentre {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.innerWrap {
    background-color: #F9F7F4;
    text-align: justify;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
	border-radius: 8px;
    border: 1px solid #ddd;
    margin: 15px 0;
}
h2, h3, h4 { 
	font-family: 'Raleway', sans-serif; 
	font-weight: 400;
	}
.panel-title { font-size: 20px; }
.commentBox {
	background-color: #F5F0EB;
	padding: 8px;
}
.imgMargin {
    margin-top: 12px;
    box-shadow: 0 0 10px 5px #ccc;
    margin-bottom: 12px;
}
.btnMargin { margin-top: 8px; }

.row-eq-height {
	display: flex;
} 
.thumbHeight {
	height: 280px;
}
.caption p {
	margin-top: 10px;

}
.logoMargin {
	margin-bottom: 10px;
} 

.descTxt {
    line-height: 1.6em;
    padding-top: 20px;
}
