html,
body {
  height: 100%;
  font-size: 16px;
}

div.intestazione {
	height: 400px;
	background-image: url('../imgs/rodion-kutsaev-5AgFO59qN4g-unsplash.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;	
}



.hContainer {
	background-color: #000000a1;
	
}


#page-content {
  flex: 1 0 auto;
}



.footer {
    flex-shrink: none;
}