@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';
    color: white;
}

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

h1 {
    font-family: 'GFS Didot';
    color: black;
    font-size: 12px; 
    position: absolute;
    top: 88px;
    left: 242px;
}

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

h3 {
    position: absolute;
    font-size: 5px; 
    top: 144px;
    left: 244px;  	
}

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: 228px;
    left: 290px;   
}

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 16px; 
    top: 100px;
    left: 266px;
}
    
h2 {
    font-size: 10px; 
    width: 170px;    
    top: 138px;
    left: 280px;    
    }
    
h3 {
    font-size: 6px; 
    top: 170px;
    left: 283px;               
    }    

.back {
    font-size: 14px; 
    top: 286px;
    left: 332px;    
}  
  
}


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

h1 {
    font-size: 22px; 
    top: 136px;
    left: 364px;
}
    
h2 {
    font-size: 14px; 
    width: 280px;    
    top: 190px;
    left: 362px;    
    }
    
h3 {
    font-size: 8px; 
    top: 230px;
    left: 394px;               
    }    

.back {
    font-size: 22px; 
    top: 380px;
    left: 450px;    
}       
    
} 

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

h1 {
    font-size: 26px; 
    top: 158px;
    left: 424px;
}
    
h2 {
    font-size: 16px; 
    width: 300px;    
    top: 220px;
    left: 434px;    
    }
    
h3 {
    font-size: 10px; 
    top: 266px;
    left: 448px;               
    }    

.back {
    font-size: 24px; 
    top: 440px;
    left: 540px;    
}       
    
}

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

h1 {
    font-size: 32px; 
    top: 204px;
    left: 560px;
}
    
h2 {
    font-size: 20px; 
    width: 400px;    
    top: 286px;
    left: 556px;    
    }
    
h3 {
    font-size: 13px; 
    top: 346px;
    left: 580px;               
    }    

.back {
    font-size: 26px; 
    top: 600px;
    left: 720px;    
}      
     
}

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

h1 {
    font-size: 36px; 
    top: 250px;
    left: 698px;
}
    
h2 {
    font-size: 22px; 
    width: 490px;    
    top: 346px;
    left: 670px;    
    }
    
h3 {
    font-size: 16px; 
    top: 410px;
    left: 700px;               
    }    

.back {
    font-size: 30px; 
    top: 700px;
    left: 860px;    
} 
    
}

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

h1 {
    font-size: 36px; 
    top: 330px;
    left: 900px;
}
    
h2 {
    font-size: 24px; 
    width: 490px;    
    top: 440px;
    left: 900px;    
    }
    
h3 {
    font-size: 18px; 
    top: 514px;
    left: 900px;               
    }    

.back {
    font-size: 40px; 
    top: 900px;
    left: 1100px;    
}
	
        
}

