@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Open+Sans&display=swap');
@import url("https://use.typekit.net/fgf2xta.css");
html{
	width:100%;
	max-width:100%;
	overflow-x:hidden
}
body{
	color:#707070;
	font-family: 'Fjalla One', sans-serif;	font-size:1em;
	position:relative;
	line-height:1.8em
}
h1,h2,h3,h4,h5{
	font-family: 'Fjalla One', sans-serif;
}
a{
	color:#005B2F
}
a:hover,a:active,a:focus{
	text-decoration:none;
	color:#000
}
img{
	max-width:100%;
	width:auto;
	height:auto
}
strong{
	font-weight:bold
}
.white-text{
	color:#efefef
}
.videoWrapper{
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0
}
.videoWrapper iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.bg-light{
	background-color:#fff !important
}
.navbar-toggler{
	padding:5px;
	background-color:#ccc
}
.btn-primary{
	background-color:#005B2F;
	font-family: 'Fjalla One', sans-serif;
	transition:all 0.5s
}
.btn-primary:hover{
	background-color:#000
}
input{
	width:100%;
	max-width:100% !important;
	border:solid thin #eee;
	padding:5px 10px
}
textarea{
	width:100%;
	max-width:100%;
	border:solid thin #eee
}
section{
	width:100%;
	position:relative;
	background-color:white;
	margin:0;
	padding:40px 0
}

//*
section.hero-section{
	background-image:url(https://cdn.greenphoenixny.com/catalina/uploads/2021/12/hero1-1.jpg);
	height:60vh;
	background-color:black
}
section.hero-section.after{
	position:absolute;
	width:100%;
	height:inherit;
	background-image:url(https://cdn.greenphoenixny.com/catalina/uploads/2021/12/overlay.png)
}
section.hero-section p{
	color:white;
	max-width:600px
}
section.hero-section a.down-button{
	color:white;
	position:absolute;
	bottom:100px;
	width:44px;
	height:50px;
	font-size:50px;
	left:0;
	right:0;
	margin:0 auto
}

*//
section.about-section{
	background-image:url("../images/");
	background-position:center;
	background-size:cover;
	margin:0
}
section.testimonials-section .slick-slide{
	display:flex;
	align-items:center
}
section.testimonials-section .slick-slide p:before{
	font:normal normal normal 24px/1 FontAwesome;
	content:"\f10d";
	font-size:1.9em;
	margin-right:5px;
	color:#ccc
}
section.testimonials-section .slick-next{
	position:absolute;
	right:-50px;
	bottom:50%;
	z-index:9;
	border:none;
	height:60px;
	width:60px;
	font-size:0
}
section.testimonials-section .slick-next:before{
	color:white;
	font:normal normal normal 24px/1 FontAwesome;
	content:"\f054"
}
section.testimonials-section .slick-prev{
	position:absolute;
	left:-50px;
	bottom:50%;
	z-index:9;
	border:none;
	height:60px;
	width:60px;
	font-size:0
}
section.testimonials-section .slick-prev:before{
	color:white;
	font:normal normal normal 24px/1 FontAwesome;
	content:"\f053"
}
