* {

	padding: 0;

	margin: 0;

	box-sizing: border-box;

}

body {
	font-family: Poppins;
	font-style: normal;
}

header a img{
	margin-left: 20%; 
	width: 20%!important;
}

.nav {
	margin-right: 10%;
	margin-top: 20px;
}

.nav-link {
	position: relative;
	color: black !important;
	/* Default link color */
	font-size: 20px;
	font-weight: 600;
}


.nav-link.active::after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	height: 8px;
	background-color: #48B21F;
}

nav img {

	height: 30px; 
	margin: 10px;
}

.signup p {
	background-color: #C0E31F;
	padding: 1px 25px 5px 25px;
	border-radius: 10px;
}

  .green-section {
    background-color: #48B21F; /* Bootstrap 'success' green */
    color: black;
    padding: 60px 20px;
    text-align: center;
    height: 100vh;
    text-align: left;
}

.green-section h1 {
	font-family: Bree Serif, serif !important;
	font-size: 80px;
	color: white !important;
}

.green-section h4, .green-section h2 { 
	color: white !important;
}


.green-section .image-gallery img {
	width: 80px;
	margin: 15px;
}

.green-section .right-cards img {
	width: 80px; 
	margin: 5px;
	margin-left: 10%;
}

.green-section .customers {
	margin-left: 10%; 
}


.blue-section {
    background-color: white; /* Bootstrap 'success' green */
    color: black; 
    text-align: center;
    font-family: Poppins !important;
    height: 100vh;
    width: 100%;

}

.container-header { 
	padding: 20px;

 }

 .blog-header {
 	text-align: left;
 }
.blue-section .right-cards img {
	width: 80px; 
	margin: 5px;
	margin-left: 10%;
}

.blue-section .left-content img {
	color: white !important;
	width: 80px;
	margin: 10%;
}

  .light-green-section {
    background-color: #C0E31F; /* Bootstrap 'success' green */
    color: #C0E31F;
    padding:1px;
    text-align: center; 
    text-align: left;
}


.footer {
       	position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: black;
        color: white;
        padding: 20px 0;
        text-align: center;
				font-family: Poppins !important;
    }

  .footer img {
    	width: 50%!important;
    }


.display-4 {
	text-align: left;
	font-family: Bree Serif, serif !important;;
}

.privacy , .policy {
	color: white !important;
}

/*Media Queries*/
 @media (max-width: 768px) {
 	header a img {
	margin-left: 0;
	width: 0%!important;  

	}	

	.display-4 {
		text-align: center;
	}
	header a {
		width: 70%;
	}

	header .nav {
		display: none;
	}

	.green-section {
		height: 100%;
	}

	.green-section h1 {
		font-size: 50px;
	}
 

	.green-section .right-cards img  {
   	margin-left: 0;
   }

   .green-section .customers   {
   	margin-left: 0;
   }

   .blue-section .right-cards img  {
    
   	padding: 10px;
   	max-width: 90%;
   	margin-left: 20px;
   	margin-bottom: -15px;

   }

   .blue-section .left-content img { 
   	margin: 0;
   	color: white !important;
   	padding: 15px;
   }

   .footer {
   	font-size: 10px;
   	padding-bottom: 0;
    }

    .footer img {
    	padding: 10px;
    	width: 20%!important;
    }


}