
/* BODY */

#ban_block {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 9;    
  height: 685px;    
  overflow: hidden;
  background-color: #000000;
  opacity: 0.0;
  display: none;    
}

#banner_image {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 7;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000; 
  opacity: 0;    
}

#banner_image_bg {
  position: absolute;
  top: 200px;
  width: 100%;
  z-index: 6;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000;     
}

#headline_copy {   
  position: absolute;  
  margin: auto;    
  right: 0;
  left: 0;  
  z-index: 8;
  width: 740px;  
  top: 326px; 
  height: 345px;
  font-family: 'AvantGardeMdITCTTBold', Sans-Serif;
  font-size: 80px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: .9;
  text-align: center;
  letter-spacing: -0.02em;  
}

/* TABLET BREAKPOINT */
@media only screen and (max-width: 1079px){ 
    
#ban_block {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 9;    
  height: 645px;    
  overflow: hidden;
  background-color: #000000;
  opacity: 0.0;
  display: none;       
}    

#banner_image {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 7;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000; 
  opacity: 0;    
}

#banner_image_bg {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 6;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000;     
}    

#headline_copy {  
  position: absolute;  
  margin: auto;    
  right: 0;
  left: 0;  
  z-index: 8;
  width: 510px;  
  top: 250px; 
  height: 345px;
  font-family: 'AvantGardeMdITCTTBold', Sans-Serif;
  font-size: 60px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: .9;
  text-align: center;
  letter-spacing: -0.02em;  
}    
    
}

/* MOBILE BREAKPOINT */
@media only screen and (max-width: 670px){ 
    
#ban_block {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 9;    
  height: 645px;    
  overflow: hidden;
  background-color: #000000;
  opacity: 0.0;
  display: none;       
}    

#banner_image {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 7;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000; 
  opacity: 0;    
}

#banner_image_bg {
  position: absolute;
  top: 160px;
  width: 100%;
  z-index: 6;    
  height: 645px;    
  overflow: hidden;    
  background-color: #000000;     
}    

#headline_copy {  
  position: absolute;  
  margin: auto;    
  right: 0;
  left: 0;  
  z-index: 8;
  width: 355px;  
  top: 250px; 
  height: 345px;
  font-family: 'AvantGardeMdITCTTBold', Sans-Serif;
  font-size: 45px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: .9;
  text-align: center;
  letter-spacing: -0.02em;  
}    
    
}

