body {
    font-family: 'Noto Sans Thai UI', "Roboto";
    background-color: #ebebeb;
    background-image: url('../images/bg-desktop.jpg');
    background-attachment: fixed;
    background-position: center top;
    overflow: hidden;
}

.wrapper {
    margin: auto;
    min-height: 100vh;
}

.no-padding {
    padding: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    opacity: 0.5;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    opacity: 0.3;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
    opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    background: #333;
    opacity: 0.5;
}

.blueFont {
    color: #00529c;
}

.blueBG {
    background-color: #00529c;
    color: #fff;
}

.avatarChoice {
    cursor: pointer;
}

#footer {
    z-index: 999;
    position: fixed;
    bottom: 0;
    background-color: #00529c;
    color: #fff;
    font-weight: bold;
    min-height: 50px;
    width: 100%;
}

.btn-theme {
    color: #fff;
    background-color: #00529c;
}

#footer a {
    color: #fff;
}

.scoreBox {
    background-color: #00529c;
    border-radius: 30px;
    color: #fff;
    padding: 6px;
    font-size: 1.2em;
}

.whiteBox {
    border-radius: 10px;
    box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 1px 0px 13px 0px rgba(0, 0, 0, 0.37);
    background-color: #fff;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 2em;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .wrapper {
        width: 50%;
    }
}


/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
    .wrapper {
        width: 60%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .wrapper {
        width: 60%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .wrapper {
        width: 60%;
    }
}

@media (min-width: 1600px) {
    .wrapper {
        width: 30%;
    }
}