@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900";


html, body, img, div, section, title, link, p, a, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}

/* RESPONSIVE IMAGE */

img {
    max-width: 100%;
    height: auto;
}

/* FONT TYPE */

body {
	color: #50A78C;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: 400;
	line-height: 1.65;
	margin-top: 0px;
	height: 100%;
	background-color: #fff;
	margin: 0 0 0 0;
}

p {
	font-weight: 400;
}

h1 {	
	font-size: 2.5em;
	line-height: 1.3;
}

h2 {
	font-size: 2.2em;
	line-height: 1.3;
}

h3 {
	font-size: 1.8em;
	line-height: 1.3;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.8em;
}


/* LINK STYLING */

a {
	color: #50A78C;
	font-size: 12pt;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #AFCF21;
}

a:hover:not(.active) {
	background-color:rgba(255,255,255, 0);
}

.active {
	margin-bottom: 0;
}


/* LIST STYLING */

#list {
	width: 100%;
	padding: 0;
	bottom: 0;
}

#list ul {
	margin: 0;
	display: block;
}

#list li {
	display: list-item;
	padding: 0;
}


/* PARALLAX */

.parallax1 {
	width: 100%;
	height: auto;
    background-image: url("images/hero1.jpg");
    background-attachment: fixed;
    background-size: auto;
    overflow-x: hidden;
}

	@media only screen and (max-width: 1030px) {
	
		.parallax1 {
		    background-image: url("images/hero2.jpg");
		}
	}

	@media only screen and (max-width: 550px) {
	
		.parallax1 {
		    background-image: url("images/hero3.jpg");
		    background-position: center;
		}
	}

	@media only screen and (max-width: 415px) {
	
		.parallax1 {
		    background-position: center;
		    background-repeat: no-repeat;
		}
	}

	@media only screen and (max-width: 325px) {
	
		.parallax1 {
		    background-image: url("images/hero4.jpg");
		}
	}

.parallax2 {
	width: 100%;
	height: auto;
    background-image: url("images/fungi.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
    overflow-x: hidden;
}
	
	@media only screen and (max-width: 415px) {
	
		.parallax2 {
		    background-image: url("images/hero4.jpg");
		}
	}
	
	
.parallax3 {
	width: 100%;
	height: auto;
    background-image: url("images/fungi.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
    overflow-x: hidden;
}
	
	@media only screen and (max-width: 1250px) {
	
		.parallax3 {
		    background-image: url("images/fungi.jpg");
		}
	}
	
	
	
	@media only screen and (max-width: 415px) {
	
		.parallax3 {
		    background-image: url("images/hero4.jpg");
		}
	}	


/* SECTIONS & DIVS */

.clear {
  	width: 100%;
  	height: auto;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	overflow-x: hidden;
}


.green {
	background-color: #CADEBD;
  	width: 100%;
  	height: auto;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	overflow-x: hidden;
}

.moss {
	width: 100%;
  	height: auto;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	overflow-x: hidden;
}

@media only screen and (max-width: 415px) {
	
		.moss {
		    background-image: url("images/hero4.jpg");
		}
	}	

.white {
  	width: 100%;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  	background: #fff;
  	overflow-x: hidden;
}

.card {
	width: 75%;
	background: #fff;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 50px;
  	margin-bottom: 50px;
  	padding: 5%;
}

.card h4 {
	font-style: italic;
	font-weight: 300;
}


.box {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #50A78C;
  overflow-x: hidden;
  border-top: 7px solid #AFCF21;
}

.box p {
  	color: #fff;
}

.box h2 {
  	color: #fff;
}
    
.box h4 {
    color: #fff;
    font-style: italic;
    font-weight: 300;
}
  
 .box a {
 	color: #AFCF21;
 } 
  
.box a:hover {
	color: #fff;
} 
    
.hero {
  display: block;
  float: right;
  margin: 50px 50px 50px 50px;
  padding: 40px 40px 40px 40px;
  background-color: #fff;
  width: 33.33%;
}

	@media only screen and (max-width: 736px) {
		
		.hero {
			width: 50%;
			margin: 25px 25px 25px 25px;
			padding: 25px 25px 25px 25px;
		}

		.hero p{
			font-size: 14px;
		}
		
		.hero2 {
			margin: 10px 10px 10px 10px;
			padding: 20px 20px 20px 20px;
		}
	
	}

	@media only screen and (max-width: 536px) {
		
		.hero {
			width: 60%;
		}

	}


/* INSTAGRAM GALLERY */

.title {
  	padding: 40px 0 0 40px;
}

.insta {
	display: table;
	margin: 2%;

}

.gallery {
	display: table-cell;
	width: 15%;
	padding: 1%;
}

/* SERVICES GALLERY */

.services {
	width: 75%;
	background: #fff;
	margin-left: auto;
  	margin-right: auto;
  	margin-top: 50px;
  	margin-bottom: 50px;
  	padding: 5%;
}

.services img {
	
}

.services h4 {
	font-style: italic;
	font-weight: 300;	
}
	
	@media only screen and (max-width: 1200px) {
	
		.services p {
			font-size: 11px;
		}
	}
	
	@media only screen and (max-width: 688px) {
	
		.services {
			padding: 5%;
		}
		
		.services p {
			font-size: 14px;
		}
	
	}

	@media only screen and (max-width: 414px) {

		.services img {
			max-width: 100px;
		}
	}


/* INFOGRAPHICS */

.break {
    display: table;
    width: 100%;
    overflow-x: hidden;
}

.pod {
	display: table-cell;
	width: 45%;
	padding: 20px;
}


	@media only screen and (max-width: 688px) {

		.pod {
			width: 90%;
			display: block;
		}
	}


/* BADGE DISPLAY */

#badge {
	display: table;
	width: 90%;
	overflow-x: hidden;
	padding: 5%;
}

#badge1 {
	display: table-cell;
	padding: 15px 0 0 0;
	width: 30%;
	float: auto;
	background: rgba(0,0,0,0)
}

#badge2 {
	display: table-cell;
	width: 55%;
	padding: 0 0 0 30px;
	vertical-align: top;
	background: rgba(0,0,0,0)
}

	@media only screen and (max-width: 1000px) {
		
		#badge1 {
			width: 30%;
		}
		
		#badge2 {
			width: 60%;
		}
		
	}

	@media only screen and (max-width: 688px) {
		
		#badge1 {
			width: 100%;
			display: table-row;

		}
		
		#badge2 {
			width: 100%;
			display: table-row;
		}

	}


/* THREE-COLUMN DISPLAY */

.table {
    display: table;
    width: 100%;
    background: rgba(0,0,0, 0);
    border-collapse: separate;
    border-spacing: 10px;
}

.cell {
  	display: table-cell;
	width: 30%;
	padding: 10px;
	text-align: center;    
}

.cell h3 {
	padding: 0 0 20px 0;
}

	@media only screen and (max-width: 700px) {
    
    	.cell { 
        	display: block;
        	width: 80%;
        	padding: 10px 5px 10px 5px;
    	}
    	
	}


/* BUTTONS */

.button1 {
	border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #AFCF21;
	margin: 0;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	width: 200px;
	height: 30px;
	text-align: center;
}

.button1:hover {
	background: #50A78C;
	text-decoration: none;
}

.button2 {
	border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #50A78C;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	height: 30px;
	width: 80%;
	text-align: center;
}

.button2:hover {
	background: #AFCF21;
	text-decoration: none;
}

.button3 {
	border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #50A78C;
	margin: 0;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	width: 100px;
	height: 30px;
	text-align: center;
}

.button3:hover {
	background: #AFCF21;
	text-decoration: none;
}

.button4 {
	border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #50A78C;
	margin: 0;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	width: 50%;
	height: 30px;
	text-align: center;
}

.button4:hover {
	background: #AFCF21;
	text-decoration: none;
}

	@media only screen and (max-width: 436px) {
	
		.button1 {
			font-size: 12px;
			padding: 10px 10px 0 10px;
			width: 150px;
		}
	
		.button2 {
			font-size: 12px;
			padding: 10px 10px 0 10px;
		}
	
	}


/* STICKY NAVBAR */

#nav {
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	top: 0;
	z-index: 9999;
	display: inline-block;
}

#navright {
	float: right;
	display: inline-block;
	padding: 15px 25px 0 15px;
}

.logo {
	padding: 20px 10px 0 20px;
	float: left;
}

.logo img {
    max-width: 300px;
    height: auto;
    display: auto;
}

#nav .logo a {
	padding: 0;
	margin: 0;
}

#nav ul, ul li {
		list-style: none;
		display: inline-block;
		margin: 0;
		padding: 0;
}

#nav a {
		display: inline-block;
		padding: 20px 15px 25px 15px;
}

#nav a:hover {
		color: #AFCF21;
}

#nav a {
		color: #50A78C;
		font-size: 12pt;
		text-decoration: none;
		font-weight: 400;
}

#nav a:hover {
	color: #AFCF21;
}

#nav a:hover:not(.active) {
	background-color:rgba(255,255,255, 0);
}

#nav .active {
		border-bottom: 5px solid #AFCF21;
		margin-bottom: 0;
}

	@media only screen and (max-width: 890px) {
		
		#navright {
			padding: 15px 20px 0 0;
		}		
	
	}
	
	@media only screen and (max-width: 780px) {
		
		#nav a {
			font-size: 12px;
			padding: 20px 12px 27px 12px;
		}
		
		.button3 {
			font-size: 12px;
			margin: 0;
			padding: 7px 15px 5px 15px;
			width: 70px;
			height: 20px;
		}
		
	}

	@media only screen and (max-width: 660px) {
	
		#nav .logo img {
			max-width: 250px;
		}
	
		#navright {
			padding: 10px 10px 0 0;
		}	
	
	}

	@media only screen and (max-width: 570px) {
		
		#nav li a {
			margin: 5px 5px 0px 5px;
			padding: 10px 0px 20px 0px;
		}
	
	}
	
	@media only screen and (max-width: 500px) {
	
		#navright {
			display: inline-block;
			width: 100%;
			padding: 0;
			text-align: center;
		}

		#nav .logo {
			padding: 20px 0 0 0;
			width: 100%;
			text-align: center;
		}

		#nav .logo img {
  			margin: auto;
  			display: block;
		}
	}
	
	@media only screen and (max-width: 410px) {
		
		#nav li a {
			font-size: 12px;
		}
		
		#navright {
			padding: 0;
		}
		
		.button3 {
			font-size: 11px;
			margin: 0;
			padding: 7px 12px 5px 12px;
			width: 60px;
			height: 20px;
		}
	
	}

	@media only screen and (max-width: 325px) {
	
		#nav li a {
			font-size: 11px;
			margin: 8px 4px 0px 4px;
			padding: 8px 0px 10px 0px;
		}
		
		.button3 {
			font-size: 10px;
			margin: 0;
			padding: 5px 10px 3px 10px;
			width: 45px;
			height: 18px;
		}
	
	}


/* FOOTER */

#foot {
	padding: 0;
	background-color: rgba(255, 255, 255, 1);
	bottom: 0;
	color: #50A78C;
	width: 100%;
	border-top: 7px solid #AFCF21;
	overflow-x: hidden;
}

.rightfoot {
	display: table;
	float: right;
	width: 70%;
}

.footcell {
	display: table-cell;
	width: 20%;
	text-align: left;
	padding: 2%;
}

#foot .logo a {
	padding: 0;
	margin: 0;
}

#foot img {
	max-width: 200px;
}

#foot ul, ul li {
		list-style: none;
		display: inline-block;
}

#foot li a {
		display: inline-block;
		padding: 13px 15px 8px 15px;
}

#foot a:hover {
		color: #AFCF21;
}

	@media only screen and (max-width: 1160px) {
		
		.footcell p {
			font-size: 13px;
		}
	
	}

	@media only screen and (max-width: 760px) {
	
		.rightfoot {
			padding: 0 0 0 30px;
			display: block;
			width: 100%;
			text-align: left;

		}
	
		.footcell {
			display: block;
			width: 100%;
			text-align: left;

		}
	
		.footcell p {
			font-size: 12px;
			padding: 2%;;
		}

		#foot .logo img {
			max-width: 150px;
			margin: 0 0 20px 0;
		}

	}


/* FORMS */

label {
    display: block;
    font: 1em 'Roboto', Arial, Helvetica, sans-serif;
	margin: .5em;
}

::placeholder {
	color: rgba(0, 0, 0, .2);
	padding: 0 0 0 5px;
}

input {
	position: relative;
	width: 33%;
	height: 30px;
	border: 0px solid #50A78C;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, 1);
}

#form {
    display: block;
}

.form-group {
    margin-bottom: 1rem;
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.form-control, input[type=password] {
    display: block;
    width: 85%;
    height: calc(1.5em + 0.75rem);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #50A78C;
    background-color: rgba(255, 255, 255, .9);
    background-clip: padding-box;
	border: 1px solid #50A78C;
	border-radius: 3px;    
	outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    border: 3px solid #AFCF21;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
    height: auto;
    resize: none;
}


/* CHECKBOX */

input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 33px;
  height: 33px;
  border: 1px solid #50A78C;
  border-radius: 3px;
  background-color: #fff; 
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=checkbox]:checked {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  border: 1px solid #50A78C;
  border-radius: 3px;
  background-color: #AFCF21;  
  transition: background-color 0.3s linear;
}


/* RADIO BUTTONS */

input[type=radio] {
  position: absolute;
  cursor: pointer;
  width: 34px;
  height: 34px;
  border: 1px solid #50A78C;
  border-radius: 30px;
  background-color: #fff;  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=radio]:checked {
  content: "";
  display: block;
  position: absolute;
  width: 34px;
  height: 34px;
  border: 1px solid #50A78C;
  border-radius: 30px;
  background-color: #AFCF21;  
  transition: background-color 0.3s linear;
}


/* DATE PICKER */

input[type=date] {
	width: 25%;
	font-family: "Roboto", Arial, Helvetica, sans-serif;

}

	@media only screen and (max-width: 700px) {
	
		input[type=date] {
			width: 50%;
		}
	
	}
	
	@media only screen and (max-width: 375px) {
	
		input[type=date] {
			width: 85%;
		}
	
	}

/* SUBMIT BUTTON */

input[type=submit] {
	border-radius: 4px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	background: #50A78C;
	margin: 0;
	padding: 10px 15px 12px 15px;
	text-decoration: none;
	width: 200px;
	height: 50px;
	text-align: center;
	-webkit-appearance: none; 
	-moz-appearance: none;
}

input[type=submit]:hover {
	background: #AFCF21;
}


/* SUCCESS MESSAGE */

.flag {
	background: #50A78C;
	height: auto;
	width: 100%;
	padding: 10px 10px 10px 20px;
	overflow: hidden;
}

.flag p {
	color: #fff;
}
