@charset "utf-8";
/* CSS Document */

/* Colors:
		DG: #205B01
		MG: #9CBF2A
		LG: #E2FFA0
		Red: #9C443A
		Black: #090D0A
		White: #F1F5F4
		Grey: #EAF0EE #D6DBD

*/



body{margin: 0 auto;
	padding: 0;
	width: 100%;
	}

h1,h2,h3,h4,h5,h6{font-family: 'Playfair', serif;
}
p 	{font-family: 'Rethink Sans', sans-serif;
	font-size: 1.2em;
}
/*
img {
	margin-left: auto;
	margin-right: auto;
} */

/* main navigation */
#mainNav{
	margin:0;
	display:block;
	position: fixed;
	background-color: #E2FFA0;
	width: 100%;
	font-family: 'Rethink Sans', sans-serif;
	height: 60px;
	line-height: 5px;
	z-index: 2;
}
#mainNav a{
	float: left;
	margin-top: 5px;
	display: inline-block;
	color: #205B01;
	font-weight: normal;
	text-align: center;
	padding: 5px 16px;
	text-decoration:none;
	font-size: 18px;
	line-height: 40px;
}

#mainNav p{
	float: left;
	margin-top: 5px;
	display: inline-block;
	color: #205B01;
	font-weight: normal;
	text-align: center;
	padding: 5px 16px;
	text-decoration:underline;
	font-size: 18px;
	line-height: 40px;
}

#mainNavRight a:hover {
	color: #E2FFA0;
	background-color: #205B01;
}

#mainNav .active {
	font-weight: bold;
}

#mainNavRight {
	float: right;
}

#mainNavRight .active {
	font-weight: bold;
}

.homeBg{font-size: 3em;
		background: #205B01;
		background-size: cover;
		height: 500px;
		margin-top: 40px;
}

.homeBg h1 {
	text-align:left;
	line-height:100px;
	color: #9C443A;
	font-size: 2em;
}

/* flexbox container*/
.container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
	background: #205B01;
	background-size: cover;
}

.headercontainer {
	height: 250px;
	width: cover;
	position: relative;
	background-color: #F1F5F4;
	overflow: hidden;
}


.headercontainer img{
	position: absolute;
	left:0;
	top:0;
	z-index:0;
	background-color: #F1F5F4;
	filter: blur(3.5px);
	width: inherit;
	object-fit: cover;
	
}

.headercontainer h1{
	z-index: 1;
	color: #F1F5F4;
	font-size: 90px;
	font-weight: bolder;
	position: absolute;
	background-color: transparent;
	text-shadow: 1px 1px 0 #090D0A;
	padding-left: 20px;
	padding-top: 30px;
	float: left;
}

.headercontainer h2{
	z-index: 1;
	color: #F1F5F4;
	font-size: 40px;
	font-weight: bolder;
	position: relative;
	background-color: transparent;
	text-shadow: 1px 1px 0 #090D0A;
	padding-right: 20px;
	padding-top: 70px;
	float: right;
}

.intro {
	font-family: 'Rethink Sans', sans-serif;
	font-weight: normal;
	color: #E2FFA0;
	background-color: #205B01;
	border: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	float: center;
}

.intro p {
	color: #E2FFA0;
	font-size: 16px;
	padding-top: 50px;
}

.pages {
	padding: 20px 20px;
	background-color: #F1F5F4;
	color: #205B01;
	font-family: "Playfair", serif;
}

.pages h1 {
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 0 #090D0A;
}

.pages h6 {
	color: #090D0A;
	font-family: 'Rethink Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 0px;
}

.pages p {
	color: #090D0A;
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	line-height: 30px;
}


.element {
	margin: 0;
	padding: 0;
	background: #205B01;
	background-size: cover;
	text-align: center;
}

.element h1 {
	background-color: #9CBF2A;
	color: #E2FFA0;
	width: 100%;
	font-family: 'Rethink Sans', sans-serif;
	height: 100px;
	text-align: center;
	margin: 0;
	font-size: 64px;
	float: none;
	font-weight: bold;
	
}

.sidebar {
	float: left;
	width: 15.1%;
	background-color: #205B01;
	padding-bottom: 20px;
}

.sidebar h1 {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 40px;
	color: #E2FFA0;
	background-color: #205B01;
	
}

.column {
	float: left;
	width: 33.33%;
	background-color: #205B01;
	padding-bottom: 20px;
}

.column img{
	width:100%;
	object-fit: cover;
}

.column2 {
	float: left;
	width: 31.5%;
	background-color: #F1F5F4;
	padding: 10px 10px;
	align-content: center;
}



.column2 img{
	width:100%;
	object-fit: cover;
}

.columnWhite {
	float: left;
	width: 33.33%;
	background-color: #F1F5F4;
	padding-bottom: 20px;
	height: 900px;
}

.columnWhite h3 {
	color: #205B01;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 0 #090D0A;
	float: center;
}

.columnWhite p {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	color: #090D0A;
	padding: 0px 20px;
	float:left;
	line-height: 25px;
}

.columnWhite a {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #9CBF2A;
	float: left;
	line-height: 10px;
}


.columnGrey {
	float: left;
	width: 33.33%;
	background-color: #EAF0EE;
	padding-bottom: 20px;
	height: 900px;
}

.columnGrey h3 {
	color: #205B01;
	font-size: 36px;
	font-weight: bold;
	text-shadow: 0.5px 0.5px 0 #090D0A;
	float: center;
}

.columnGrey p {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	color: #090D0A;
	padding: 0px 20px;
	float:left;
	line-height: 25px;
}

.columnGrey a {
	font-family: 'Rethink Sans', sans-serif;
	font-size: 16px;
	text-decoration: underline;
	color: #9CBF2A;
	float: left;
	line-height: 10px;
}

.row:after {
	content:"";
	display: table;
	clear: both;
}

.button {
	display: inline-block;
	font-family: 'Rethink Sans', sans-serif;
	font-weight: bold;
	color: #E2FFA0;
	background-color: #9CBF2A;
	border: none;
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-decoration: none;
	font-size: 64px;
	border-radius: 12px;
	float: center;
	
}

.button a{
	color: #E2FFA0;
	text-decoration: none;
	text-align: center;
	
}

.button:hover a{
	color: #9CBF2A;
}

.button:hover {
	color: #9CBF2A;
	background-color: #E2FFA0;
}

.mfooter {
	background-color: #205B01;
	color: #E2FFA0;
	width: 100%;
	font-family: 'Rethink Sans', sans-serif;
	height: 50px;
	font-size: 12px;
	line-height: 20px;
}

.footerLeft {
	padding-left: 20px;
	float: left;
}

.footerRight {
	float: right;
	padding-right: 20px;
	
}


.rethink-sans-[uniquifier] {
  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}



.playfair-[uniquifier] {
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}
