html {
  height: 100%;
  margin: 0;
}
body{
  background-image: url("content/duckwrthBK.jpg");
    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.duckAudio{
  position: fixed;
  top: 0;
  padding-left: 10px;
  padding-top: 10px;
}



.duckVideo{
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  padding-top: 10px;
  
}


.duckTour{
  position: fixed;
  bottom: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

.duckStore{
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  padding-bottom: 10px;
  
  
}


