/* SECTION LOGO HEADER SPECIFIC STYLESHEET */
  
  #header #logoSection{
    /* background-image: url('../img/logoWhere.png');
    background-color: #9CF; */
    background-color: #000;
    background-image: url("../img/logoHomeSmall2.png");
  }


  #textFirst {
      /*font-size: 24pt;*/
      color: #CCC;
      font-family: arial, helvetica, sans-serif;
      position: absolute;
      margin-top: 1pt;
      left: 34%;
  }

 #textSecond {
      /*font-size: 24pt;*/
      color: #fff;
      position: absolute;
      margin-top: 20pt;
      left: 39%;
      font-family: arial, helvetica, sans-serif;
  }