body{ padding: 0; margin: 0; font-family: Arial, sans-serif; background: #CCCCCC; }
header{ width: 100%; height: auto; background: #353535; border-bottom: 2px solid #000000; position: fixed; z-index: 999; }
a.logo{ display: inline-block; margin: 10px 0 6px 15px; }
a.logo img{ height: 60px; }
.menu{ float: right; background: none; display: block; }
.menu a{ font-size: 15pt; display: inline-block; margin: 20px 20px 0 15px; color: #FFFFFF; text-decoration: none; font-weight: bold; }
.menu a:hover, .menu a.active{ color: #e84ed1; text-decoration: none; }
.menu a.signup{ padding: 5px 20px; border: 1px solid #bfbfbf; border-radius: 10px; background: #a44694; color: #FFFFFF; text-decoration: none; display: inline-block; }
.menu a.signup:hover{ background: #138818; text-decoration: none; color: #FFFFFF; }
a.btnSignup{ 
    padding: 7px 20px; border: 1px solid #bfbfbf; font-size: 22px;
    border-radius: 10px; background: #ce190c; color: #FFFFFF; margin: 0 0 10px;
    text-decoration: none; display: inline-block; font-weight: bold;
}
a.btnSignup:hover{ background: #138818; text-decoration: none; color: #FFFFFF; }
span#bar{ 
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    background-image: url(../images/bars-w.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    display: none;
}
i.ico{
    display: inline-block; width: 25px; height: 25px; 
    background-repeat: no-repeat; margin: 3px 3px 8px;
    background-size: contain; vertical-align: middle;
}
i.ico.casino{ background-image: url(../images/ico/ico-casino.svg); }
i.ico.slot{ background-image: url(../images/ico/ico-slot.svg); }
i.ico.sports{ background-image: url(../images/ico/ico-sports.svg); }
i.ico.pro{ background-image: url(../images/ico/ico-pro.svg); }

#intro{ width: 100%; background: #eeebec; text-align: center; min-height: 200px; border-bottom: 5px solid #000000; padding-top: 80px; }
#intro img{ max-width: 900px; width: 100%; height: 400px; object-fit: cover; display: block; margin: auto; }
#content, #relate, #FAQs{ 
    max-width: 860px;
    min-height: 200px;
    background: #FFFFFF;
    margin: auto; padding: 5px 20px 10px;
}
#FAQs{ padding: 0 20px 50px; line-height: 22px; }
h4{ padding: 0; margin: 15px 0 5px; font-size: 18px; }
#listgroup{ 
    max-width: 860px;
    min-height: 200px;
    background: #FFFFFF;
    margin: auto; padding: 30px 20px 0;
}
h1{ font-size: 27px; }
h1,h2,h3{ margin: 15px 0 0; }
hr{ margin: 30px 50px; }

.list{ position: relative; margin-bottom: 30px; }
.list img{ width: 500px; }
.list .desc{ 
    position: absolute;
    top: 30px;
    right: 0;
    width: 370px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 5px 5px 3px #aaaaaa;
}
.more{     
    color: #e84ed0;
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #e84ed0;
    border-radius: 10px;
    text-decoration: none; 
}
.more:hover{  background: #000; color: #ffffff; border: 1px solid #a0a0a0; }
footer{ width: 100%; background: #070715; text-align: center; min-height: 200px; border-top: 5px solid #000000; color: #CCCCCC; padding: 10px 0 15px; }
footer a{ color: #CCCCCC; text-decoration: none; }
.footer-img{ max-width:900px;height:auto;width:100%; }

h2.detail{ font-size: 12px; color: #b3b3b3; font-weight: normal; display: inline-block; }
a.det{ display: inline-block; font-size: 12px; color: #b3b3b3; }

/* if screen < 800px */
@media screen and (max-width: 800px) {
    h1{ font-size: 22px; }
    h2{ font-size: 20px; }
    h3{ font-size: 18px; }
    hr{ margin: 30px 0; }
    span#bar{ display: block;  }
    .menu{ float: none; background: #000000;  width: 100%; display: none; }
    .menu a{ width: 100%;  margin: 0; text-align: center; padding: 10px 0; border-bottom: 1px solid #313131; }
    .list img{ width: 100%; }
    .list .desc{ 
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #CCCCCC;
        box-shadow: none;
    }
    .menu a.signup { border: 1px solid #313131; border-radius: unset; }
    #intro img{ height: auto; object-fit: contain; }
}