/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1; /* spinge il footer in basso se il contenuto non riempie la pagina */
}

.footer {
  bottom: 0;
  width: 100%;
  padding: 25px 15px;
  /* Set the fixed height of the footer here */
  height: 156px;
  /* Vertically center the text there */
/*   line-height: 60px; */
  color: #ffffff;
  background-color: #999999;
}
