/* =========================================
   BLACK GOLD LUXURY - GLOBAL STYLE
   ========================================= */

body {
    font-family: 'Oswald', Arial, Helvetica, sans-serif;
    line-height: 1.6;
    color: #f5e6a8;

    background:
        radial-gradient(
            circle at 50% 0%,
            #1c180c 0%,
            #0b0b0b 38%,
            #000000 80%
        );

    overflow-x: hidden;
}


/* =========================================
   FLOATING BANNER
   ========================================= */

.floating-top {
    background: transparent;
    top: 0;
    height: auto;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1001;
}

.floating-bottom {
    background: transparent;
    bottom: 0;
    height: auto;
    left: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1001;
}

.floating-top img,
.floating-bottom img {
    width: 49%;
}


/* =========================================
   HEADER BANNER
   ========================================= */

.headerbanner {
    text-align: center;
}

.headerbanner img {
    width: 49%;
}


/* =========================================
   LINK
   ========================================= */

a {
    color: #f4d675;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #fff0a8;

    text-shadow:
        0 0 5px rgba(212,175,55,0.45);
}

img {
    max-width: 100%;
    height: auto;
}


/* =========================================
   MAIN CONTAINER
   ========================================= */

.container {
    width: 65%;
    margin: 0 auto;
}


/* =========================================
   HEADER
   ========================================= */

.head {
    width: 100%;

    background:
        linear-gradient(
            145deg,
            #191919 0%,
            #080808 50%,
            #151515 100%
        );

    border: 1px solid #a67c18;

    margin-top: 20px;
    margin-bottom: 5px;

    box-shadow:
        0 5px 18px rgba(0,0,0,0.8),
        inset 0 1px 1px rgba(255,255,255,0.05);
}


/* =========================================
   LOGO
   ========================================= */

.logo {
    display: block;

    height: 240px;
    width: 550px;

    margin: 0 auto;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* =========================================
   MENU - GOLD METALLIC
   ========================================= */

.menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    background:
        linear-gradient(
            180deg,
            #f4d675 0%,
            #d4af37 35%,
            #a67c18 65%,
            #704f0b 100%
        );

    margin-bottom: 5px;

    border-top: 1px solid #fff0a8;
    border-bottom: 2px solid #70500b;

    box-shadow:
        0 4px 10px rgba(0,0,0,0.7),
        inset 0 1px 2px rgba(255,255,255,0.45);
}

.menu a {
    position: relative;

    padding: 7px 12px;
    margin: 0 5px;

    font-size: 18px;
    font-weight: 800;

    color: #211700;

    text-shadow:
        0 1px 1px rgba(255,255,255,0.25);

    transition: all 0.25s ease;
}

.menu a:hover {
    color: #000;

    transform: translateY(-1px);

    text-shadow:
        0 0 5px rgba(255,255,255,0.45);
}


/* =========================================
   CONTENT
   ========================================= */

.content {
    background:
        linear-gradient(
            145deg,
            #161616 0%,
            #080808 50%,
            #121212 100%
        );

    padding: 10px;

    box-shadow:
        0 8px 20px rgba(0,0,0,0.8),
        inset 0 1px 1px rgba(255,255,255,0.04);

    border: 1px solid #8f6b12;
}


/* =========================================
   TYPOGRAPHY
   ========================================= */

h1,
h2,
h3,
h4 {
    color: #f4d675;

    text-shadow:
        0 1px 2px rgba(0,0,0,0.9),
        0 0 5px rgba(212,175,55,0.2);
}

h1 {
    font-size: 1.7rem;
    line-height: 1.2;
    margin-bottom: 30px;
    text-align: center;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    text-align: center;
}

h3 {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}

h4 {
    font-size: 1.3rem;
}

p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #e0d7b8;
}


/* =========================================
   RESULT AREA
   ========================================= */

.lassres {
    width: 98%;
    margin: auto;
}

.lassres table {
    width: 100%;
}


/* =========================================
   OUTER LINK
   ========================================= */

.outer-link {
    color: #f4d675;
    text-decoration: none;
    list-style-type: square;
    margin: 5px 10px;
}

.outer-link a {
    text-decoration: none;
    color: #f4d675;
}


/* =========================================
   DATA TABLE
   ========================================= */

#dtTable {
    border: 1px solid #8f6b12;
    width: 100%;
    font-size: 15px;

    border-collapse: collapse;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.5);
}

#dtTable th,
#dtTable td {
    text-align: center;

    background:
        linear-gradient(
            145deg,
            #eeeeee,
            #cfcfcf
        );

    padding: 5px 0;

    border: 1px solid #8f6b12;

    font-size: 15px;
    color: #111;
}

#dtTable th {
    color: #211700;

    background:
        linear-gradient(
            180deg,
            #fff0a6 0%,
            #d4af37 35%,
            #9c7718 70%,
            #e0bd4d 100%
        );

    font-size: 16px;
    font-weight: 900;

    text-shadow:
        0 1px 1px rgba(255,255,255,0.3);
}


/* =========================================
   MAIN TABLE
   ========================================= */

#myTable {
    border-collapse: collapse;

    width: 100%;

    border: 1px solid #8f6b12;

    font-size: 15px;

    box-shadow:
        0 5px 15px rgba(0,0,0,0.5);
}

#myTable td,
#myTable th {
    text-align: center;

    background:
        linear-gradient(
            145deg,
            #eeeeee,
            #d2d2d2
        );

    padding: 5px 0;

    border: 1px solid #8f6b12;

    font-size: 15px;
    color: #111;
}

#myTable th {
    color: #211700;

    background:
        linear-gradient(
            180deg,
            #fff0a6 0%,
            #d4af37 35%,
            #9c7718 70%,
            #e0bd4d 100%
        );

    font-size: 16px;
    font-weight: 900;

    text-shadow:
        0 1px 1px rgba(255,255,255,0.3);
}

#myTable tr {
    border-bottom: 1px solid #8f6b12;
}

#myTable tr:hover td {
    background:
        linear-gradient(
            145deg,
            #fff5bd,
            #d4af37
        );

    color: #111;

    transition: background 0.2s ease;
}


/* =========================================
   MOBILE / TABLET
   ========================================= */

@media only screen and (max-device-width: 1000px) {

    .floating-top img,
    .floating-bottom img {
        width: 100%;
    }

    .headerbanner img {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .logo {
        width: 280px;
        height: 80px;
        margin: auto;
    }

    .banner1 {
        display: block;
    }

    .banner1 img {
        display: block;
        width: 100%;
    }

    .lassres {
        width: 100%;
        margin: auto;
    }

    .lassres tableresult {
        width: 100%;
        padding: 0;
        border: 1px solid #8f6b12;
    }

    .lassres img {
        width: 100%;
        height: auto;
        padding: 1px 0 0 0;
    }

    .banner2 {
        display: block;
    }

    .banner2 img {
        display: block;
        width: 100%;
    }

    .banner {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .banner img {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
        margin: 5px;
    }

    .banner-float {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 1px;
        z-index: 9999;
    }

    .banner-float img {
        width: 100%;
    }

    h3 {
        font-size: 14px;
    }

    .title-footer {
        font-size: 14px;
    }

    .banner-top {
        width: 100%;
    }

    .banner-top img {
        width: 100%;
    }
}


/* =========================================
   MOBILE 768px
   ========================================= */

@media only screen and (max-device-width: 768px) {

    .floating-top img,
    .floating-bottom img {
        width: 100%;
    }

    .headerbanner img {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    .logo {
        width: 280px;
        height: 80px;
        margin: auto;
    }

    .banner1 {
        display: block;
    }

    .banner1 img {
        display: block;
        width: 100%;
    }

    .lassres {
        width: 100%;
        margin: auto;
    }

    .lassres tableresult {
        width: 100%;
        padding: 0;
        border: 1px solid #8f6b12;
    }

    .lassres img {
        width: 100%;
        height: auto;
        padding: 1px 0 0 0;
    }

    .banner2 {
        display: block;
    }

    .banner2 img {
        display: block;
        width: 100%;
    }

    .banner {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .banner img {
        display: inline-block;
        width: 48%;
        box-sizing: border-box;
        margin: 5px;
    }

    .banner-float {
        position: fixed;
        width: 100%;
        text-align: center;
        bottom: 1px;
        z-index: 9999;
    }

    .banner-float img {
        width: 100%;
    }

    h3 {
        font-size: 14px;
    }

    .title-footer {
        font-size: 14px;
    }

    .banner-top {
        width: 100%;
    }

    .banner-top img {
        width: 100%;
    }
}


/* =========================================
   MOBILE SMALL 550px
   ========================================= */

@media only screen and (max-device-width: 550px) {

    .banner1 img {
        display: inline-block;
        width: 100%;
    }

    .menu a {
        font-size: 15px;
        padding: 6px 8px;
        margin: 0 2px;
    }

    p {
        font-size: 0.95rem;
    }

    h1 {
        font-size: 1.4rem;
    }

    h2 {
        font-size: 1.25rem;
    }
}


/* =========================================
   BANNER 1
   ========================================= */

.banner1 {
    display: block;
    text-align: center;
}

.banner1 img {
    display: block;
    width: 100%;
    margin: 0;
}


/* =========================================
   BANNER
   ========================================= */

.banner img {
    display: block;
    width: 100%;
    margin: 0;
}


/* =========================================
   BANNER FLOAT
   ========================================= */

.banner-float {
    width: 100%;
}

.banner-float img {
    width: 100%;
}


/* =========================================
   FOOTER
   ========================================= */

footer {
    text-align: center;

    padding: 10px;

    color: #d4af37;

    font-size: 14px;

    background:
        linear-gradient(
            180deg,
            #151515,
            #050505
        );

    border-top: 1px solid #8f6b12;

    box-shadow:
        0 -4px 15px rgba(0,0,0,0.6);
}