/* stylelint-disable selector-list-comma-newline-after */
* {
    font-family: 'Kanit', sans-serif;
    /* background:black; */
}
body {
    background: url('../img/bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 100px;
    background-color: #1b0020;
}
a {
    color:#ffcc74;
}
a:hover {
    color:orange;
    text-decoration: none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
header .logo{
    width:300px;
}
.form-control {
    color: #1a1a1a;
    border: 1px solid #000000;
}
.form-control::placeholder {
  color: #523412;
}
.input-group-text {
    background-color: #0e063b;
    border: 1px solid #100a31;
    color: #fcdfcb;
}
.card {
    background: transparent;
}
.btn-primary {
    box-shadow: 0px 1px 0 1px #9687ae;
    border-color: #49474f;
    color: white;
    background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    text-shadow: 1px 0px #959fac;
}
header .nav-bg {
    margin-top: 0;
    font-size: 20px;
    padding: 5px;
    -moz-border-radius: 15px;
    border-radius: 5px;
    /* background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0); */
    /* border: 2px solid #74256a; */
}
header .nav-bg a {
     color: #fff;
     font-weight: 700;
}
header .nav-link {
    /* padding: .5rem 2.8rem; */
    padding: .5rem 2rem;
}
header .nav-bg:hover {
    text-decoration: none;
}
header .nav-link i {
    color:#fff;
}
#loading {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */    
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  left: 0;
  top: 0;
  color:white;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
#loading .loading-content {
  position: relative;
  top: 30%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
}
#loading .loading-content img {
  width: 200px;
}
.head-content {
    color:#fff;
    margin-top: 20px;
    font-size: 22px;
    padding: 10px 20px;
    /* border-radius: 0; */
    font-weight: 700;
    /* background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    background: linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4BA42', endColorstr='#9a6000', GradientType=0);
    /* background: -webkit-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f,#e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: #f3c867; */
}
.head-content i {
    color:#fff;
    /* background: -webkit-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f,#e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: #f3c867; */
}
.head-content:first-child {
    color:#fff;
    margin-top: 20px;
    font-size: 22px;
    padding: 10px 20px;
    /* border-radius: 15px 15px 0 0; */
    font-weight: 700;
    /* background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    background: linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4BA42', endColorstr='#9a6000', GradientType=0);
    /* background: -webkit-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: -o-linear-gradient(#fff2b5,#eec71f, #e7a819);
    background: linear-gradient(#fff2b5, #eec71f,#e7a819);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 1px solid;
    border-color: #f3c867; */
}
.jumbotron {
    margin-bottom:0;
}

.carousel-control-next, .carousel-control-prev {
    width:5%
}
p {
    font-weight: lighter
}
main#main {
    background:black;
    border-radius: 15px 15px 0 0;
    padding:0 0 15px 0;
    color:white;
}
.fanpage-box * {
    width: 100% !important;
}
#footer {
    margin-top:0;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 0 0 15px 15px;
    color:#fff;
    background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    background: linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4BA42', endColorstr='#9a6000', GradientType=0);
}
footer a {
    font-size: 15px;
    color:#fff;
    font-weight: bold;
}
footer a:hover {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}
#error {
    font-size: 14px;
}
/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/

/* 
This element holds injected scripts inside iframes that in 
some cases may stretch layouts. So, we're just hiding it. 
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.nav-bg-mobile {
    padding: 12px 10px;
    background: -moz-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    background: -webkit-linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    background: linear-gradient(top, #811cce, #370974, #4c16a3, #690bb0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4BA42', endColorstr='#9a6000', GradientType=0);
}
.nav-mobile a {
    color:#fff;
}
.nav-mobile {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
    display: flex;
}
.nav-mobile i {
    color:#fff;
}
.nav-mobile li {
    padding: 2px;
    font-size: 12px;
    display: inline-block;
    width: 25%;
}

.nav-mobile li i {
    font-size: 18px;
    display: block;
    margin-bottom: 3px;
}

#games a, #games a > img {
    width:100%;
}
form#signin {
    width:100%;
    width: 100%;
    background-color: #64318b !important;
    padding: 9px;
    border-radius: 5px;
    /* border-top: 5px solid #161d74; */
}
#signin #login-btn, #signin #register-btn {
    width:100%;
}
#signin i {
    color:#fff;
    text-shadow: 1px 1px black;
}
#signin .form-group {
    margin-bottom: 0;
}
/* LOADING SCREEN */
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    color: white;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    transition: 0.5s;
}

#loading .loading-content {
    position: relative;
    top: 30%;
    width: 100%;
    text-align: center;
}

#loading .loading-content img {
    width: 200px;
}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px 22px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.google {
    background: #dd4b39;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}
.line {
    background: #01b902;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

#ModalPopup .modal-body {
    padding:0;
}
#ModalPopup {
    background: #00000080;
}
@media only screen and (max-width:600px){
    body {
        background: url('../img/bg.png');
        background-repeat: no-repeat;
        /* background-position: top center; */
        background-attachment: fixed;
        margin-bottom: 100px;
        background-color:#000322;
    }
    .logo {
        width:55% !important;
    }
    #signin .form-group {
    margin-bottom: 1rem;
}
}


.navbar-logo{
    position: absolute;
    top: 90px;
    /* z-index: -1; */
}