
.page1_container {
	width:100%;
	text-align:center;
	background-color:#66c17f;
	/*height:400px;*/
}

.page1 {
	line-height:25px;
}

.boldtext {
    display: inline-block;
    background: #3ca558;
    font-weight: 600;
    letter-spacing: 3px;
    padding: 3px;
}

.headline {
    font-size: 300%;
    color: #fff;
    line-height: 42px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.subheadline {
    font-size: 120%;
    color: #fff;
    margin-bottom: 20px;
    /* height: 70px; */
}


.myButton {
	background-color:#ffffff;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	border-radius:28px;
	border:1px solid #004613;
	display:inline-block;
	cursor:pointer;
	color:#089e32;
	font-family:Arial;
	font-size:17px;
	padding:16px 31px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #2f6627;*/
}
.myButton:hover {
	background-color: #3d9213;
    color: #fff;
}
.myButton:active {
	position:relative;
	top:1px;
}
@media (min-width: 48em) {
	.headline {
		font-size: 400%;
		color: #fff;
		line-height: 73px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.subheadline {
		font-size: 120%;
		color: #fff;
		/* margin-bottom: 30px; */
		/* height: 70px; */
	}
}






.page2 {

}

.page2_header {
	text-align: center;
    width: 300px;
    border-bottom: 2px solid #007320;
    color: #f7f7f7;
	margin: 20px auto 10px auto;
    padding: 6px;
    font-size: 150%;
	font-family: 'Montserrat', sans-serif;
}
.page2_boxes {
	margin-top:0px;
}
.page2_box {
    padding: 20px 50px;
    color: #101d00;
    font-size: 109%;
	
}
.page2_box_header {
	font-weight:bold;
	margin-bottom:10px;
	font-family: 'Montserrat', sans-serif;
}

.page2_box .icon {
	font-size:40px;
	color:#056f22;
}



.page2 .box_content{
	line-height: 20px;
	color: #fff;
}


.page2_box_header {
	color:#fff;
}


.page3 {
	position:relative;
}

.page3_container {
	width:100%;
	text-align:center;
	background-color:#f1f3f5;
	border-bottom: 1px solid #dedede;
}

.page3_header {
	text-align: center;
    width: 370px;
    margin: 0 auto;
    padding: 6px;
    font-size: 150%;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.scrolling-wrapper  .card {
    display: inline-block;
	padding: 2px 15px;
}

.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
}
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
 }

 .scrolling-wrapper img {
	 width:70px;
 }

.leftArrow {
    left: 0;
}
.rightArrow {
    right: 0px;
}
.logoarrrow {
	top: 75px;
	width: 20px;
    background: #ececec;
    line-height: 40px;
    line-height: 40px;
    position: absolute;
}
 
 
 
 .page4 {
    text-align: left;
    border-bottom: 2px solid #000;
    
 }
 
.page4_container {
	width:100%;
	text-align:center;
	background-color:#f8f9fa;
}

.page4_header {
    /* width: 370px; */
    /* margin: 0 auto; */
    padding: 6px 0;
    font-size: 150%;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.page4_content {
    line-height: 24px;
    font-size: 15px;
}
.page4_img {
	display:inline-block;
	vertical-align: bottom;
}
.page4_img img {
	width:200px;
}



.header .logo img {
	width:250px;
}

@media (max-width: 1023px) {
	.page2_box .icon {
		text-align:center;
	}
	.page2_box_header {
		text-align: center;
	}
	.page4_img {
		display:none;
	}
	.header .logo img {
		width:200px;
	}
}

@media (min-width: 1024px) {
	.page2_boxes {
		display: grid;
		grid-template-columns: auto auto auto;
	}
	.page4_content {
		display:inline-block;
		width:800px;
	}
}



.subsmessage {
	text-align: center;
    margin-bottom: -20px;
    background: #66c17f36;
    padding: 3px 0 0 0;
    color: #00651c;
    padding: 5px;
}

.subscribe input[type="text"] {
    padding: 5px;
    border: 1px solid black;
    border-left: 5px solid #66c17f;
}
.subscribe .sbutton {
	display:inline-block;
	padding:0.3em 1.2em;
	margin:0 0.2em 0.1em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	color:#FFFFFF;
	background-color:#66c17f;
	text-align:center;
	transition: all 0.2s;
}
.subscribe .sbutton:hover{
	background-color:#4095c6;
}


.subscribe{
	text-align:center;
    margin-bottom: -20px;
    background: #66c17f36;
    padding: 3px 0 0 0;
}
