@font-face {
    font-family: 'GlowSansTc';
    src: url('fonts/GlowSansTC-Normal-ExtraBold.otf'),
    url('fonts/GlowSansTC-Normal-Medium.otf'),
    url('fonts/GlowSansTC-Normal-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kanit';
    src: url('fonts/Kanit-Regular.ttf'),
    url('fonts/Kanit-Bold.ttf'),
    url('fonts/Kanit-Medium.ttf'),
    url('fonts/Kanit-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Kanit', 'GlowSansTc', 'Montserrat', sans-serif;
}

.navbar-default {
    height: auto;
}

.navbar.navbar-default .row {
    display: flex;
}

.navbar-brand, nav {
    float: none;
}

.navbar-brand img {
    max-width: 200px;
}

.navbar-brand {
    padding: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}