/* Start Mobile Version */
@media only screen and (min-width: 1000px) {

  #pageBanner{
    width: 100%;
    height: 200px;
    float: left;
    margin: 150px 0 0 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/residentialBanner_tiny.jpg');
  }

  #aboutUs{
    width: 100%;
    height: auto;
    float: left;
    margin: 50px 0 50px 0;
    padding: 0;
    text-align: center;
    background-color: none;
    background: none;
  }
  #aboutUs p{
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 25px 0;
    padding: 0;
    font-size: 19px;
    line-height: 27px;
    text-align: center;
  }
  #aboutUs .full{
    width: 90%;
    height: auto;
    margin: 0 5% 0 5%;
    float: left;
    text-align: center;
    display: inline-block;
  }
  #aboutUs .full h1{
    text-align: center;
  }
  #aboutUs .full h2{
    text-align: center;
  }
  #aboutUs .halves{
    width: 45%;
    height: auto;
    margin: 20px 2.5% 50px 2.5%;
    float: left;
    text-align: left;
    display: inline-block;
  }
  #aboutUs .halves img{
    width: 100%;
    height: auto;
    margin: 20px 0 5px 0;
    float: left;
    text-align: left;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 5px rgba(0,0,0,0.75);
    }
  #aboutUs h1{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 70px;
    font-size: 30px;
    color: orange;
    text-align: left;
  }
  #aboutUs h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
    color: black;
    text-align: left;
  }
  #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: left;
  }

  #aboutUs .columnsDiv {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    min-height: 500px;
    margin: 0;
    padding: 0;
  }
  #aboutUs .columnsDiv button {
    height: auto;
    width: auto;
    min-width: 200px;
    margin: 50px 0 0 0;
    padding: 0;
    border: 3px solid white;
    background-color: none;background: none;
    color: white;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;

  }

  #aboutUs .leftHalf {
    width: calc(40% - 25px);
    height: 100%;
    min-height: 500px;
    float: left;
    display: inline-block;
    background: rgba(255,143,5,1);
    background: -moz-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,143,5,1)), color-stop(100%, rgba(199,119,34,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f05', endColorstr='#c77722', GradientType=1 );
    color: white;
    margin: 0 25px 0 0 ;
    padding: 40px 5% 40px 5%;
  }
  #aboutUs .leftHalf h3 {
    color: white;
    text-align: left;
    line-height: 34px;
    font-size: 16px;
  }
  #aboutUs .rightHalf h3 {
    color: white;
    text-align: left;
    line-height: 34px;
    font-size: 16px;
  }
  #aboutUs .leftHalfH1 {
    color: white;
    text-align: left;
    margin: 0;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    width: 100%;
    float: left;
  }
  #aboutUs .rightHalf {
    width: calc(40% - 25px);
    height: 100%;
    min-height: 500px;
    float: left;
    display: inline-block;
    background: rgba(122,122,122,1);
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    color: white;
    margin: 0 0 0 25px;
    padding: 40px 5% 40px 5%;
  }

  #aboutUs .underline {
    width: 250px;
    height: auto;
    float: left;
    margin: 17px 0 25px 0;
    padding: 0;

  }

  #aboutUs .left {
    float: left;
    width: calc(33.3% - 95px);
    margin: 50px 25px 50px 50px;
    padding: 20px 10px 50px 10px;
    background-color: ;
    display: block;
  }
  #aboutUs .middle {
    float: left;
    width: calc(33.3% - 70px);
    margin: 50px 25px 50px 25px;
    padding: 20px 10px 50px 10px;
    background-color: ;
    display: block;
  }
  #aboutUs .right {
    float: left;
    width: calc(33.3% - 95px);
    background-color: ;
    margin: 50px 50px 50px 25px;
    padding: 20px 10px 50px 10px;
    display: block;
  }
  #aboutUs .thirdsImages {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
      background-repeat:   no-repeat;
      background-size:     contain;
  }

  #aboutUs #imm_div {
    width: 80%;
    height: auto;
    margin: 0 5% 50px 5%;
    padding: 125px 5% 125px 5%;
    background-color: ;
    float: left;
    background: rgba(77,79,81,1);
    background: -moz-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,79,81,1)), color-stop(100%, rgba(112,112,112,1)));
    background: -webkit-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -o-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: linear-gradient(to right, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4f51', endColorstr='#707070', GradientType=1 );
  }
  #aboutUs #imm_div h1{
    color: white;
  }
  #aboutUs #imm_div h2{
    color: yellow;
  }
  #aboutUs #imm_div h3{
    color: white;
  }

}
/* end desktop version */


/* Start Mobile Version */
@media only screen and (max-width: 999px) {

  #pageBanner{
    width: 100%;
    height: 150px;
    float: left;
    margin: 100px 0 0 0;
    display: block;
    opacity: 1;
    color: red;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    font-size: 25px;
    -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/residentialBanner_tiny.jpg');
  }
  #aboutUs{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    background-color: none;
    background: none;
  }
  #aboutUs p{
    width: 90%;
    height: auto;
    float: left;
    margin: 0 5% 20px 5%;
    padding: 0;
    font-size: 1em;
    line-height: 2em;
    text-align: center;
  }
  #aboutUs h1{
    width: 95%;
    height: auto;
    float: left;
    margin: 0 2.5% 0 2.5%;
    padding: 0;
    line-height: 2.3em;
    font-size: 1.7em;
    color: orange;
    text-align: center;
  }
  #aboutUs h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 2em;
    font-size: 1.4em;
    color: black;
    text-align: center;
  }
  #aboutUs h3{
    width: 90%;
    height: auto;
    float: left;
    margin: 0 5% 0 5%;
    padding: 0;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 2em;
    color: black;
    text-align: left;
  }
  #aboutUs img{
    width: 100%;
    height: auto;
  }

  #aboutUs .left {
    float: left;
    width: 100%;
    background-color: ;
    margin: 0;
    padding: 50px 0 50px 0;
    display: block;
    background-color: white;
  }
  #aboutUs .middle {
    float: left;
    width: 100%;
    background-color: ;
    margin: 0;
    padding: 50px 0 50px 0;
    display: block;
    background-color: none;
  }
  #aboutUs .right {
    float: left;
    width: 100%;
    background-color: ;
    margin: 0;
    padding: 50px 0 50px 0;
    display: block;
    background-color: white;
  }
  #aboutUs .thirdsImages {
    width: 90%;
    height: auto;
    background-position: 50% 50%;
      background-repeat:   no-repeat;
      background-size:     contain;
  }

  #aboutUs #imm_div {
    width: 95%;
    height: auto;
    margin: 0;
    padding: 25px 2.5% 40px 2.5%;
    background-color: ;
    float: left;
    background: rgba(77,79,81,1);
    background: -moz-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,79,81,1)), color-stop(100%, rgba(112,112,112,1)));
    background: -webkit-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -o-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: -ms-linear-gradient(left, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    background: linear-gradient(to right, rgba(77,79,81,1) 0%, rgba(112,112,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4f51', endColorstr='#707070', GradientType=1 );
  }
  #aboutUs #imm_div h1{
    color: white;
    font-size: 1.5em;
  }
  #aboutUs #imm_div h2{
    color: yellow;
    font-size: 1em;
  }
  #aboutUs #imm_div h3{
    color: white;
  }

  #aboutUs .leftHalf {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    background: rgba(255,143,5,1);
    background: -moz-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,143,5,1)), color-stop(100%, rgba(199,119,34,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    background: linear-gradient(45deg, rgba(255,143,5,1) 0%, rgba(199,119,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8f05', endColorstr='#c77722', GradientType=1 );
    color: white;
    margin: 0;
    padding: 25px 0 25px 0;
  }
  #aboutUs .leftHalf h1{
    color: white;
  }
  #aboutUs .leftHalf img{
    width: 50%;
    height: auto;
    margin: 0 40% 0 5%;
  }
  #aboutUs .leftHalf h3{
    color: white;
  }

  #aboutUs .rightHalf {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    background: rgba(122,122,122,1);
    background: rgba(73,155,234,1);
    background: -moz-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(45deg, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
    color: white;
    margin: 0;
    padding: 25px 0 25px 0;
  }
  #aboutUs .rightHalf h1{
    color: white;
  }
  #aboutUs .rightHalf img{
    width: 50%;
    height: auto;
    margin: 0 40% 0 5%;
  }
  #aboutUs .rightHalf h3{
    color: white;
  }

} /* end mobile version */
