    body {
        padding-top: 3rem;
        color: #5a5a5a;
        font-family: "Kanit", serif;
        font-weight: 200;
        font-style: normal;
    }

    ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
    
    ::-webkit-scrollbar-thumb,    
    ::-webkit-scrollbar-thumb:hover {
        background: #888;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
    }
    .small {
        font-weight: 100;
    }

    @media (min-width: 576px) {
        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 1.2rem;
            padding-left: 1.2rem;
        }
    }

    @media (max-width: 767px) {
    #mainNavBar .navbar-nav .nav-link {
        text-align: center;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    }


    section{
        padding: 3rem 0rem;
        padding: 120px 0 100px;
    }

    
    .nav-tabs {
        border: none;
    }
    
    .nav-tabs .nav-link,
    .nav-tabs .nav-link.active {
        border: 2px solid transparent;
        color: #495057;
    }
    .nav-tabs .nav-link:hover{
        border: 2px solid transparent;
    }
    
    .nav-tabs .nav-item.show .nav-link, 
    .nav-tabs .nav-link.active {
        background-color: unset;
        border: 2px solid transparent;
        border-radius: 0px;
    }

    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #6697d6;
    }

    .footer {
        background-color: #ebebeb;
    }

    .footer>.container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* Carousel base class */
    /* Since positioning the image, we need to help out the caption */
    .carousel-caption {
        bottom: 3rem;
        z-index: 10;
    }

    /* Declare heights because of positioning of img element */
    .carousel-item {
        height: 32rem;
    }

    .carousel-item>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        height: 32rem;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .featurette-divider{
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }