@font-face {
    font-family: Kanit;
    src: url('/static/fonts/Kanit/Kanit-Regular.ttf');
}

body {
    /* font-family: "Open Sans", Sans-serif; */
    font-family: Kanit !important;
    background-color: #002B43;
    /*color: #FFFFFF;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.body-in{
  background-color: #e9ecef;
}

#container-body{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 45px;
    margin-bottom: 275px;
}

.bd-navbar {
    padding: 1.5rem 1rem;
    min-height: 3rem;
    /*background-color: #a2c7da;*/
    /*background-color: #404048;*/
    /*background-color: #9cd200;*/
    background-color: #002B43;
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .05), inset 0 -1px 0 rgba(0, 0, 0, .1);*/
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255);
}

/*.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}*/

footer {
    position: fixed;
    bottom: 0;
    min-height: 135px;
    margin-top: -135px;
}

.figure.footer-logo {
    width: 30%;
}

.separator{
    border-top-style: solid;
    border-top-width: 5px;
    width: 25%;
    border-top-color: #7a7a7a;
    display: inline-block;
    justify-content: center!important;
}
.qoute{
    color: #54595f;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-style: italic;
}
/*#navbarMainMenu li:hover{
    background-color: #7a7a89;
}*/