body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}
.navbar {
    background-color:#6ab446;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover,
.navbar-brand:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header {
    background-image: url(images/zee.jpg); 
    background-size: cover;
    background-position: center;
    position: relative;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.description {
	left: 50%;
	position: relative;
	top: 45%;
	transform: translate(-50%, -50%);
	text-align: center;
    padding:100px;
}
.description h1 {
	color: #6ab446;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.description button {
    border:1px solid #6ab446;
    background:#6ab446;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
	border:1px solid #fff;
    background:#fff;
    color:#000;
}

.features {
	margin: 4em auto;
	padding: 1em;
	position: relative;
}
.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}
.imgg{
    width:40%;
    border-radius: 50%;
}
.kleur{
    color:rgb(55, 0, 255);
}
.img-fluid{
    width: 500px;
    height:325px;
}
.col-md-4{
    text-align: center;
    justify-content: center;
    align-items: center;
}
.project{
    padding:20px;
    border-bottom: #000;
    border-bottom-style: dotted;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.imgg-fluid{
    width:350px;
    height:300px;
   
     
}




 