html {
  scroll-behavior: smooth;
}

body {
	margin:0;
}

h1 {
	font-family: coranto-2, serif;
	font-size:45px;
	letter-spacing: 0;
	font-weight:normal;
	color: #218340;
	text-align: center;

}

h2 {
	font: SemiBold 18px/28px Gibson;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2.7px;
	color: #218340;
	text-transform: uppercase;
}

h3 {
	text-align: left;
	font-family: coranto-2, serif;
	font-size:45px;
	letter-spacing: 0;
	font-weight:normal;
	color: #8DC63F;
}

p {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	letter-spacing: 0.9px;
	color: #000000;
	font-size: 20px;
	line-height: 27px;
}

a {
	color: #8DC63F;
	text-decoration: none;
	margin-top: -5px;
}

.button {
	border: 2px solid #8DC63F;
	border-radius: 10px;
	opacity: 1;
	padding: 10px 25px;

	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	overflow: hidden;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
}

.button a {
	font: SemiBold 18px/28px Gibson;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2.7px;
	color: #218340;
	text-transform: uppercase;
	text-decoration: none;
}

.button:hover, .button:focus {
	background-color: #8DC63F;
  	color: #218340;
}

.container {
	width: 100%;
}

.hero {
	background: #8DC63F;
    width: 100%;
    padding-top: 50px;
}

.navigation {
	text-align: center;
}

.navigation_logo {
	width: 207px;
	margin-bottom: 16px;
}

.navigation ul {
	list-style-type:none;
	padding-inline-start: 0px;
}

.navigation_list li {
	text-align: center;
	display: inline;
}

.navigation_list a {
	color: #fff;
	text-decoration: none;
	font: SemiBold 18px/28px Gibson;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 2.7px;
	text-transform: uppercase;
	padding: 15px 25px;
}

.hero_text {
	margin-top:100px;
	margin-bottom: 75px;
}

.hero_illustration {
    width: 1250px;
    margin: -200px auto 10px auto;
}

.arrow {
	width: 50px;
	display: block;
    margin: -36px auto 0px auto;
}

.about {
	display: flex;
	margin-top: 76px;
    margin-bottom: 100px;
}

.about_img {
	width: 50%;
	background-image:url("../img/Image 7.png");
	display:block;
  	background-repeat:no-repeat;
  	background-position: center center;
  	background-size: cover; 
  	padding-left: 50px;
  	padding-right: 50px;
}

.about_img img {
	max-width: 100%;
    max-height: 100%;
    display: block;
}

.about_text {
	width: 50%;
    padding-left: 50px;
  	padding-right: 50px;
}

.about_text h2 {
	margin-top: 145px;
    margin-bottom: -11px;
}

.about_text h3 {
	margin-bottom: 150px;
}

.businesses {
	background: #218340;
	width: 100%;
}

.businesses_container {
	width: 1080px;
	margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 50px;
}

.business_box {
	background: #fff;
	/*margin-bottom: 50px auto.*/
	display: flex;
	box-shadow: 5px 5px 0px #8DC63F;
	margin-bottom: 55px;
}

.business_box:last-child {
	margin-bottom: 5px;
}

.business_logo {
	width: 34%;
    float: left;
    /*flex: 1;*/
    text-align: center;
    margin: 50px auto;
}

.acme {
	background:url("../img/acme_logo.png") no-repeat center;;
	background-size: 198px;
}

.campio {
	background:url("../img/Campio.svg") no-repeat center;;
	background-size: 190px;
}

.relish {
	background:url("../img/Relish-Logo+Icon.png") no-repeat center;;
	background-size: 245px;
}


.duchess {
	background:url("../img/Image 1@2x.png") no-repeat center;;
	background-size: 257px;
}

.transcend {
	background:url("../img/Transcend.svg") no-repeat center;;
	background-size: 248px;
}

.business_text {
	width: 66%;
    float: left;
    /*flex: 1;*/
    border-left: 2px #8DC63F solid;
    padding-left: 50px;
    padding-top: 96px;
    padding-bottom: 100px;
    padding-right: 50px;
}

.business_text h2 {

}

.business_text p {
	margin: 3px 0 22px 0;
}

.business_text .button {
	width: fit-content;
}

.locations {
	width: 1080px;
	margin: 0 auto;
	padding-top: 50px;
    padding-bottom: 50px;
}
.locations_visit {
	display: flex;
}
.locations_visit_img {
	background-image:url("../img/Image 5.png");
	display:block;
  	background-repeat:no-repeat;
  	background-position: center center;
  	background-size: cover; 
  	width: 66%;
}

.locations_visit_text {
	width: 34%;
	margin: 30px 50px 10px 50px;
}

.locations_visit_text p {
	margin-bottom: 40px;
}

.locations_events {
	display: flex;
	margin-top:50px;
}

.locations_events_img {
	background-image:url("../img/Image 6.png");
	display:block;
  	background-repeat:no-repeat;
  	background-position: center center;
  	background-size: cover; 
  	width: 66%;
}

.locations_events_text {
	width: 34%;
	margin-left: 0px;
	margin: 30px 50px 10px 0px;

}

.locations_events_text p {
	margin-bottom: 40px;
}

.acme_logo {
	width: 198px;
}

.footer_logo {
	width: 208px;
	margin: 100px auto 50px auto;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #8DC63F;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Left White*/
.hvr-underline-from-left-white {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left-white:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left-white:hover:before, .hvr-underline-from-left-white:focus:before, .hvr-underline-from-left-white:active:before {
  left: 0;
  right: 0;
}


/*=============== Mobile ==================*/

@media only screen and (max-width: 1180px) {
	.businesses_container {
		width: 100%;
	}
	.business_box {
		margin-left: 50px;
		margin-right: 50px;
	}

	.hero_illustration {
		width: 100%;
		text-align: center;
	}

	.hero_illustration img {
		width: 90%;
	}

	.locations {
		width: 100%;
	}

	.locations_events_text h2 {
		margin-left: 50px;
	}

	.locations_events_text p {
		margin-left: 50px;
	}

	.acme {
		background-size: 158px;
	}

	.campio {
		background-size: 175px;
	}
	.relish {
		background-size: 210px;
	}

	.duchess {
		background-size: 200px;
	}

	.transcend {
		background-size: 190px;
	}

}

@media only screen and (max-width: 950px) {
	.hero_illustration img {
		margin: 100px auto 10px auto;
	}

	.about_text h3 {
		font-size: 30px;
	}

	.locations {
		padding-top: 0;
	}

	.locations_visit_img {
		width: 50%;
	}

	.locations_visit_text {
		width: 50%;
		margin-left: 0px;
		margin-right: 0px;
	}

	.locations_visit_text h2 {
		margin-left: 50px;
	}

	.locations_visit_text p {
		margin-left: 50px;
	}

	.locations_events {
		margin-top: 0;
	}

	.locations_events_img {
		width: 50%;
	}

	.locations_events_text {
		width: 50%;
		margin-right: 0px;
		margin-left: 0px;
	}

	.locations_events_text h2 {
		margin-right: 50px;
	}
	.locations_events_text p {
		margin-right: 50px;
	}
	
}

@media only screen and (max-width: 850px) {
	.businesses {
		display: flex;
		height: 100%;
	}

	.business_box {
		display: block;
		float: left;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 25px;
	}

	.business_logo {
		height: 300px;
		width: 100%;
		margin: 0 auto;
	}

	.business_text {
		border-left: 0px #8DC63F solid;
		border-top: 2px #8DC63F solid;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 66px;
		padding-bottom: 70px;
	}

	.business_text h2 {
		margin-right: 40px;
		margin-left: 40px;
		margin-top: 0px;
	}

	.business_text p {
		margin-right: 40px;
		margin-left: 40px;
	}

	.business_text .button {
		margin-left: 40px;
	}
	.acme {
		background-size: 185px;
	}

	.biera {
		background-size: 175px;
	}

	.blind {
		background-size: 250px;
	}

	.duchess {
		background-size: 240px;
	}

	.transcend {
		background-size: 228px;
	}

}

@media only screen and (max-width: 750px) {
	.about_img {
		display: none;
	}

	.about_text {
		width: 100%
	}

	.about_text h2 {
		margin-top:45px;
	}

	.about_text h3 {
		font-size: 30px;
		margin-bottom: 50px;
	}

	.navigation_list a {
		padding:15px 7px;
	}

	.hero_text {
		margin-top: 70px;
		margin-left: 50px;
		margin-right: 50px;
		margin-bottom: 65px;
	}

	.hero_text h1 {
		font-size: 40px;
	}

	.hero_illustration img {
		margin: 90px auto 10px auto;
	}

		.locations {
		padding-top: 0px;
	}

	.locations_visit {
		display: block;
	}

	.locations_visit_img {
		width: 100%;
		height: 300px;
	}

	.locations_visit_text {
		width: 100%;
		margin-top: 50px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.locations_visit_text h2 {
		margin-left: 40px;
		margin-right: 40px;
	}

	.locations_visit_text p {
		margin-left: 40px;
		margin-right: 40px;
	}

	.locations_events {
		display: block;
		width: 100%;
	}

	.locations_events_text {
		width: 100%;
	}

	.locations_events_img {
		width: 100%;
		height: 300px;
	}

	.locations_events_text h2 {
		margin-top: 0px;
		margin-left: 40px;
		margin-right: 40px;
	}

	.locations_events_text p {
		margin-left: 40px;
		margin-right: 40px;
	}

	.footer_logo {
		margin: 60px auto 10px auto;
	}

}



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

	.button a {
		font-size: 14px;
	}

	p {
		font-size: 16px;
    	line-height: 22px;
	}

	.navigation_list a {
		font-size: 14px;
	}

	.hero_text {
		margin-top: 75px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.hero_text h1 {
		font-size: 35px;
	}

	.hero_illustration {
    	
	}

	.hero_illustration img {
		margin: 170px auto 40px auto;
	}

	.hero {}

	.about_text {
		padding-left: 40px;
		padding-right: 40px;
	}

	.about_text h3 {
		font-size: 22px;
	}

}



