@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;
    font-family: 'Univers Condensed';
    color: white;
}

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

h1 {
    font-family: 'GFS Didot';
    color: black;
    text-align: center;
    position: absolute;    
    font-size: 8.5px; 
    top:108px;
    left: 14px;   
}

h2, h3 {
    font-family: 'Univers Condensed';    
    position: absolute;
    text-align: center;
    line-height: 6px;
}

h2 {
    font-size: 8px;
    line-height: 10px;
    width: 170px;    
    top: 134px;
    left: 10px;    
    }  
    
h3 {
    font-size: 7px;    
    top: 158px;
    left: 44px;     
    }    

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

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

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

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 10px; 
    top:126px;
    left: 14px;    
}
       
h2 {
    font-size: 10px;
    line-height: 10px;
    width: 200px;    
    top: 158px;
    left: 10px;    
    }  
    
h3 {
    font-size: 8px;    
    top: 184px;
    left: 50px;     
    }    
    
.back {
    font-size: 14px; 
    top: 277px;
    left: 390px;    
}  
  
}


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

h1 {
    font-size: 15px; 
    top:173px;
    left: 10px;    
}
       
h2 {
    font-size: 12px;
    line-height: 12px;
    width: 200px;    
    top: 216px;
    left: 50px;    
    }  
    
h3 {
    font-size: 10px;    
    top: 250px;
    left: 76px;     
    }    
    
.back {
    font-size: 16px; 
    top: 382px;
    left: 530px;    
} 
    
} 

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

h1 {
    font-size: 17px; 
    top:202px;
    left: 15px;    
}
       
h2 {
    font-size: 15px;
    line-height: 20px;
    width: 300px;    
    top: 250px;
    left: 30px;    
    }  
    
h3 {
    font-size: 12px;    
    top: 300px;
    left: 84px;     
    }    
    
.back {
    font-size: 20px; 
    top: 444px;
    left: 620px;    
}       
    
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
       
.frame {
    width: 992px;
    height: 661px;
}     

h1 {
    font-size: 22px; 
    top:260px;
    left: 20px;    
}
       
h2 {
    font-size: 18px;
    line-height: 24px;
    width: 300px;    
    top: 320px;
    left: 80px;    
    }  
    
h3 {
    font-size: 14px;    
    top: 380px;
    left: 120px;     
    }    
    
.back {
    font-size: 24px; 
    top: 574px;
    left: 798px;    
}    
     
}

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

h1 {
    font-size: 27px; 
    top:314px;
    left: 20px;    
}
       
h2 {
    font-size: 24px;
    line-height: 24px;
    width: 500px;    
    top: 390px;
    left: 30px;    
    }  
    
h3 {
    font-size: 18px;    
    top: 460px;
    left: 140px;     
    }    
    
.back {
    font-size: 26px; 
    top: 695px;
    left: 970px;    
}
	
    
}

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

h1 {
    font-size: 30px; 
    top:398px;
    left: 34px;
    letter-spacing: 2px;    
    
}
       
h2 {
    font-size: 30px;
    line-height: 28px;
    width: 500px;    
    top: 490px;
    left: 100px;    
    }  
    
h3 {
    font-size: 20px;    
    top: 580px;
    left: 180px;     
    }    
    
.back {
    font-size: 26px; 
    top: 874px;
    left: 1202px;    
}
	
        
}

