body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    /*background-color: #ccdff9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
    /*        background-image: url('https://i.pinimg.com/1200x/17/d1/a5/17d1a5652b6f054931e23adc7e9cfc14.jpg');*/
/*    background: linear-gradient(to right, #ebeaea, #ffffff);*/
    
    background-size: cover;
    /*    background-position: center;*/
    background-position: bottom left;
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    /*    background-color: #ebeaea;*/
}

html, body {
    background-image: url('/images/designball.png') !important;
    background-size: cover;
    /*    background-position: center;*/
    background-position: center left;
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}


@media screen and (min-width:768px) {
    html, body {
        background-image: url('/images/designball.png') !important;
        background-size: cover;
        /*    background-position: center;*/
        background-position: center center;
        background-size: 600px auto;
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: relative;
    }
}




    /*html::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, #ebeaea);
    opacity: 0.9;
    z-index: -1;
}*/

    /*html,body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, #fff);
    opacity: 0.9;
    z-index: -1;
}*/




    .bplogo {
        width: 90%;
        height: auto;
        max-width: 145px;
        max-height: 120px;
        margin-top: -20px;
        margin-bottom: 30px
    }



    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        text-transform: uppercase;
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
    }

    p {
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.6;
        color: #000;
    }

    hr {
        max-width: 400px;
        border-color: #999999;
    }

    .brand,
    .address-bar {
        display: none;
    }

    .navbar-brand {
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 2px;
    }

    .navbar-nav {
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .img-full {
        min-width: 100%;
    }

    .brand-before,
    .brand-name {
        text-transform: capitalize;
    }

    .brand-before {
        margin: 15px 0;
    }

    .brand-name {
        margin: 0;
        font-size: 2em;
    }

    .tagline-divider {
        margin: 15px auto 3px;
        max-width: 250px;
        border-color: #999999;
    }

    .box {
        margin-top: -30px;
        margin-bottom: 20px;
        border-radius: 10px;
        padding: 30px 15px;
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

    .intro-text {
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .img-border {
        float: none;
        margin: 0 auto 0;
        border: #999999 solid 1px;
    }

    .img-left {
        float: none;
        margin: 0 auto 0;
    }

    footer {
        background: #fff;
        background: rgba(255,255,255,0.9);
    }

        footer p {
            margin: -10px 0 0 0;
            padding: 20px 0;
        }

    @media screen and (min-width:768px) {
        .brand {
            display: inherit;
            margin: 0;
            padding: 30px 0 10px;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
            font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 5em;
            font-weight: 700;
            line-height: normal;
            color: #fff;
        }

        .top-divider {
            margin-top: 0;
        }

        .img-left {
            float: left;
            margin-right: 25px;
        }

        .address-bar {
            display: inherit;
            margin: 0;
            padding: 0 0 40px;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
            text-transform: uppercase;
            font-size: 1.25em;
            font-weight: 400;
            letter-spacing: 3px;
            color: #fff;
        }

        .navbar {
            border-radius: 0;
            min-height: 0;
        }

        .navbar-default {
            border: none;
            background: #fff;
            background: rgba(255,255,255,0.9);
        }

        .nav > li > a {
            padding: 35px;
        }

        .navbar-nav > li > a {
            line-height: normal;
        }

        .navbar-nav {
            display: table;
            float: none;
            margin: 0 auto;
            table-layout: fixed;
            font-size: 1.25em;
        }
    }

    @media screen and (min-width:1200px) {
        .box:after {
            content: '';
            display: table;
            clear: both;
        }
    }

    .loader-container {
        display: flex;
        align-items: center; /* จัดตำแหน่ง loader ตรงกลางในแนวตั้ง */
        justify-content: center; /* จัดตำแหน่ง loader ตรงกลางในแนวนอน */
    }

    .loader {
        margin: 0 0 20px 0;
        width: 50px;
        display: none;
        padding: 8px;
        aspect-ratio: 1;
        border-radius: 50%;
        background: #25b09b;
        --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
        -webkit-mask: var(--_m);
        mask: var(--_m);
        -webkit-mask-composite: source-out;
        mask-composite: subtract;
        animation: l3 1s infinite linear;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

        .loader.show {
            opacity: 1;
        }

    @keyframes l3 {
        to {
            transform: rotate(1turn)
        }
    }



    /*.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.buttonload {
    background-color: darkblue;
    border: none;
    color: white;
    width: 150px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}*/


    /* Add a right margin to each icon */
    /*.fa {
    margin-left: -12px;
    margin-right: 8px;
}*/