html, body{
  height: 100%;
}
body { 
			background-image: url(https://www.atelier-moens.com/moensatelier.jpg) ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #999;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: times new roman, sans-serif;

  
}
.wrapper {
  height: 100%; 
  width: 100%; 
}

.message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; 
  height:80%;
  bottom: 0; 
  display: block;
  position: absolute;
    line-height: 0.9;


  color: #fff;
    font-size: 220%;
text-shadow: 5px 4px 3px #000000;
  padding: 0.5em;
}

a.nav:link {color: white; text-decoration: none; }
a.nav:visited {color: white; text-decoration: none; }
a.nav:hover {color: white; text-decoration: none; }
a.nav:active {color: white; } 

p {
  font-size: 50px;
  line-height: 0;
  }

.responsive {
  max-width: 200%;
  height: auto;
}