.footer-wrap{
  width: 100%;
  background-color: #111111;
/*  border-top: 7px solid #3AB54B;*/
  padding-bottom: 10px;
  padding: 10px;
  font-size: 16px;
  padding: 20px 0 20px 0;
}

.footer-wrap .padding{
  padding-left: 20px;
  padding-right: 20px;
}

.mission-wrap{
  background-color: #3AB54B;
  padding: 20px 0 10px 0;
}

.logofooter{
  height: 170px;
}

.social{
  font-size: 40px;
  padding: 0px;
  margin: 0px;
}

.social a:hover{
  color: #3AB54B;
}

.fa-tiktok{
  font-size: 37px;
}

.footer-wrap{
  color: white;
}

.footer-wrap .underline{
  border-bottom: 1px dashed white;
}

footer p{
  line-height: 1.5;
}

footer a{
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

footer a:hover{
  text-decoration: underline;
  color: #3AB54B;
}

footer .foot{
  padding-top: 12px;
  padding-bottom: 0px;
}

.bottom-bar p{
  width: 100%;
  font-size: 15px;
  padding-top: 10px;
}

.bottom-bar a{
  text-decoration: underline;
  color: black;
}

.bottom-bar a:hover{
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

.copyright{
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}