/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
  width: 100%;
  display: block;
}

body {
  background: url(../bg-thaiem.jpg) no-repeat 0 0;
  background-size: auto;
  background-position-x: center;


/*
filter: grayscale(0.8)
-moz-filter: grayscale(0.8);
-webkit-filter: grayscale(0.8);
filter: gray; 

filter: grayscale(0.8);
*/
}

.full {
/*  background:url(../king09.jpg) no-repeat center -35px;  
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  */
}


.maintext {
  margin: 20px;
    display: block;
    text-align: center;
}
.maintext img {
    width: 525px;
}

.button-reg {
    position: relative;
    margin: 0 auto !important;
    width: 100%;
    text-align: center;
}

.button-reg a {
	text-align: center;
}


@media (max-width: 786px){

.maintext {
    margin: 25% 0px 4% ;
    display: block;
    /* text-align: center; */
    width: 100%;
}
.maintext img {
    width: 400px;
    margin: 0 auto !important;
     text-align: center;
    display: block;
}

.navbar-fixed-bottom {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0 !important;
}

}


@media (max-width: 414px){

html {
    width: 100%;
    display: block;
    padding: 0px 15px;
}
.maintext img {
    width: 400px;
    padding: 0px 15px !important;
    text-align: center;
    display: block;
}


.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0 !important;
}

.button-reg {
    display: block;
    clear: both;
  }

.button-reg img {
  width: 400px;
  padding: 0px 10px;
}


}

@media (max-width: 412px) {
html {
    width: 100%;
    display: block;
    padding: 0px 0px;
}



}

@media (max-width: 360px) {
  .maintext img {
    width: 360px;
    padding: 0px 15px !important;
    text-align: center;
    display: block;
}

.button-reg img {
    width: 358px;
    padding: 0px 10px;
}


}





