@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;
    }
    #farmsDiv{
      width: 95%;
      height: auto;
      float: left;
      margin: 25px 2.5% 25px 2.5%;
      font-size: 1em;
      line-height: 2em;
    }
    
}


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

    #pageBanner{
      width: 100%;
      height: 100px;
      line-height: 100px;
      float: left;
      margin: 120px 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;
      float: left;
      display: block;
      margin: 0;
      padding: 0;
      font-family: 'Kanit', sans-serif;
      text-align: center;
      font-size: .8em;
    }
    #farmsDiv{
      width: 95%;
      height: auto;
      float: left;
      margin: 25px 2.5% 25px 2.5%;
      font-size: 1em;
      line-height: 2em;
    }
}
