@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'GFS Didot';
    src: url('GFSDidot-Regular.woff2') format('woff2'),
        url('GFSDidot-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers';
    src: url('Univers-Bold.woff2') format('woff2'),
        url('Univers-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Univers Condensed';
    src: url('Univers-BoldCondensed.woff2') format('woff2'),
        url('Univers-BoldCondensed.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Mobile First Small devices (phones, 414px and up) */


body {
    background: black;
    color: white;
}

.frame {
    background: url("page1.jpg");
    background-size: cover;  
    width: 414px;
    height: 276px;
    margin: 0px auto;
    position: relative;
}

h1 {
    font-family: 'Univers';
    font-size: 16px; 
    position: absolute;
    top: 130px;
    left: 6px;
}

h2 {
    font-family: 'GFS Didot';
    font-size: 12px; 
    position: absolute;
    top: 150px;
    left: 50px;    
}

h3 {
    font-family: 'Univers Condensed';
    font-size: 12px; 
    position: absolute;
    top: 136px;
    left: 270px;     
}

a {
  text-indent: -9999px;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
transform: scale(.4);
z-index:2;    

}

.book {
  background: url("page1-book.png");
  position: absolute;
  width: 159px;
  height: 65px;
  transform: scale(.29); 
  top: 185px;
  left: 152px;     
}

.cds {
  background: url("page1-cds.png");
  position: absolute;
  width: 200px;
  height: 83px;
  transform: scale(.29); 
  top: 50px;
  left: 110px;     
}

.chair {
  background: url("page1-chair.png");
  position: absolute;
  width: 463px;
  height: 356px;
  transform: scale(.29);    
  top: 48px;
  left: -134px; 
}

.drawer {
  background: url("page1-drawer.png");
  position: absolute;
  width: 288px;
  height: 80px;
  transform: scale(.29);    
  top: 198px;
  left: 70px; 
}

.inception {
  background: url("page1-inception.png");
  position: absolute;
  width: 184px;
  height: 263px;
  transform: scale(.29);    
  top: -62px;
  left: 0px; 
}

.notebook {
  background: url("page1-notebook.png");
  position: absolute;
  width: 221px;
  height: 86px;
  transform: scale(.29);    
  top: 148px;
  left: 212px; 
}

.records {
  background: url("page1-records2.png");
  position: absolute;
  width: 176px;
  height: 472px;
  transform: scale(.29);    
  top: -170px;
  left: 240px; 
}

.stereo {
  background: url("page1-stereo.png");
  position: absolute;
  width: 349px;
  height: 274px;
  transform: scale(.29);    
  top: 40px;
  left: 36px; 
}

.tapes {
  background: url("page1-tapes.png");
  position: absolute;
  width: 200px;
  height: 109px;
  transform: scale(.29); 
  top: -24px;
  left: 112px;     
}

.taxidriver {
  background: url("page1-taxidriver.png");
  position: absolute;
  width: 175px;
  height: 203px;
  transform: scale(.29); 
  top: -74px;
  left: -60px;  
}


/* Media Query */

/* Small devices (phones, 480px and up) */
@media screen and (min-width: 480px){

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 18px; 
    top: 146px;
    left: 6px;
}

h2 {
    font-size: 14px; 
    top: 170px;
    left: 50px;    
}

h3 {
    font-size: 14px; 
    top: 156px;
    left: 300px;     
}
    
a:hover {
transform: scale(.5);
}    
  
.book {
      transform: scale(.32);    
      top: 220px;
      left: 192px;
    }  
    
.cds {
      transform: scale(.32);    
      top: 64px;
      left: 142px;
    }   
    
.chair {
      transform: scale(.32);    
      top: 84px;
      left: -115px;
    }  
    
.drawer {
      transform: scale(.32);    
      top: 234px;
      left: 104px;
    }   
    
.inception {
      transform: scale(.32);    
      top: -50px;
      left: 12px;
    }  
    
.notebook {
      transform: scale(.32);    
      top: 176px;
      left: 264px;
    }   
    
.records {
      transform: scale(.32);    
      top: -156px;
      left: 294px;
    } 
    
.stereo {
      transform: scale(.32);    
      top: 66px;
      left: 70px;
    }   
    
.tapes {
      transform: scale(.32);    
      top: -18px;
      left: 146px;
    } 
    
.taxidriver {
      transform: scale(.32);    
      top: -70px;
      left: -58px;
    }      
    
}


/* Small devices (tablets, 660px and up) */
@media screen and (min-width: 660px){
             
.frame {
    width: 660px;
    height: 440px;
}     

h1 {
    font-size: 22px; 
    top: 206px;
    left: 20px;
}

h2 {
    font-size: 18px; 
    top: 230px;
    left: 80px;    
}

h3 {
    font-size: 18px; 
    top: 210px;
    left: 430px;     
}      

a:hover {
transform: scale(.65);
}    

.book {
      transform: scale(.46);    
      top: 313px;
      left: 294px;
    }  
    
.cds {
      transform: scale(.46);    
      top: 104px;
      left: 232px;
    }   
    
.chair {
      transform: scale(.46);    
      top: 187px;
      left: -74px;
    }  
    
.drawer {
      transform: scale(.46);    
      top: 336px;
      left: 195px;
    }   
    
.inception {
      transform: scale(.46);    
      top: -18px;
      left: 50px;
    }  
    
.notebook {
      transform: scale(.46);    
      top: 260px;
      left: 404px;
    }   
    
.records {
      transform: scale(.46);    
      top: -136px;
      left: 440px;
    } 
    
.stereo {
      transform: scale(.46);    
      top: 144px;
      left: 160px;
    }   
    
.tapes {
      transform: scale(.46);    
      top: -5px;
      left: 240px;
    } 
    
.taxidriver {
      transform: scale(.46);    
      top: -58px;
      left: -42px;
    }      
} 

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
   
.frame {
    width: 768px;
    height: 512px;
}  
h1 {
    font-size: 26px; 
    top: 240px;
    left: 20px;
}

h2 {
    font-size: 20px; 
    top: 270px;
    left: 90px;    
}

h3 {
    font-size: 20px; 
    top: 250px;
    left: 500px;     
}  
    
a:hover {
transform: scale(.8);
}    
  
.book {
      transform: scale(.52);    
      top: 372px;
      left: 355px;
    }  
    
.cds {
      transform: scale(.52);    
      top: 128px;
      left: 288px;
    }   
    
.chair {
      transform: scale(.52);    
      top: 242px;
      left: -40px;
    }  
    
.drawer {
      transform: scale(.52);    
      top: 398px;
      left: 250px;
    }   
    
.inception {
      transform: scale(.52);    
      top: 0px;
      left: 72px;
    }  
    
.notebook {
      transform: scale(.52);    
      top: 310px;
      left: 488px;
    }   
    
.records {
      transform: scale(.52);    
      top: -116px;
      left: 523px;
    } 
    
.stereo {
      transform: scale(.52);    
      top: 186px;
      left: 216px;
    }   
    
.tapes {
      transform: scale(.52);    
      top: 4px;
      left: 295px;
    } 
    
.taxidriver {
      transform: scale(.52);    
      top: -48px;
      left: -36px;
    }  
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
       
.frame {
    width: 992px;
    height: 661px;
}     
h1 {
    font-size: 30px; 
    top: 310px;
    left: 40px;
}

h2 {
    font-size: 24px; 
    top: 340px;
    left: 120px;    
}

h3 {
    font-size: 24px; 
    top: 320px;
    left: 650px;     
}  
    
a:hover {
transform: scale(1.01);
}    

.book {
      transform: scale(.68);    
      top: 488px;
      left: 482px;
    }     
    
.cds {
      transform: scale(.68);    
      top: 178px;
      left: 398px;
    }   
    
.chair {
      transform: scale(.68);    
      top: 366px;
      left: 10px;
    }  
    
.drawer {
      transform: scale(.68);    
      top: 526px;
      left: 360px;
    }   
    
.inception {
      transform: scale(.68);    
      top: 40px;
      left: 120px;
    }  
    
.notebook {
      transform: scale(.68);    
      top: 412px;
      left: 664px;
    }   
    
.records {
      transform: scale(.68);    
      top: -83px;
      left: 700px;
    } 
    
.stereo {
      transform: scale(.68);    
      top: 283px;
      left: 330px;
    }   
    
.tapes {
      transform: scale(.68);    
      top: 20px;
      left: 410px;
    } 
    
.taxidriver {
      transform: scale(.68);    
      top: -36px;
      left: -20px;
    }      
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
            
.frame {
    width: 1200px;
    height: 800px;
}      
h1 {
    font-size: 38px; 
    top: 380px;
    left: 60px;
}

h2 {
    font-size: 28px; 
    top: 425px;
    left: 160px;    
}

h3 {
    font-size: 28px; 
    top: 410px;
    left: 800px;     
}  
    
a:hover {
transform: scale(1.04)}    

.book {
      transform: scale(.8);    
      top: 598px;
      left: 598px;
    }      
    
.cds {
      transform: scale(.8);    
      top: 224px;
      left: 505px;
    }   
    
.chair {
      transform: scale(.8);    
      top: 474px;
      left: 58px;
    }  
    
.drawer {
      transform: scale(.8);    
      top: 644px;
      left: 470px;
    }   
    
.inception {
      transform: scale(.8);    
      top: 70px;
      left: 170px;
    }  
    
.notebook {
      transform: scale(.8);    
      top: 508px;
      left: 827px;
    }   
    
.records {
      transform: scale(.8);    
      top: -46px;
      left: 868px;
    } 
    
.stereo {
      transform: scale(.8);    
      top: 368px;
      left: 436px;
    }   
    
.tapes {
      transform: scale(.8);    
      top: 34px;
      left: 514px;
    } 
    
.taxidriver {
      transform: scale(.8);    
      top: -22px;
      left: -8px;
    }     
          
}

/* Large devices (large desktops, 1500px and up) */
@media (min-width: 1500px) {
	
.frame {
    width: 1500px;
    height: 1000px;
}

h1 {
    font-size: 60px; 
    top: 470px;
    left: 23px;
}

h2 {
    font-size: 36px; 
    top: 550px;
    left: 220px;    
}

h3 {
    font-size: 40px; 
    top: 520px;
    left: 1000px;     
}	
    
a:hover {
transform: scale(1.15)}    

.book {
      transform: scale(1);    
      top: 754px;
      left: 766px;
    }       
    
.cds {
      transform: scale(1);    
      top: 290px;
      left: 658px;
    }   
    
.chair {
      transform: scale(1);    
      top: 642px;
      left: 130px;
    }  
    
.drawer {
      transform: scale(1);    
      top: 816px;
      left: 620px;
    }   
    
.inception {
      transform: scale(1);    
      top: 126px;
      left: 234px;
    }  
    
.notebook {
      transform: scale(1);    
      top: 646px;
      left: 1060px;
    }   
    
.records {
      transform: scale(1);    
      top: 0px;
      left: 1106px;
    } 
    
.stereo {
      transform: scale(1);    
      top: 496px;
      left: 590px;
    }   
    
.tapes {
      transform: scale(1);    
      top: 60px;
      left: 667px;
    } 
    
.taxidriver {
      transform: scale(1);    
      top: 0px;
      left: 10px;
    }     
        
}

