@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, 320px and up) */


body {
    background: black;
    font-family: 'Univers Condensed';
    color: white;
}

.frame {
    background: url("page8.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: 10px; 
    top:111px;
    left: 18px;
}

.desc {
    font-family: 'Univers Condensed';    
    position: absolute;
    text-align: center;
    font-size: 8px;
    line-height: 7px;
    width: 160px;    
    top: 144px;
    left: 8px;  
}

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

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

p {
    margin: 4px;
    }   

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

/* Media Query */

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 12px; 
    top:128px;
    left: 19px;
    
}
       
.desc {
    font-size: 10px;
    line-height: 9px;
    width: 200px;    
    top: 164px;
    left: 8px;    
    }  
    
p {
    margin: 4px;
    }    
    
.back {
    font-size: 16px; 
    top: 295px;
    left: 390px;    
}   
  
}


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

h1 {
    font-size: 17px; 
    top:176px;
    left: 22px;
    
}
       
.desc {
    font-size: 13px;
    line-height: 12px;
    width: 250px;    
    top: 230px;
    left: 18px;    
    }  
    
p {
    margin: 5px;
    }    
    
.back {
    font-size: 20px; 
    top: 410px;
    left: 550px;    
}  
    
} 

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

h1 {
    font-size: 20px; 
    top:205px;
    left: 26px;
    
}
       
.desc {
    font-size: 16px;
    line-height: 14px;
    width: 320px;    
    top: 266px;
    left: 10px;    
    }  
    
p {
    margin: 6px;
    }    
    
.back {
    font-size: 24px; 
    top: 470px;
    left: 640px;    
}       
    
}

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

h1 {
    font-size: 26px; 
    top:264px;
    left: 32px;
    
}
       
.desc {
    font-size: 20px;
    line-height: 20px;
    width: 400px;    
    top: 340px;
    left: 16px;    
    }  
    
p {
    margin: 8px;
    }    
    
.back {
    font-size: 24px; 
    top: 610px;
    left: 840px;    
}     
     
}

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

h1 {
    font-size: 30px; 
    top:322px;
    left: 48px;
    
}
       
.desc {
    font-size: 24px;
    line-height: 24px;
    width: 480px;    
    top: 410px;
    left: 20px;    
    }  
    
p {
    margin: 10px;
    }    
    
.back {
    font-size: 30px; 
    top: 740px;
    left: 1000px;    
}
	
    
}

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

h1 {
    font-size: 35px; 
    top:404px;
    left: 44px;
    letter-spacing: 3px;    
    
}
       
.desc {
    font-size: 30px;
    line-height: 28px;
    width: 500px;    
    top: 514px;
    left: 80px;    
    }  
    
p {
    margin: 14px;
    }    
    
.back {
    font-size: 36px; 
    top: 920px;
    left: 1250px;    
}
	
        
}

