@import url('https://fonts.googleapis.com/css?family=Sarabun');
body {	
    font-family: 'Sarabun', sans-serif;
}

.top-bar {
    background-color: #003166;
}

.card-body{
	background-color: #f5f5f5;
}

 nav a:hover{

    color:#21a6ff !important;
}

/*** ========== 24-Jun-2019 =========== ***/

.footer {
  /*position: fixed;*/
  bottom: 0px;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #f5f5f5;
  font-size: 12px;
  
}

p{
    font-size: 20px;
    color: #003166;
}

.p1{
    font-size: 15px;	
}


