body {
  display: block;
  justify-content: start;
  align-items: center;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrme 26+, Opera 12+, Safari 7+ */
  color: #000;
  background-color: #ffffff;
}
.navbar {
  font-size: 1.2rem;
  background-color: rgb(229, 229, 229) !important;

} 
.foot {
  background-color: rgb(229, 229, 229) !important;
}
.nav-link {
  color: rgb(0, 0, 0) !important;
}
.nav-link:hover {
  color: rgb(71, 71, 209) !important;
  /* font-weight: bold; */
}
.headerImg {
  width: 100%;
  /* margin-bottom: 10px; */
  height: 90vh;
}
.carousel {
  padding: 0;
}
.carousel-inner {
  height: 500px !important;
}

.listofCandidates {
  width: 100%;
  padding: 20px 30px;
  color: rgb(0, 0, 0);
  text-align: center;
}
.listofCandidates > h3 {
  margin-bottom: 40px;
}
.candImg {
  background-color: aliceblue;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: none;
  margin: 5px 20px;
}
.cardx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.candCard {
  background-color: #ffffff;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 350px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0.5px rgb(0, 0, 0);
  margin: 10px 15px;
  color: rgb(0, 0, 0);
}
.candCard:hover {
  transform: scale(1.009);
  cursor: pointer;
}
.moto {
  width: 100%;
  color: rgb(0, 0, 0);
  text-align: center;
}
.missions {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
  justify-content: center;
}
.navbar-toggler-icon {
  color: #000 !important;
}


.social{
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
}
.icons{
}
.icons>a{
  
}
.icons>a:hover{
  text-decoration: none;
}
.icons>a>img:hover{
  transform: scale(1.08);
}
.SocailIcon{
  margin: 2px 10px;
}



.Messages{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px 50px;
  background-color: rgb(237, 66, 89);
  color: #fff;
}
.img1{
  width: 40%;
  /* border: 2px solid black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.img1>img{
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0.5px rgb(0, 0, 0);
}
.desc{
  width: 60%;
  padding: 20px 50px ;
  text-justify: justify;
}
.desc>p{
  font-style: italic;
}

@media screen and (max-width: 667px) {
  .listofCandidates {
    width: 100%;
    padding: 10px;
  }
  .cardx {
    width: 99%;
  }
  .candCard {
    width: 99%;
  }
  .Messages{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    background-color: rgb(237, 66, 89);
    color: #fff;
  }
  .desc{
    width: 95%;
    padding: 20px 10px ;
    text-justify: justify;
  }
  .img1{
    width: 95%;
    /* border: 2px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img1>img{
    width: 95%;
    height: 60vh;
  }
  .social{
    display: flex;
    flex-direction: column;
    width: 98%;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
  }
}

