.newHeader {
background-color: #67B346;
}
#footer {
  width: 90%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
#footerWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#BottomSection {
  background-color: #b4aca6;
  padding: 50px 0;
  margin-top: 0px !important;
}
#BottomSection {
  clear: both;
}
footer {
display: none;
}
#div_privacy {
display: none;
}