/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2017, 4:57:29 PM
    Author     : wave
*/

@font-face { 
    font-family: 'Kanit'; 
    src: url('Kanit-Regular.ttf')format('truetype'); 
    font-weight: normal; 
    font-style: normal; 
    unicode-range: U+0E00–U+0E7F;
}
body,h1,h2,h3,h4,h5,h6 {
    font-family: 'Kanit','Kanit' ,sans-serif;
}

/* Ensure footer is always visible */
.main-footer {
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    clear: both !important;
    margin-top: 20px !important;
    padding: 15px !important;
    background-color: #f4f4f4 !important;
    border-top: 1px solid #d2d6de !important;
}