html {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 20px;
  height: 100%;
}

main {
  height: 100%;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 20px;
  background-color: #f5f5f5;
}

.container-fluid {
  height: 100%;
}

.typeform-widget {
  height: 100%;
}
