$bg: #f5f6f1;

html,
body {
  background-color: $bg;
}

.section {
  padding: 20px;
  background-color: $bg;
}

.is-width-100 {
  width: 100px;
}

.is-width-100p {
  width: 100%;
}


// Sticky Footer
body {
  position: relative;
  min-height: 100vh;
  padding-bottom: 200px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 768px) {

  body {
    padding-bottom: 440px;
  }
}

@media (max-width: 420px) {

  body {
    padding-bottom: 480px;
  }
}

.field {
  .columns:last-child {
    margin-bottom: 0;
  }
}
