html, body {
    height:100%;
}
body {
	width: 100%;
	min-height: 100%;
	background-color: #b8dbee;
	background-image: url('https://notiziaeccezionale.azionecattolica.it/img/Giona-cover-h.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%; //propotional resize
	
}
header img {
	width:100%;
}
img.responsive {
	max-width:100%;
}
.container {
	margin: 0 auto;
	min-height:100%
}
main {
	background: rgba(184, 219, 238, 0.8);
padding: 1em;
margin: 1em;
border-radius: 10pt;
box-shadow: 2px 5px 20px #888888;
}
@font-face {
  font-family: dukeCharming;
  src: url(/fonts/DukeCharmingDEMO.otf);
}

h1, h2, h3, h4, h5, h6 {
  font-family: dukeCharming;
  font-size:4em;
  text-align:center;
}
footer{
background: #476f31;
width: 100%;
color: #ffffff;
text-align: center;
padding: 10px;
}
footer a {color: #ff1616}
footer a:hover {color: #ffbc00}