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

h1 {
    font-family: 'GFS Didot';
    color: black;
    font-size: 16px; 
    position: absolute;
    top: 28px;
    left: 290px;
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 10px; 
    line-height: 8px;
    width: 150px;    
    top: 66px;
    left: 256px; 	
}

h3 {
    position: absolute;
    font-size: 8px; 
    top: 95px;
    left: 284px;  	
}

h4 {
    position: absolute;
    font-size: 10px; 
    top: 244px;
    left: 204px;  	
}

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: 248px;
    left: 348px;   
}

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 22px; 
    top: 29px;
    left: 322px;
}
    
h2 {
    font-size: 12px;
    line-height: 12px;        
    width: 180px;    
    top: 74px;
    left: 294px;    
    }
    
h3 {
    font-size: 10px; 
    top: 112px;
    left: 328px;               
    }    

h4 {
    font-size: 10px; 
    top: 279px;
    left: 250px;               
    }    

.back {
    font-size: 16px; 
    top: 286px;
    left: 392px;    
}  
  
}


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

h1 {
    font-size: 28px; 
    top: 42px;
    left: 454px;
}
    
h2 {
    font-size: 16px;
    line-height: 18px;        
    width: 240px;    
    top: 100px;
    left: 408px;    
    }
    
h3 {
    font-size: 12px; 
    top: 158px;
    left: 460px;               
    }    

h4 {
    font-size: 12px; 
    top: 386px;
    left: 330px;               
    }    

.back {
    font-size: 22px; 
    top: 396px;
    left: 542px;    
}     
    
} 

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

h1 {
    font-size: 30px; 
    top: 52px;
    left: 535px;
}
    
h2 {
    font-size: 16px;
    line-height: 18px;        
    width: 270px;    
    top: 120px;
    left: 478px;    
    }
    
h3 {
    font-size: 12px; 
    top: 182px;
    left: 540px;               
    }    

h4 {
    font-size: 16px; 
    top: 450px;
    left: 390px;               
    }    

.back {
    font-size: 26px; 
    top: 460px;
    left: 632px;    
}      
    
}

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

h1 {
    font-size: 40px; 
    top: 66px;
    left: 680px;
}
    
h2 {
    font-size: 22px;
    line-height: 24px;        
    width: 400px;    
    top: 150px;
    left: 594px;    
    }
    
h3 {
    font-size: 16px; 
    top: 236px;
    left: 700px;               
    }    

h4 {
    font-size: 16px; 
    top: 586px;
    left: 490px;               
    }    

.back {
    font-size: 32px; 
    top: 590px;
    left: 820px;    
}      
     
}

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

h1 {
    font-size: 44px; 
    top: 85px;
    left: 840px;
}
    
h2 {
    font-size: 28px;
    line-height: 30px;        
    width: 480px;    
    top: 180px;
    left: 720px;    
    }
    
h3 {
    font-size: 22px; 
    top: 280px;
    left: 830px;               
    }    

h4 {
    font-size: 22px; 
    top: 710px;
    left: 600px;               
    }    

.back {
    font-size: 36px; 
    top: 714px;
    left: 990px;    
}  
    
}

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

h1 {
    font-size: 54px; 
    top: 106px;
    left: 1050px;
}
    
h2 {
    font-size: 34px;
    line-height: 30px;        
    width: 500px;    
    top: 240px;
    left: 950px;    
    }
    
h3 {
    font-size: 26px; 
    top: 350px;
    left: 1050px;               
    }    

h4 {
    font-size: 26px; 
    top: 880px;
    left: 750px;               
    }   
    
.back {
    font-size: 40px; 
    top: 896px;
    left: 1250px;    
}
	
        
}

