html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
