body,h1,h2,h3,h4,h5,h6 {
 font-family: "Kanit", Tahoma;
}
body, html {
 height: 100%;
}
img {width: 100%;}
a {text-decoration: none;}

.pull-left{float:left!important;}
.pull-right{float:right!important;}

#navbar {
 color: white;
 background: linear-gradient(to top, rgba(33,98,190,1), rgba(1,170,253,1));
 border-bottom: 6px solid #FCB124;
}

#footer {
 background-color: rgba(33,98,190,1);
 border-top: 6px solid #FCB124;
 padding: 32px 0px 32px 0px;
}
