@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("page6.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: 79px;
    left: 48px;
    line-height: 12px;
    letter-spacing: 3px;  	
}

h2 {
    position: absolute;
    text-align: center;
    font-size: 8px; 
    width: 150px;    
    top: 120px;
    left: 16px;  	
}

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

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

em {
    font-size: 12px;     
} 

.taxi {
    background: url("page6-taxi.png");
    width: 333px;
    height: 338px;
    text-indent: -9999px;
    position: absolute;
    font-size: 10px; 
    transform: scale(.27);           
    top: -124px;
    left: -122px;     
}

.taxi:hover {
transform: scale(.33);
z-index:2;    
}


.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 {
    line-height: 16px;
    letter-spacing: 4px;     
    font-size: 12px; 
    top: 90px;
    left: 52px;
}
       
h2 {
    font-size: 10px; 
    width: 200px;    
    top: 136px;
    left: 2px;    
    }
  
em {
    font-size: 16px;     
}    
   
.taxi {
    transform: scale(.31);           
    top: -116px;
    left: -115px;     
}
 
.taxi:hover {
transform: scale(.4);
}      
    
.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: 16px; 
    top: 126px;
    left: 70px;
}
       
h2 {
    font-size: 14px; 
    width: 280px;    
    top: 186px;
    left: 2px;    
    }
  
em {
    font-size: 20px;     
}    
   
.taxi {
    transform: scale(.43);           
    top: -96px;
    left: -95px;     
}
 
.taxi:hover {
transform: scale(.6);
}       
    
.back {
    font-size: 18px; 
    top: 400px;
    left: 540px;   
}    
    
} 

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

h1 {
    font-size: 20px; 
    top: 150px;
    left: 82px;
}
       
h2 {
    font-size: 16px; 
    width: 330px;    
    top: 218px;
    left: 2px;    
    }
  
em {
    font-size: 24px;     
}    
  
.taxi {
    transform: scale(.52);           
    top: -81px;
    left: -80px;     
}
 
.taxi:hover {
transform: scale(.7);
}   
    
.back {
    font-size: 20px; 
    top: 460px;
    left: 640px;   
}      
    
}

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

h1 { 
    line-height: 34px;
    letter-spacing: 10px;    
    font-size: 24px; 
    top: 186px;
    left: 98px;
}
       
h2 {
    font-size: 20px; 
    width: 400px;    
    top: 282px;
    left: 10px;    
    }
  
em {
    font-size: 30px;     
}    
    
.taxi {
    transform: scale(.65);           
    top: -59px;
    left: -58px;     
}
 
.taxi:hover {
transform: scale(.9);
} 
    
    
.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: 230px;
    left: 124px;
}
       
h2 {
    font-size: 26px; 
    width: 500px;    
    top: 342px;
    left: 10px;    
    }
  
em {
    font-size: 32px;     
}    
    
.taxi {
    transform: scale(.8);           
    top: -34px;
    left: -33px;     
}
 
.taxi:hover {
transform: scale(1.1);
} 
    
.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: 296px;
    left: 164px;
}
       
h2 {
    font-size: 32px; 
    width: 590px;    
    top: 434px;
    left: 28px;    
    }
  
em {
    font-size: 38px;     
}    
   
.taxi {
    transform: scale(1);           
    top: 0px;
    left: 0px;     
}
 
.taxi:hover {
transform: scale(1.3);
}    
    
.back {
    font-size: 36px; 
    top: 920px;
    left: 1250px;    
}
	
        
}

