 
 /*------------------------------------------(6) CONTACT SECTION -------------------------*/  
 
 #container6 {
   background:url(../img/mesh8.jpg) ;
   background-color:transparent;
   background-size:contain;
   height:auto ;         
   width::100% auto !important;  
   border-style: solid;
   border-width: 0px;
   border-color:aqua;
   padding:5% 10% 1% 10%;    /*-----(T) (R) (B) (L)---*/
 }
 
 
 #inner6 {
   background:  center;
   background-color:transparent;
   background-size:contain;
   height:auto ;         
   width::auto !important;  
   border-style: transparent;
   border-width: 0px;
   border-color:yellow;
   text-align:center;
   
   padding:1% 3% 2% 3%;    /*-----(T) (R) (B) (L)---*/
   webkit-box-shadow: 0px 0px 0px 0px #000000;
   moz-box-shadow: 0px 0px 0px 0px #000000;
   box-shadow: 0px 0px 0px 0px #000000;
 }
 
 
 #facebook {
   background:; 
   height:100%;       /*-------height "auto" makes container stretch to content-----*/  
   width::100%;
   max-width:60px;
   
   margin:auto;
  }
 
 .facebook img{border:0;}
 
 
#white-text {
   color: white;
  font-size: 36px; /* ======================== scaleable responsive text ======= */
   text-align: center;
   
    
}
   /*------------------------------------------END CONTACT SECTION -------------------------*/  
   
 