@media only screen and (min-width: 1000px) {

    #pageBanner{
      width: 100%;
      height: 100px;
      line-height: 100px;
      float: left;
      margin: 150px 0 0 0;
      padding: 0;
      display: block;
      opacity: 1;
      color: red;
      font-family: 'Kanit', sans-serif;
      text-align: center;
      font-size: 30px;
      -webkit-text-stroke: 1px black;
         color: white;
         text-shadow:
             3px 3px 0 #000,
           -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
             1px 1px 0 #000;
         color: white;
      background-size: cover;
      background-position: center;
      background-image: url('../img/banners/aboutUsBanner1_tiny.jpg');
    }
    #pageBanner h1{
      width: 100%;
      height: 100px;
      line-height: 100px;
      background-color: ;
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      font-family: 'Kanit', sans-serif;
      text-align: center;
      font-size: 50px;
    }

    #contactUsInfo{
      width: 100%;
      height: auto;
      float: left;
      margin: 50px 0 50px 0;
    }

    #contactUsInfo ul{
      width: 40%;
      height: auto;
      float: left;
      margin: 0 5% 0 5%;
      background-color: ;
    }

    #contactUsInfo li{
      width: 100%;
      height: auto;
      float: left;
      font-size: 1.3em;
      line-height: 2em;
      margin: 10px 0 10px 0;
    }

    #buildingFront_img {
      width: calc(44% - 45px);
      height: auto;
      float: left;
      margin: 0 1% 0 5%;
      -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    }


    #googleMaps {
      width: 100%;
      height: 500px;
    }

} /* end desktop version */

@media only screen and (max-width: 999px) {

  #pageBanner{
    width: 100%;
    height: 90px;
    line-height: 90px;
    float: left;
    margin: 100px 0 0 0;
    padding: 0;
    display: block;
    opacity: 1;
    color: red;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-size: 30px;
    -webkit-text-stroke: 1px black;
       color: white;
       text-shadow:
           3px 3px 0 #000,
         -1px -1px 0 #000,
          1px -1px 0 #000,
          -1px 1px 0 #000,
           1px 1px 0 #000;
       color: white;
    background-size: cover;
    background-position: center;
    background-image: url('../img/banners/aboutUsBanner1_tiny.jpg');
  }
  #pageBanner h1{
    width: 100%;
    height: 90px;
    line-height: 90px;
    background-color: ;
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-size: 40px;
  }

    #contactUsInfo{
      width: 100%;
      height: auto;
      float: left;
      margin: 50px 0 50px 0;
    }

    #contactUsInfo ul{
      width: 100%;
      height: auto;
      float: left;
      margin: 0 ;
      background-color: ;
    }

    #contactUsInfo li{
      width: 100%;
      height: auto;
      float: left;
      font-size: 1em;
      line-height: 1em;
      margin: 10px 0 10px 0;
      list-style: none;
    }

    #buildingFront_img {
      width: 100%;
      height: auto;
      float: left;
      margin: 0;
    }


    #googleMaps {
      width: 100%;
      height: 300px;
    }

} /* end mobile version */
