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

h1 {
    font-family: 'GFS Didot';
    color: black;
    text-align: center;
    letter-spacing: 1px;    
    font-size: 12px; 
    position: absolute;
    top: 68px;
    left: 60px;
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 10px; 
    width: 150px;    
    top: 87px;
    left: 38px;  
}

h3 {
    position: absolute;
    text-align: center;
    font-size: 8px; 
    top: 118px;
    left: 42px;  	
}

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

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

.back {
    font-family: 'GFS Didot';
    font-size: 10px; 
    position: absolute;
    top: 250px;
    left: 280px;    
}
             

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 16px; 
    top: 75px;
    left: 60px;
}
       
h2 {
    letter-spacing: 2px; 
    line-height: 10px;    
    font-size: 10px; 
    width: 170px;    
    top: 108px;
    left: 38px;    
    }
  
h3 {
    font-size: 8px; 
    top: 148px;
    left: 56px;    
    }      
    
.back {
    font-size: 14px; 
    top: 286px;
    left: 320px;    
}    
  
}


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

h1 {
    font-size: 20px; 
    top: 107px;
    left: 94px;
}
       
h2 {
    line-height: 14px;    
    font-size: 12px; 
    width: 250px;    
    top: 160px;
    left: 50px;    
    }
  
h3 {
    font-size: 10px; 
    top: 200px;
    left: 94px;    
    }      
    
.back {
    font-size: 16px; 
    top: 394px;
    left: 440px;    
}    
    
} 

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

h1 {
    font-size: 26px; 
    top: 120px;
    left: 100px;
}
       
h2 {
    font-size: 16px; 
    width: 300px;    
    top: 180px;
    left: 56px;    
    }
  
h3 {
    font-size: 13px; 
    top: 230px;
    left: 96px;    
    }      
    
.back {
    font-size: 20px; 
    top: 460px;
    left: 500px;    
}     
    
    
}

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

h1 {
    font-size: 30px; 
    top: 160px;
    left: 140px;
}
       
h2 {
    line-height: 22px;    
    font-size: 20px; 
    width: 400px;    
    top: 230px;
    left: 66px;    
    }
  
h3 {
    font-size: 14px; 
    top: 300px;
    left: 150px;    
    }      
    
.back {
    font-size: 22px; 
    top: 596px;
    left: 660px;    
}      
     
}

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

h1 {
    font-size: 40px; 
    top: 190px;
    left: 152px;    
}
       
h2 {
    font-size: 20px; 
    width: 420px;    
    top: 290px;
    left: 104px;    
    }
  
h3 {
    font-size: 16px; 
    top: 370px;
    left: 180px;    
    }      
    
.back {
    font-size: 32px; 
    top: 720px;
    left: 820px;    
}
    
}

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

h1 {
    font-size: 50px; 
    top: 238px;
    left: 200px;    
}
       
h2 {
    font-size: 30px; 
    width: 530px;    
    top: 350px;
    left: 142px; 
    line-height: 30px;
    }
  
h3 {
    font-size: 22px; 
    top: 450px;
    left: 220px;    
    }      
    
.back {
    font-size: 36px; 
    top: 900px;
    left: 1000px;    
}
	
        
}

