/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */


body {
  font-family: Lato, sans-serif;
  margin: auto;
  background-color: #552b00;
  overflow: auto;

  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  min-width: 100%;
  
  padding-top: 10px;
  padding-bottom:10px;
  
}

   body 
   {cursor: url("./flyingpigeon.png") 18 25, auto;
     
   }
   
   a {
  cursor: url("./pigeon.png") 16 16, pointer;
}


   
.scene {
  width: 1536px; 
  height: 864px; 
  position: relative; 

  transform-origin: center center;
  transform: scale(min(calc(100vw / 1536), calc(100vh / 864)));
}
 
  .scene .field {
    width: 1536px;
    height: 864px;
  } 


.background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}





/*from ribo zone, free snippets*/
/* this is for the text on images (do not edit, apart from colour!*/
.imgtxt {
  width: fit-content;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.imgtxt span {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 2.5rem;
  color: #FF8000; /*use this to put in different hex codes for different colours*/
  filter: drop-shadow(1px 1px 0 black) 
    drop-shadow(-1px 1px 0 black)
    drop-shadow(1px -1px 0 black)
    drop-shadow(-1px -1px 0 black);
}
.imgtxt:hover span, .imgtxt:focus span {
  opacity: 1;
}

/* animation of images*/
 .rotate, .appear {
			 width: fit-content;
			 height: fit-content;
			 display: inline-block;
			 position: relative;
			 color: transparent; background:transparent;
		}
		   .rotate:hover, .rotate:focus, .appear:hover, .appear:focus {
			 color: transparent; background:transparent;
		}
		   .rotate:hover img, .rotate:focus img {
			 transform: rotate(3deg);
		}
		   .rotate:hover span, .rotate:focus span, a:focus span {
			 opacity: 1;
		}
		   .appear img {
			 opacity: 0;
		}
		   .appear:hover img, .appear:hover span, a:focus img {
			 opacity: 1;
		   }
		   
		  
		  /* home screen scene */
      .scene {
  width: 1536px;
  height: 864px;
  position: relative;

  transform-origin: top left;
  transform: scale(min(100vw / 1536, 100vh / 864));
}



		   
		   .mantle {
			 position: absolute;
			 top: 300px;
			 left: 500px;
			 }
			 
		
			.chair {
			 position: absolute;
			 top: 300px;
			 left: 1150px;
			 }
			 
			 .title {
			 position: absolute;
			 top: 25px;
			 left: 100px;
			 }
		   
			 .about { 
			 position: absolute; 
			 top: 325px;
			 left: 275px;	
			 }
			   
			 .photography {
			 position: absolute;
			 top:  250px;
			 left: 900px;
			 }
			 
			  .music {
			 position: absolute;
			 top: 275px;
			 left: 800px;
			 }
			 
			   .collage {
			 position: absolute;
			 top: 50px;
			 left: 1200px;
			 }
			 
			    .contact {
			 position: absolute;
			 top: 255px;
			 left: 540px;
			 }
			 
			 		.hair {
			 position: absolute;
			 top: 325px;
			 left: 1015px;
			 }
			 
			 		.other {
			 position: absolute;
			 top: 50px;
			 left: 950px;
			 }
			 
			    .video {
			 position: absolute;
			 top: 475px;
			 left: 1225px;
			 }
			 
			 /*about me page*/
			 
			 .me {
			 position: absolute;
			 top: 30px;
			 left: 200px;
			 }
			 
			 .aboutmetitle {
			 position: absolute;
			 top: -25px;
			 left: 400px;
			 }


       /* videography page*/
       .videographytitle {
         position: absolute;
         top: 10px;
         left:250px;
       }
			 