body {
    padding: 0;
    margin: 0;
    background: #fff;
}
.navbar {
    background:#ffffff;
}
.nav-link,
.navbar-brand {
    color: #000000;

    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #f44336;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header {
    background-image: url('images/IMG_3283-2.png');
    background-size: auto;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    position: relative;
display: inline-block;
}

        .full-width {
  width: 100%;

}
        .wrap {
  width: 80%;
  max-width: 24em;
  margin: 0 auto;
  padding: 0.25em 0.625em;
}

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

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

.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;
}

.linksbtn {
  background-color: #6ab446;
  color: #fff;
  border-color: #468e23;
}

/*footer logos */
.footer-container {
  border-top: solid 1px green;
  padding-top: 10px;
}

.logos-flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
   /*justify-content: space-evenly;*/
}

.logos-flex-item {
   height:100px;
   width: 300px;
  margin-top: 10px;
  padding: 20px;
  text-align: center;
}

.logos-flex-item img{
  text-align: center;
  height: 100%;
  width: 100%;
  object-fit: contain;

}
@media screen and (max-width: 970px) {
  .logos-flex-item {
  width: 140px;
  height: 80px;
  margin-top: 10px;
  text-align: center;

}
}

/* .flex-item img {
  width:200px;
}
 */
/*footer-container .img {
  display: flex;
flex-flow: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: auto;
width: 100%;
max-width: 960px;
    }
/* .item {
  padding: 10px;*/

}
