body{
   font-family: 'Poppins',  'Montserrat', sans-serif;


}

.top {
  	height: 100vh;
  	background-image: 
	  linear-gradient(to right bottom, 
     rgba(155, 237, 114, 0.5),
     rgba(113, 173, 83, 0.5)),
     url('/imageserver/Reusable/leafblaster/hero2.png');
  	
	background-size: cover;
  	background-position: top;
  	position: relative;
  	clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
}

.brand-box {
  	position: absolute;
  	top: 40px;
  	left: 40px;
}

.brand { font-size: 20px; }

.text-box {
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
}

.heading-primary {
  	color: #fff;
  	text-transform: uppercase;
        margin-bottom:20px;
  	backface-visibility: hidden;
  	margin-bottom: 30px;
}

.heading-primary-main {
  	display: block;
  	font-size: 26px;
  	font-weight: 400;
  	letter-spacing: 5px;
}

.heading-primary-sub {
  	display: block;
  	font-size: 18px;
  	font-weight: 700;
  	letter-spacing: 7.4px;
}

.btn:link,
.btn:visited {
  	text-transform: uppercase;
  	text-decoration: none;
  	padding: 10px 20px;
  	display: inline-block;
  	border-radius: 100px;
  	transition: all .2s;
  	position: relative;
}

.btn:hover {
  	transform: translateY(-3px);
  	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  	transform: translateY(-1px);
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white {
  	background-color: #fff;
  	color: #777;
	font-size: 14px;
}

.secondary{
    background-image:url('/imageserver/Reusable/leafblaster/19_6_14_GG_Studio_0010-scaled-min.jpg');
    background-size:cover;
    padding:150px 100px 75px 100px;
    margin-top:5%;
    color:white;
    font-size:1.3em;
    -webkit-clip-path: polygon(0% 15vh, 100% 0%, 100% 100%, 0% 100%);
clip-path: polygon(0% 15vh, 100% 0%, 100% 100%, 0% 100%);
}

.third{
   padding:50px 0;
}

.fourth{
  background-image: linear-gradient(to top, rgba(255,255,255,0.9), rgba(64,98,47,0.9));
  padding:40px 100px;
 -webkit-clip-path: polygon(0% 5%, 50% 0%, 100% 5%, 100% 100%, 0% 100%);
clip-path: polygon(0% 5%, 50% 0%, 100% 5%, 100% 100%, 0% 100%);
}