@charset "utf-8";

body {
	background-color: #F2E8DF;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
.heading {
	font-size: 30px;
	font-weight: bold;
	color: #683D2C;
}
.blackbody {
	font-size: 18px;
	color: #000000;
}
.brownbody {
	color: #683D2C;
}
.bluebody {
	color: #0029CC;
}
.greenbody {
	color: #00520C;
}
a:link {
	color: #683D2C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #683D2C;
}
a:hover {
	text-decoration: underline;
	color: #683D2C;
}
a:active {
	text-decoration: none;
	color: #683D2C;
}
.mobilemenu {
	display: none;
}
.menuitem { /* Menu item at top of page */
	height: 40px;
	font-size: 22px;
	text-align: center;
	cursor:pointer;
	padding: 0px;
}
.hamburger {
	height: 40px;
	font-size: 30px;
	text-align: center;
	cursor:pointer;
	padding: 0px;
}
.menuitemfitg { /* Menu item for four in the garden */
	height: 30px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	cursor:pointer;
	padding: 0px;
}
.mobilebutton { /* Mobile button below banner */
	display: none;
	height: 30px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	cursor:pointer;
	padding: 0px;
	line-height: 30px;
}
.container { /* Container for flex page content */
  display: flex;
  flex-wrap: wrap;
	gap: 15px;
	margin: 0px;
	padding: 0px;
}
.leftside {
	flex: auto;
	width: 35%;
}
.rightside {
  flex: auto;
	width: 63%;
}
.video-container {
  width: 100%;
  padding-top: 56.25%;
}
.blogcontainer {
	width: 65%;
}
.subscribe {
	margin-left:40px;
	margin-right:40px;
}
.wrapper {
	padding:0px 40px 0px 40px;
}
/* Fix text cursor over buttons */
.image-overlay {
	display: none !important;
}
.image-overlay-text {
	display: none !important;
}
.image-overlay-line {
	display: none !important;
}
/* Mobile adjustment when narrow */
@media screen and (max-width: 768px) {
	.widemenu {
		display: none;
	}
	.mobilemenu {
		display: block;
	}
	.buttons {
		display: none;
	}
	.mobilebutton {
		display: block;
	}
	.leftside {
		display: none;
	}
	.rightside {
		width: 100%;
	}
	.blogcontainer {
		width: 100%;
	}
	.subscribe {
		margin-left: 10px;
		margin-right: 10px;
	}
	.wrapper {
		padding:0px 10px 0px 10px;
	}
}
