.hero-body {
min-height:100vh;
}



.checkbox-alias{
  background-color: #FFF;
  z-index: 1;
  transition: all 250ms ease-out;
}

.invisible-checkboxes input[type=checkbox]{
  display: none !important;
}

.invisible-checkboxes input[type=checkbox]:checked + .checkbox-alias{
    background-color: #DDD;
}