@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("page3.jpg");
    background-size: cover;  
    width: 414px;
    height: 276px;
    margin: 0px auto;
    position: relative;
}

h1 {
    font-family: 'Univers';
    position: absolute;
    font-size: 20px; 
    letter-spacing: 5px;    
    top: 17px;
    left: 94px;	
}

h2 {
    font-family: 'GFS Didot';
    font-size: 9px;  
    color: black;
}

a { 
    color: white;
  -webkit-transition: .3s;
  transition: .3s;  	
}

a:hover {
transform: scale(1.3);
	
}

.deck {
    position: absolute;
    top: 84px;
    left: 25px;      
}

.player {
    position: absolute;
    top: 135px;
    left: 330px;      
}

.receiver {
    position: absolute;
    top: 232px;
    left: 175px;      
}

.back {
    font-family: 'GFS Didot';
    position: absolute;
    font-size: 12px; 
    top: 230px;
    left: 20px;   
}

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 16px; 
    top: 30px;
    left: 140px;
}
    
h2 {
    font-size: 11px;  
}    
    

.deck {
    position: absolute;
    top: 96px;
    left: 26px;      
}

.player {
    position: absolute;
    top: 156px;
    left: 379px;      
}

.receiver {
    position: absolute;
    top: 268px;
    left: 200px;      
}    
    
.back {
    font-size: 14px; 
    top: 260px;
    left: 30px;    
}
  
}


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

h1 {
    font-size: 28px; 
    top: 32px;
    left: 180px;
}

h2 {
    font-size: 15px;  
}    
    

.deck {
    position: absolute;
    top: 132px;
    left: 35px;      
}

.player {
    position: absolute;
    top: 215px;
    left: 524px;      
}

.receiver {
    position: absolute;
    top: 370px;
    left: 277px;      
}      
    
.back {
    font-size: 18px; 
    top: 350px;
    left: 50px;    
}     
    
} 

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

h2 {
    font-size: 18px;  
}    
    
.deck {
    position: absolute;
    top: 152px;
    left: 38px;      
}

.player {
    position: absolute;
    top: 249px;
    left: 606px;      
}

.receiver {
    position: absolute;
    top: 430px;
    left: 320px;      
}      
    
.back {
    font-size: 24px; 
    top: 420px;
    left: 50px;    
}
    
}

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

h2 {
    font-size: 22px;  
}    
    
.deck {
    position: absolute;
    top: 200px;
    left: 56px;      
}

.player {
    position: absolute;
    top: 324px;
    left: 788px;      
}

.receiver {
    position: absolute;
    top: 558px;
    left: 420px;      
}       
    
.back {
    font-size: 28px; 
    top: 560px;
    left: 60px;    
}
     
}

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

h2 {
    font-size: 26px;  
}    
    
.deck {
    position: absolute;
    top: 244px;
    left: 70px;      
}

.player {
    position: absolute;
    top: 394px;
    left: 950px;      
}

.receiver {
    position: absolute;
    top: 676px;
    left: 510px;      
}      
    
.back {
    font-size: 40px; 
    top: 660px;
    left: 60px;    
}
    
}

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

h1 {
    font-size: 74px; 
    top: 60px;
    left: 400px;
}

h2 {
    font-size: 34px;  
}    
    
.deck {
    position: absolute;
    top: 300px;
    left: 80px;      
}

.player {
    position: absolute;
    top: 490px;
    left: 1190px;      
}

.receiver {
    position: absolute;
    top: 840px;
    left: 630px;      
}      
       
    
.back {
    font-size: 44px; 
    top: 800px;
    left: 100px;    
}
	
        
}

