body#bilder, body#bild {
  background-image:url("bilder/DSC02045.JPG");
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-clip:border-box;
  background-position:60% 20%;
}
body#landing {
  background-image:url("images/DSC04905.jpg");
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-clip:border-box;
  background-position:60% 20%;
}
h1 {
  text-align:center;
}
#bild h1 img {
  max-width:60%
}
#landing h1 img, #bilder h1 img {
  max-width:100%;
}
#landing h1, #bilder h1 {
  margin:5vh;
}
#landing h1 img, #bilder h1 img {
  max-width:100%;
}
#landing section {
  background-color: rgba(255,255,255,0.5);
  color:black;
  position:relative;
  left:60vw;
  width:20vw;
  padding:5vw;
}
