body {
	background-color: #c3c3c3;
	overflow-x: hidden;
}

a {
	outline: none !important;
	cursor: pointer;
}

.container {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 960px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12
	{
	padding-left: 10px;
	padding-right: 10px;
}

.header {
	border-width: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	margin-bottom: 0;
}

.header .container {
	background: url("/Images/Header.jpg") center top no-repeat;
	/* source https://pixabay.com/en/grass-grassy-stalks-green-275986/ */
}

.navbar-brand {
	height: auto;
}

.body {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer {
	
}

.img-full {
	width: 100%;
}

.wrap {
	white-space: pre-wrap; /* CSS3 */
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* Opera <7 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* IE */
}

.nav-float {
	position: fixed;
	right: 0;
	bottom: 30px;
	bottom: 30px;
	z-index: 1;
}

.nav-float-link {
	text-align: right;
}

@media ( min-width :768px) {
	.section-image-left {
		padding-right: 0;
	}
	.section-image-right {
		padding-left: 0;
	}
}