/* Removes extra gap between the muffet hero section and its footer */
.muffet-hero-image {
  display: block;
  margin-bottom: 0 !important;
}

.muffet-footer{
  clear: none !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  display: block;
}

.muffet-footer > .container,
.muffet-footer .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* also remove any spacing produced by the previous container */
.example1,
.top-center6,
.top-center1{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


