*{
	font-family:times;
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image: url("wood_back.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color:#fff;
	background-size:cover;
}
@media screen and (max-width:860px){
body {
	background-attachment: scroll;
}}
/* This begins the start of the header */

a {
	text-decoration: none;
}

.menu {
	position: fixed;
	background-color:#37541A;
	top:0;
	left:0;
	text-align:right;
	padding-top:15px;
	padding-bottom:15px;
	z-index:2;
	width:100%;
	white-space: nowrap;
	-moz-box-shadow: inset 0 -14px 14px -14px #d9edc4;
	-webkit-box-shadow: inset 0 -14px 14px -14px #d9edc4;
	box-shadow: inset 0 -14px 14px -14px #d9edc4;
}
.small_logo_container{
	position:fixed;
	top:-15px;
	left:10%;
	width:100px;
	height:auto;
	z-index:3;
}
.small_logo_pic{
	width:100%;
	height:auto;
}

/*Mobile menu */
.mobile_container{
	display:none;
	padding:0;
	margin:0;
	border:0;
	padding-right:5%;
}
.container {
	cursor: pointer;
	padding:0 5% 0 0;
	display: inline-block;
	padding:7px 0 7px 0;
}

.bar1, .bar2, .bar3 {
	width: 20px;
	height: 3px;
	background-color: #fff;
	margin: 4px 0;
	transition: 0.4s;
}

.change .bar1 {
	-ms-transform:rotate(-45deg) translate(-4.5px, 5.5px);
	-webkit-transform: rotate(-45deg) translate(-4.5px, 5.5px);
	transform: rotate(-45deg) translate(-4.5px, 5.5px);
        background-color: red;
}

.change .bar2 {
	-ms-transform:rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: red;
}

.change .bar3 {
	opacity:0;
	-ms-transform:rotate(45deg) translate(-4.1px, -6px);
	-webkit-transform:rotate(45deg) translate(-4.1px, -6px);
	transform: rotate(45deg) translate(-4.1px, -6px);
	background-color: red;
}
@media screen and (max-width:660px){
.mobile_container{
	display: inline-block;
}
.menu {
	padding-top:0px;
	padding-bottom:0px;
}}
.mobile_dropdown_content{
	display: none;
	position: absolute;
	background-color: #d9edc4;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	right:0%;
	border:4px solid #37541a;
	font-size:17px;
	width:210px;
}
.mobile_dropdown_content a{
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #d9edc4;
	outline: none;
	cursor: pointer;
}
.button_3, .button_4{
	width:100%;
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #d9edc4;
	outline: none;
	cursor: pointer;
}
.button_mouse_3, .button_click_3, .button_click_4{
	width:100%;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:10px 10px 10px 10px;
	background-color: #37541a;
	outline: none;
	cursor: pointer;
}
.mobile_dropdown_content a:hover{
	color: #ffffff;
	background-color:#37541a;
}
.mobile_produce_dropdown, .mobile_tree_dropdown{
	display:none;
	border-bottom:4px solid #37541A;
}	
.mobile_produce_dropdown a, .mobile_tree_dropdown a{
	background-color:#bfe19d;
}

/*This ends the mobile menu/*


#home a{
	border-top:1.5px solid white;
	border-bottom:1.5px solid white;

}
#java_button, #java_button_2{
	border-top:1.5px solid transparent;
	border-bottom:1.5px solid transparent;

}

/* Dropdown Content (Hidden by Default) */
.dropdown_content, .dropdown_content_2 {
	display: none;
	position: absolute;
	background-color: #d9edc4;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 2;
	min-width:100%;
	border:4px solid #37541A;
	margin-top:11px;
}
/*End dropdown content*/


/*All text changes are here */
.button_container, .button_container_2{
	display:inline-block;	
	position: relative;
}
.button, .button_2{
	display:inline-block;
	color:white;
	background-color:#37541A;
	font-size:20px;
	font-weight: bold;
	outline: none;
	border: none;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
}
/*What happens to the button when it is clicked or selected with the mouse*/
.button_click, .button_mouse, .button_click_2{
	display:inline-block;
	color:#37541A;
	background-color:#fff;
	font-size:20px;
	font-weight: bold;
	outline: none;
	border: none;
	border-radius: 15px;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
	cursor: pointer;
}

/* Links inside the dropdown */
.dropdown_content a, .dropdown_content_2 a {
	color: black;
	text-decoration: none;
	display: block;
	text-align:left;
	font-size:20px;
	padding:15px 10px 15px 10px;

}
.right_link{
	padding-right:10%;
	
}
.link a{
	font-size:20px;
	font-weight: bold;
	color:#ffffff;
	padding:0 5px 0 5px;
	margin:0 0 0 20px;
}
@media screen and (max-width:860px){
.span_hide{
	display:none;
}
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {
	font-size:18px;	
	margin:0 0 0 18px;
	-webkit-text-size-adjust: 100%;	
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	font-size:18px;	
	padding:10px 15px 10px 15px;
	-webkit-text-size-adjust: 100%;	
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
@media screen and (max-width:660px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {
	display:none;
	font-size:17px;
	margin:0 0 0 10px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	font-size:17px;	
	padding:10px 6px 10px 6px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;	
}

.small_logo_container{
	width:75px;
	left:5%;
}


}
@media screen and (max-width:440px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {	
	/*font-size:17px;	
	margin:0 3px 0 3px;*/	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	/*font-size:17px;	
	padding:10px 5px 10px 5px;*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
@media screen and (max-width:380px){
.link a,.button, .button_click, .button_2, .button_mouse, .button_click_2 {	
	/*font-size:15px;	
	margin:0 3px 0 3px;*/	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.dropdown_content a, .dropdown_content_2 a{
	/*font-size:15px;	
	padding:10px 4px 10px 4px;*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}}
/*This ends the text size section*/

/*This section deals with text hovering!*/
.link a:hover{ 
	color: #37541A;
	padding-top:0;
	padding-bottom:0;
	background-color:#ffffff;
	border-radius: 15px;
}
/* Change color of dropdown links on hover */
.dropdown_content a:hover,  .dropdown_content_2 a:hover{
	color: #ffffff;
	background-color:#37541A;
}
.button:hover > .down{
	border-top: 8px solid #37541A;
}
.button:hover > .up{
	border-bottom: 8px solid #37541A;
}
/*This ends the hovering section*/

/* Down and up arrows */
.down {
	display:inline-block;
	position:relative;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}
.down_black {
	display:inline-block;
	position:relative;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #000;
}
.up {
	display:inline-block;
	position:relative;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #37541A; 
}
.up_white {
	display:inline-block;
	position:relative;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff; 
}
@media screen and (max-width:860px){
.down {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}
.up {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #37541A; 
}}
@media screen and (max-width:660px){
.down {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
}
.up {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #37541A; 
}
.down_black {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
}
.up_white {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff; 
}}
@media screen and (max-width:410px){
.down {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}
.up {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #37541A; 
}}
/* Arrows End*/
/*This has to come after the hidden stuff.*/
.show {
	display:block;
}

/*This ends the header section*/


.mainbody{
	display:block;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	max-width:1100px;
	background-image: url("cabbage_back.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin-top:50px;
}
@media screen and (max-width:660px){
.mainbody{
	width:90%;
	margin-top:40px;
}}
.main_images{
	position:relative;
}

/* This section deals with the main logo image */
.logo_container_outside{
	position: absolute;
	top:15%;
	z-index:1;
	width:100%;
	display:block;
}

.logo_container_inside{
	position:relative;
	display:block;
	margin-right:auto;
	margin-left:auto;
	width:40%;
	max-width:600px;
}
@-webkit-keyframes first_rotation{
	from {
		transform: rotate(0deg)
			translate(0px,0px)
			rotate(0deg)
			scale(0);
	}
	to {
		transform: rotate(0deg)
			translate(0px,0px) 
			rotate(0deg)
			scale(0);
	}
}
@-webkit-keyframes second_rotation{
	from {
		transform: rotate(0deg)
			translate(0px,0px)
			rotate(0deg)
			scale(0);
	}
	to {
		transform: rotate(0deg)
			translate(0px,0px) 
			rotate(2160deg)
			scale(1);
	}
}

.logo_pic{
	animation: 1.5s ease-out 0s 1 first_rotation, 2s ease-out 1.5s 1 second_rotation;
	width:100%;
	height:auto;
	border-radius: 60px;
	background: rgba(255, 255, 255, 0.7);
	border:solid 2px #08106b;
}
/* This section ends the main logo image */

.banner_pic{
	display:block;
	position: relative;
	width:100%;
	height:auto;
}
.mySlides {
	display: none
}

.slideshow-container {
	position:relative;
	display:block;
	background-color:#fff;
}

.prev {
	position: absolute;
	bottom:45%;
	left:0;
	z-index:1;	
}

/* Position the "next button" to the right */
.next {
	position: absolute;
	bottom:45%;
	right:0;
	z-index:1;
}
.prev_span, .next_span{
	position:relative;

}
.prev_span a, .next_span a{
	padding:15px;
	background-color: rgba(0,0,0,0.2);
	width:100%;
	cursor: pointer;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius:10px;
}
@media screen and (max-width:710px){
.prev_span a, .next_span a{
	font-size: 20px;
}}
@media screen and (max-width:660px){
.prev_span a, .next_span a{
	font-size: 18px;
	padding:10px;
}}
@media screen and (max-width:510px){
.prev_span a, .next_span a{
	font-size: 16px;
}}
@media screen and (max-width:410px){
.prev_span a, .next_span a{
	font-size: 14px;
}}
@media screen and (max-width:310px){
.prev_span a, .next_span a{
	font-size: 10px;
}}
/* On hover, add a black background color with a little bit see-through */
.prev a:hover, .next a:hover {
	background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1s;
	animation-name: fade;
	animation-duration: 1s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


.banner_text_container{
	width:100%;
	position:absolute;
	top:60%;
}

.banner_text{
	position: relative;
	color:#ffffff;
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:45px;
	text-align:center;
	width:80%;
	font-weight: bold;
	/*text-shadow: 3.5px 3.5px #014265;*/
	text-shadow: 3.5px 3.5px #0c1a4d;
}

@media screen and (max-width:1060px){
.banner_text{
	font-size:40px;
}}
@media screen and (max-width:860px){
.banner_text{
	font-size:35px;
}}
@media screen and (max-width:660px){
.banner_text{
	font-size:30px;
}}
@media screen and (max-width:560px){
.banner_text{
	font-size:25px;
}}
@media screen and (max-width:460px){
.banner_text{
	font-size:20px;
}}
@media screen and (max-width:400px){
.banner_text{
	font-size:18px;
}}
@media screen and (max-width:360px){
.banner_text{
	font-size:15px;

}}

/*This starts the main content section*/
.main_content{
	display:block;
}
/* The dots/bullets/indicators */
.dot_container{
	padding-top:7px;
	text-align:center;
	background-color: rgba(255,255,255,0.75);
}
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.mainbody_text{
	position:relative;
	display:block;
	padding:40px 50px 40px 50px;
	font-size:19px;
	text-align:justify;
	background-color: rgba(255,255,255,0.75);
}
@media screen and (max-width:860px){
.main_content{
	background-image: url("cabbage_back_2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-color:#ebf9f9;
	background-size: 50% auto;
}
.mainbody_text{
	font-size:18px;
}}
@media screen and (max-width:660px){
.main_content{
	background-size: 60% auto;

}
.mainbody_text{
	font-size:17px;
	text-align:left;
	padding:20px 20px 20px 20px;
}}

.bottom_phone{
	background-color: rgba(255,255,255,0.75);
	font-size:19px;
	color:#000000;
	text-align:center;
	padding-bottom:50px;
}
@media screen and (max-width:860px){
.bottom_phone{
	font-size:18px;
}}
@media screen and (max-width:660px){
.bottom_phone{
	font-size:17px;
	padding-bottom:20px;
}}
.bottom_phone a{
	color:#000000;
	padding:0 7px 0 7px;

}
.bottom_phone a:hover { 
	color: #ffffff;
	padding-top:0;
	padding-bottom:0;
	background-color:#37541A;
	border-radius: 15px;
}

/*This starts the footer*/

.clear{
	clear:both;
	width:100%;
}
.fish_pic_container{
	position: absolute;
	left:10%;
	top:30%;
	font-size:15px;
	width:115px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}
@media screen and (max-width:540px){
.fish_pic_container{
	left:0;
	top:0;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	width:100px;
}}

.fish_pic{
	width:100%;
	height:auto;
}
.address{
	display:block;
	position: relative;
	background-color:#37541A;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	font-size:15px;
	color:#ffffff;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.address a {
	color:#ffffff;
}
#phone_address:hover{ 
	color: #37541A;
	padding-top:0;
	padding-bottom:0;
	background-color:#ffffff;
	border-radius: 15px;
}
.nc_tree_logo_container{
	position: absolute;
	right:10%;
	top:18%;
	width:135px;

}
@media screen and (max-width:540px){
.nc_tree_logo_container{
	top:0;
	right:0;
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:12px;
	width:125px;

}}
.nc_tree_logo{
	width:100%;
	height:auto;
}

.copy{
	display:block;
	padding:10px;
	text-align:center;
	border-top:1px dotted #ffffff;
	background-color:#37541A;
	color:#ffffff;
	font-size:15px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}