@media only screen and (max-width: 1500px) {
    #mainMenu nav > ul > li > a {
        font-size: 14px;
    }
}

/* @media only screen and (max-width: 1400px) {
    #mainMenu nav > ul > li > a {
        font-size: 14px !important;
    }
} */

/* @media only screen and (max-width: 1290px) {
    #mainMenu nav > ul > li > a {
        font-size: 14px !important;
    }
} */

/* @media only screen and (max-width: 1235px) {
    #mainMenu nav > ul > li > a {
        font-size: 13px !important;
    }
} */

@media only screen and (max-width: 1198px) {
    #mainMenu nav > ul > li > a {
        font-size: 16px !important;
    }
}

@font-face {
    font-family: 'iannnnn-DUCK-Regular';
    font-style:  normal;
    font-weight: 400;
    src: url("../client/duck/iannnnn-DUCK-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Gistesy';
    font-style:  normal;
    font-weight: 400;
    src: url("../client/gistesy/Gistesy.ttf") format('truetype');
}

@font-face {
    font-family: 'NotoSansThai-Bold';
    font-style:  normal;
    font-weight: 600;
    src: url("../client/notosansthai/NotoSansThai-Bold.ttf") format('truetype');
}

@font-face {
    font-family: 'NotoSansThai-Regular';
    font-style:  normal;
    font-weight: 400;
    src: url("../client/notosansthai/NotoSansThai-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'NotoSansThai-Light';
    font-style:  normal;
    font-weight: 300;
    src: url("../client/notosansthai/NotoSansThai-Light.ttf") format('truetype');
}

@font-face {
    font-family: 'NotoSansThai-Thin';
    font-style:  normal;
    font-weight: 200;
    src: url("../client/notosansthai/NotoSansThai-Thin.ttf") format('truetype');
}

body {
    font-family: 'NotoSansThai-Thin';
    font-weight: 200;
    overflow-x: hidden;
    overflow-y: auto;

}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,button,stronga,p,a,span  {
    font-family: 'NotoSansThai-Thin' !important;
}

.main-header .logo {
    font-family: 'NotoSansThai-Light' !important;
}

#mainMenu nav > ul > li > a {
    font-size: 18px;
    font-family: 'NotoSansThai-Light' !important;
    font-weight: 300 !important;
}


@media only screen and (max-width: 1024px) {
    #footer{
        margin-bottom: 0px;
    }
    #mainMenu nav > ul > li > a {
        font-size: 16px !important;
    }
    #footer-fixed-navigation{
        display: block !important;
    }

    #scrollTop{
        bottom: 70px !important;
        right: 5px !important;
    }
}

@media only screen and (max-width: 887px) {
    #topbar{
        display: none;
    }
}

#footer-fixed-navigation{
    border-top: 2px #d0d0d0 solid;
    z-index: 99;
    padding: 10px;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}
