
*{
  margin: 0;
  padding: 0;
}



#logo {
  width: 75px;
  height: 75px;
}

.lead {
  margin-top: 25px;
  margin-bottom: 0cm;
  padding-bottom: 25px;
} 

.material-icons {
  font-size: 60px;
  color: goldenrod;
  margin-left: 40px;
}

.navbar {
  background-color: rgb(203, 241, 229);
}

.navbar-light .navbar-nav .nav-link {
  color: #0062cc;
  font-weight: 900;
  transition: all 2s;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f8560a;
  font-weight: 900;
  border: 2px solid rgb(247, 191, 8);
  border-radius: 15px;
  }

.carousel .carousel-inner image {
  height: 85%;
}

.carousel-caption, .carousel-caption h1 {
  color:#fdc007;
  background-color: rgba(175, 177, 177, 0.7);
  background-blend-mode: 1;
}


.start {
  background-color: yellowgreen;

}

#who_We_Are {
  padding-top: 25px;
}

.whoWeAre {
  color: #1e95f7;
  background-color: rgb(201, 206, 191);
  }

.whoweare {
  width: 400px;
  height: 400px;
}

.imagesWe {
  margin-top: 35px;
}

.weAre{
  color: rgb(0, 0, 0);
  
}



.main {
  background-color: rgb(163, 233, 163);
  padding-top: 35px;
  padding-bottom: 25px;

}


.legal {
  background-color: grey;
  color: white;
  padding-top: 35px;
  padding-bottom: 25px;
}

.whatWeDo {
  padding-top: 25px;
  background-color: lightblue;
}

.weDo {
  color: #fa9006;
}

.special {
  color: #fdc007;
}

.projects {
  padding-top: 25px;
  background-color: rgb(233, 224, 224);
}

.projects h1 {
  color: red;
}

.projects h3 {
  color: rgb(0, 0, 0);
}

.livelihoods {
  padding: 25px;
}

.project_02 {
  width: 400px;
  height: 400px;
  padding: 25px;
}

.project03 {
  width: 400px;
  height: 400px;
  padding-top: 25px;
}

.project04 {
  width: 600px;
  height: 400px;
}

.project06 {
  width: 600px;
  height: 400px;
}

svg {
  color: rebeccapurple;
  width: 35px;
  height: 35px;
}
.director {
 color: rgb(13, 160, 153);
}

.cell,.e-mail,.skype{
  font-weight: 900;
  color: #81067b;
  transition: all 2s;
}

.cell:hover,.e-mail:hover {
  font-size: 1.5rem;
}

.website {
  transition: all 2s;
}

.website:hover {
  text-decoration: none;

   color: rgb(133, 71, 71);
}








