body{
  padding: 0;
}
#grass-video{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}



#hut-centre{
    position: fixed;
    width: 700px;
    margin-left: 1200px;
    bottom: 0;
  }

.hut-text{
  position: fixed;
  left: 1500px;
  opacity: 0.01; 
   font-size: 30px; 
  } 


  #hut-text-1{
  top: 500px; 
  } 

  #hut-text-2{
  top: 570px; 
  } 
 #hut-text-3{
  top: 720px; 
  } 

  .whitehilite{
      background-color: rgba(255, 255, 255, 0.3);

  }

 .hut-text:hover{
 opacity:1;
    transition: all 2s linear 0s;
 } 

  #hut-text-next:hover{
 opacity:1;
    transition: all 2s linear 0s;
 } 

 .blank{
  /* display: block; */
  width: 300px;
  height: 300px;
  position: fixed;
  /* border-style: dotted; */
  /* background-color:blue */
 }

 #blank1{
  top: 400px;
  left:1100px;
 }

 #blank2{
  top: 225px;
  left:1250px;
 }

  #blank3{
  top: 600px;
  left:1050px;
 }

   #blank4{
  top: 200px;
  left:1500px;
 }

 #blank5{
top: 300px;
left: 1700px;
 }

  #blank6{
top: 550px;
left: 1700px;
 }


  #windTunnel{
    position: fixed;
    top: -100px;
    left: 200px;
    font-size: 250px;
    color: rgb(219, 219, 219);
    opacity: 0.3;
    text-shadow: white 0px 0px 10px;
    text-align: center;
  }

  #birdGif{
    position: fixed;
    width: 600px;
    top: 500px;
    left: 100px;
    opacity: 0.4;
    box-shadow: white 0px 0px 10px;
  }