@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("page21.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: 14px;
    width: 180px;
    line-height: 12px;
    top: 17px;
    left: 50px;
}

h2 {
    font-size: 12px;   	
}

h3 {
    font-size: 10px; 	
}

.desc {
    position: absolute;
    text-align: center;
    width: 140px;
    line-height: 10px; 
    top: 196px;
    left: 32px;     
}

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


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


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

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

.frame {
    width: 480px;
    height: 320px;
}    
        
h1 {
    font-size: 18px; 
    line-height: 16px;
    width: 300px;
    top: 16px;
    left: 14px;
}

h2 {
    font-size: 13px;   	
}

h3 {
    font-size: 11px; 	
}

.desc {
    width: 190px;
    line-height: 11px;
    top: 227px;
    left: 25px;     
}  
.back {
    font-size: 16px; 
    top: 220px;
    left: 334px;   
}   
  
}


/* Small devices (tablets, 660px and up) */
@media screen and (min-width: 660px){
             
.frame {
    width: 660px;
    height: 440px;
}     
   
h1 {
    font-size: 24px; 
    line-height: 22px;
    width: 400px;
    top: 22px;
    left: 24px;
}

h2 {
    font-size: 18px;   	
}

h3 {
    font-size: 14px; 	
}

.desc {
    width: 250px;
    line-height: 15px;
    top: 314px;
    left: 38px;     
}    
    
.back {
    font-size: 22px; 
    top: 300px;
    left: 460px;   
}      
} 

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

h1 {
    font-size: 28px; 
    line-height: 26px;
    width: 400px;
    top: 23px;
    left: 60px;
}

h2 {
    font-size: 20px;   	
}

h3 {
    font-size: 16px; 	
}

.desc {
    width: 250px;
    line-height: 20px;
    top: 360px;
    left: 64px;     
} 
    
.back {
    font-size: 24px; 
    top: 350px;
    left: 540px;   
}      
    
}

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

h1 {
    font-size: 36px; 
    line-height: 34px;
    width: 600px;
    top: 32px;
    left: 40px;
}

h2 {
    font-size: 22px;   	
}

h3 {
    font-size: 18px; 	
}

.desc {
    width: 330px;
    line-height: 20px;
    top: 480px;
    left: 80px;     
}  
    
.back {
    font-size: 26px; 
    top: 460px;
    left: 700px;   
}      
     
}

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

h1 {
    font-size: 40px; 
    line-height: 38px;
    width: 600px;
    top: 44px;
    left: 106px;
}

h2 {
    font-size: 26px;   	
}

h3 {
    font-size: 22px; 	
}

.desc {
    width: 400px;
    line-height: 26px;
    top: 580px;
    left: 100px;     
}  
    
.back {
    font-size: 30px; 
    top: 540px;
    left: 850px;    
}  
    
}

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

h1 {
    font-size: 48px; 
    line-height: 40px;
    width: 600px;
    top: 62px;
    left: 200px;
}

h2 {
    font-size: 30px;   	
}

h3 {
    font-size: 26px; 	
}

.desc {
    width: 540px;
    line-height: 26px;
    top: 730px;
    left: 100px;     
}
    
.back {
    font-size: 36px; 
    top: 700px;
    left: 1050px;    
}
	
        
}

