@import url(../../fonts/thsarabunnew/thsarabunnew.css);
@import url('https://fonts.googleapis.com/css?family=Kanit');

/****sample code***/
body{
font-family: 'Kanit', sans-serif;
font-size:18px;
margin-top:0px;
/*background-color:#A0153E;*/
}
.nav {
margin-top: 0px;
}
.navbar-form{
margin-top: 23px;
}
.navbar{
margin-bottom: 10px;
}

h1,h2 {
font-family: 'Kanit', sans-serif;
font-size:22px;
}
h3,h4 {
font-family: 'Kanit', sans-serif;
font-size:20px;
}

/*
.leader{
font-family: "Kanit70yritalic";
font-size:20px;
}
*/
.thumbnail {
  background-color:none;
}
.carousel{
    background:#2f4357;
    margin-top: 0px;
    margin-bottom: 0px;
}
.carousel .item img{
    margin: 0 auto; /* Align slide image horizontally center */
}
.bs-example{
	margin: 0px;
}
.jumbotron {
  padding: 0px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: #589793;
  background-color:#ECF0F1;
}
.footer{
background-color:#ecf0f1;
}










