/* Sticky Footer Layout */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.u-section-1 {
  flex: 1 0 auto;
  padding: 60px 0;
}

.u-section-1 .u-sheet-1 {
  min-height: 400px;
}

.u-section-1 .u-text-1 {
  margin-bottom: 0;
}

.u-section-1 .u-text-2 {
  margin: 19px 0 0;
}

#footer {
  flex-shrink: 0;
  margin-top: auto;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    margin-top: 40px;
  }

  .u-section-1 .u-text-2 {
    margin-bottom: 0;
  }
  
  .u-section-1 {
    padding: 40px 0;
  }
}