@media only screen and (min-width: 1000px) {
  #desktop {width: 100%;
  height: auto;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  }

  #mobile {

      display: none;
  }

  #comingSoon{
    margin: 150px 0 0 0 ;
    width: 50%;
    height: auto;
    padding: 0 25% 0 25%;
    background-color: #FFE506;
    float: left;
  }

  #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;
  }

  #aboutUs{
    width: 90%;
    height: auto;
    float: left;
    margin: 50px 5% 50px 5%;
    padding: 0;
    text-align: center;
  }
  #aboutUs #divSection{
    width: 50%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
    min-height: 500px;
  }
  #aboutUs #divInfo{
    width: 90%;
    height: auto;
    float: left;
    margin: 25px 5% 25px 5%;
    padding: 0;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
  }
  #aboutUs #divImage{
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    z-index: -2;
  }
  #aboutUs #divImage img{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    opacity: .9;
  }
  #aboutUs #quote{
    width: 80%;
    height: auto;
    float: left;
    margin: 25px 10% 75px 10%;
    padding: 0 ;
    font-size: 22px;
    border-radius: 20px;
    line-height: 50px;
    color: black;
    text-align: center;
    font-family: 'Courgette', cursive;
  }
  #aboutUs #quote strong{
    font-size: 45px;
    line-height: 50px;
    font-weight: lighter;
    font-family: 'times', cursive;
  }

  #aboutUs h1{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 70px;
    font-size: 30px;
    color: orange;
    text-align: center;
  }

  #aboutUs h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 70px;
    font-size: 20px;
    color: black;
    text-align: left;
  }

  #aboutUs h3{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
    line-height: 2em;
    color: black;
    text-align: left;
  }


} /* end desktop */

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

  #desktop {
    display: none;
  }

  #mobile {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
  }

  #comingSoon{
    margin: 100px 0 0 0 ;
    width: 50%;
    height: auto;
    padding: 0 25% 0 25%;
    background-color: #FFE506;
    float: left;
  }

  #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;
  }


  #aboutUs{
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 50px 0;
    padding: 0;
    text-align: center;
  }
  #aboutUs #divSection{
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 0 0;
  }
  #aboutUs #divInfo{
    width: 95%;
    height: auto;
    float: left;
    margin: 25px 2.5% 25px 2.5%;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
    text-align: left;
  }
  #aboutUs #divImage{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    z-index: -2;
  }
  #aboutUs #divImage img{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    opacity: .9;
  }
  #aboutUs #quote{
    width: 95%;
    height: auto;
    float: left;
    margin: 10px 2.5% 50px 2.5%;
    padding: 0 ;
    font-size: 1em;
    border-radius: 20px;
    line-height: 1.5em;
    color: black;
    text-align: center;
    font-family: 'Courgette', cursive;
  }
  #aboutUs #quote strong{
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: lighter;
    font-family: 'times', cursive;
  }

  #aboutUs h1{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.8em;
    font-size: 1.6em;
    color: orange;
    text-align: center;
  }

  #aboutUs h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 1.2em;
    color: black;
    text-align: center;
  }

  #aboutUs h3{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: normal;
    line-height: 25px;
    color: black;
    text-align: center;
  }


  } /* end mobile */
