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

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

h1 {
    font-family: 'Univers';
    color: black;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 9px;    
    font-size: 16px; 
    position: absolute;
    top: 30px;
    left: 186px;
}

h2 {
    font-family: 'Univers';
    font-size: 18px; 
    position: absolute;
    top: 104px;
    left: 290px;    
}

h3 {
    font-family: 'Univers Condensed';
    font-size: 8px; 
    position: absolute;
    width: 100px;
    top: 136px;
    left: 280px;      
}

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

a:hover {
transform: scale(.4);
z-index:2;    

}

.back:hover {
transform: scale(1.4);
}

.earth {
  background: url("page4-earth.png");
  text-indent: -9999px;  
  position: absolute;
  width: 610px;
  height: 308px;
  transform: scale(.28); 
  top: -135px;
  left: -216px;     
}

.rush {
  background: url("page4-rush.png");
  text-indent: -9999px;      
  position: absolute;
  width: 552px;
  height: 333px;
  transform: scale(.28);    
  top: 61px;
  left: -177px; 
}

.back {
    color: white;
    font-family: 'GFS Didot';
    font-size: 16px; 
    position: absolute;
    top: 200px;
    left: 290px;      
}

/* Media Query */

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

.frame {
    width: 480px;
    height: 320px;
}    
    
h1 {
    font-size: 18px; 
    top: 42px;
    left: 217px;
}

h2 {
    font-size: 20px; 
    top: 150px;
    left: 344px;    
}

h3 {
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    width: 140px;    
    top: 190px;
    left: 310px;     
}  
   
a:hover {
    transform: scale(.5);
}      
    
.earth {
  transform: scale(.33); 
  top: -103px;
  left: -191px;     
}
    
.rush {
  transform: scale(.33);    
  top: 97px;
  left: -159px; 
}     
    
.back {
    font-size: 20px; 
    top: 280px;
    left: 340px;   
}     
    
}


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

h1 {
    font-size: 32px; 
    letter-spacing: 6px;        
    top: 52px;
    left: 290px;
}

h2 {
    font-size: 30px; 
    top: 170px;
    left: 470px;    
}

h3 {
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    width: 180px;    
    top: 218px;
    left: 434px;     
}  

a:hover {
    transform: scale(.6);
}      
    
.earth {
  transform: scale(.45); 
  top: -82px;
  left: -148px;     
}
    
.rush {
  transform: scale(.45);    
  top: 198px;
  left: -116px; 
} 
    
.back {
    font-size: 23px; 
    top: 380px;
    left: 482px;    
}    
    
} 

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

h1 {
    font-size: 40px; 
    letter-spacing: 6px;        
    top: 56px;
    left: 332px;
}

h2 {
    font-size: 40px; 
    top: 186px;
    left: 532px;    
}

h3 {
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    width: 200px;    
    top: 252px;
    left: 506px;     
}  
    
a:hover {
    transform: scale(.7);
}      
    
.earth {
  transform: scale(.52); 
  top: -71px;
  left: -124px;     
}
    
.rush {
  transform: scale(.52);    
  top: 256px;
  left: -96px; 
}    
    
.back {
    font-size: 28px; 
    top: 450px;
    left: 552px;    
} 
    
}

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

h1 {
    font-size: 52px; 
    top: 68px;
    left: 430px;
}

h2 {
    font-size: 50px; 
    top: 250px;
    left: 690px;    
}

h3 {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    width: 250px;    
    top: 328px;
    left: 660px;     
}  

a:hover {
    transform: scale(.9);
}      
    
.earth {
  transform: scale(.7); 
  top: -46px;
  left: -63px;     
}
    
.rush {
  transform: scale(.7);    
  top: 382px;
  left: -30px; 
}     
    
.back {
    font-size: 32px; 
    top: 580px;
    left: 730px;    
} 
    
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
            
.frame {
    width: 1200px;
    height: 800px;
}      
h1 {
    font-size: 58px; 
    top: 110px;
    left: 526px;
}

h2 {
    font-size: 60px; 
    top: 300px;
    left: 834px;    
}

h3 {
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    width: 300px;    
    top: 396px;
    left: 798px;     
}  

a:hover {
    transform: scale(1);
}      
    
.earth {
  transform: scale(.8); 
  top: -25px;
  left: -24px;     
}
    
.rush {
  transform: scale(.8);    
  top: 496px;
  left: 8px; 
} 
    
.back {
    font-size: 36px; 
    top: 700px;
    left: 900px;    
} 
    
}

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

h1 {
    font-size: 60px; 
    top: 150px;
    left: 672px;
}

h2 {
    font-size: 66px; 
    top: 390px;
    left: 1064px;    
}

h3 {
    font-size: 34px;
    text-align: center;
    line-height: 30px;
    width: 450px;
    top: 494px;
    left: 970px;     
}	
 
a:hover {
    transform: scale(1.4);
}      
    
.earth {
  transform: scale(1); 
  top: 9px;
  left: 44px;     
}
    
.rush {
  transform: scale(1);    
  top: 660px;
  left: 81px; 
}    
.back {
    font-size: 36px; 
    top: 880px;
    left: 1140px;    
}    
}

