@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("page15.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: 12px; 
    top: 76px;
    left: 32px;
    line-height: 12px;
    letter-spacing: 3px;  	
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 8px; 
    width: 140px;    
    top: 104px;
    left: 26px;  	
}

h3 {
    position: absolute;
    text-align: center;
    font-size: 7px; 
    top: 124px;
    left: 58px;  	
}

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: 250px;
    left: 330px;    
}

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

.frame {
    width: 480px;
    height: 320px;
}    
        
h1 {    
    font-size: 16px; 
    top: 88px;
    left: 33px;
}
       
h2 {
    font-size: 10px; 
    width: 160px;    
    top: 120px;
    left: 32px;    
    } 

h3 {
    font-size: 8px; 
    top: 146px;
    left: 68px;    
    }   
    
.back {
    font-size: 14px; 
    top: 290px;
    left: 390px;   
}   
  
}


/* Small devices (tablets, 660px and up) */
@media screen and (min-width: 660px){
             
.frame {
    width: 660px;
    height: 440px;
}     
   
h1 {
    line-height: 20px;
    letter-spacing: 6px;     
    font-size: 20px; 
    top: 120px;
    left: 40px;
}
       
h2 {
    font-size: 14px; 
    width: 230px;    
    top: 165px;
    left: 40px;    
    } 

h3 {
    font-size: 10px; 
    top: 205px;
    left: 95px;    
    }     
    
.back {
    font-size: 16px; 
    top: 380px;
    left: 540px;   
}      
} 

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

h1 {
    font-size: 24px; 
    top: 141px;
    left: 52px;
}
       
h2 {
    font-size: 16px; 
    width: 260px;    
    top: 190px;
    left: 50px;    
    } 

h3 {
    font-size: 12px; 
    top: 235px;
    left: 110px;    
    }  
    
.back {
    font-size: 20px; 
    top: 460px;
    left: 640px;   
}      
    
}

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

h1 {
    font-size: 28px; 
    top: 186px;
    left: 92px;
}
       
h2 {
    font-size: 20px; 
    width: 340px;    
    top: 250px;
    left: 64px;    
    } 

h3 {
    font-size: 16px; 
    top: 304px;
    left: 148px;    
    }   
    
.back {
    font-size: 26px; 
    top: 600px;
    left: 840px;   
}      
     
}

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

h1 {
    font-size: 32px; 
    top: 223px;
    left: 92px;
}
       
h2 {
    font-size: 22px; 
    width: 400px;    
    top: 302px;
    left: 80px;    
    } 

h3 {
    font-size: 16px; 
    top: 364px;
    left: 188px;    
    }      
    
.back {
    font-size: 30px; 
    top: 720px;
    left: 1000px;    
}  
    
}

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

h1 {
    font-size: 40px; 
    top: 283px;
    left: 134px;
}
       
h2 {
    font-size: 32px; 
    width: 540px;    
    top: 370px;
    left: 84px;    
    }
    
h3 {
    font-size: 23px; 
    top: 464px;
    left: 220px;    
    }    
    
.back {
    font-size: 36px; 
    top: 920px;
    left: 1250px;    
}
	
        
}

