
div {
    box-sizing: border-box;
    
}
body {
    background: black;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-image: radial-gradient(#1a1818 5%, transparent 50%);
    background-size: 5px 5px;
    background-attachment: fixed;
    font-family: 'Oswald', sans-serif;
}

.in-link{
    color: white;
    text-decoration:none;
    font-weight:700;
}

.container {
    width: 70%;
    margin: auto;
    box-sizing: border-box;
    background: black;
    border: 1px solid #ff4500;
    
}

.head {
    width: 100%;
    padding: 5px 0px;
}


.logo {
    display: block;
    height: 200px;
    background: url(/img/live-draw-sydney.png) center no-repeat;
    background-size: 100% 100%;
    margin: auto;
    
}

.menu {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 15px 0px;
    background: #ff4500;
    text-align: center;
}

.menu a {
    display: inline-block;
    margin: 0px 25px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    
}

.menu a:hover {
    color: black;
    
    
}

.banner {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: black;
}

.banner img {
    display: inline-block;
    width: 49.5%;
    height: auto;
    box-sizing: border-box;
    padding-top: 5px;
}

.banner1 img {
    display: inline-block;
    width: 49.5%;
    height: 90px;
    border: 1px #ff4500 solid;
    box-sizing: border-box;
    padding: 2px;
}

.content {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    background: black;
    color: white;
    border: 0px solid #ff4500;
}

.judul {
    margin: 15px 0px;
    text-align: center;
}

.judul a {
    text-decoration: none;
    color: white;
    font-size: 25px;
    
}

.content p {
    font-size: 15px;
    text-align: justify;
    margin: auto;
    padding: 5px;
    width: 98%;
    
}


.banner-float {
    position: fixed;
    width: 100%;
    text-align: center;
    bottom: 1px;
    z-index: 9999
}

.floating-top {
    background: transfarant; top: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}
.floating-bottom {
    background: transfarant; bottom: 0; height: auto; left: 0; padding: 0px; position: fixed; text-align: center; width: 100%; z-index: 1001;
}

.floating-top img {
    width: 34.5%;
    height: 100px;
    
}

.floating-bottom img {
    width: 34.5%;
    height: 100px;
}

.banner-float img {
    width: 728px
}

.iklan {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #db0202;
}

.iklan img {
    width: 100%;
}

.outer-link {
    color: white;
    text-decoration: none;
    list-style-type: square;
    margin: 10px 50px;
}

.outer-link a {
    text-decoration: none;
    color: white;
}



.subjudul1 {
    width: 35%;
    box-sizing: border-box;
    border: 1px solid #787878;
    padding: 5px 0px 5px 15px;
    font-size: 16px;
    background: black;
    text-align: center;
    color: black;
}

.subjudul2 {
    width: 35%;
    box-sizing: border-box;
    border: 1px solid #787878;
    padding: 5px 0px 5px 15px;
    font-size: 16px;
    background: black;
}

.subjudul3 {
    width: 35%;
    box-sizing: border-box;
    border: 1px solid #787878;
    padding: 5px 0px 5px 15px;
    font-size: 16px;
    background: black;
}

.kepala {
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: bold;
    background: #f08902;
}

.out-link {
    list-style-type: square;
    margin:  0px 35px;
    color: black;
}

.out-link a {
    text-decoration: none;
    color: black
}


a:hover {
    color: white;
}
@media only screen and (max-device-width: 1000px) {
    
    .container {
        width: 100%;
        
    }
    
    .logo {
        width: 300px;
        height: 100px;
        
    }
    
    .menu {
        padding: 0px;
        
    }
    
    .menu a {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 15px 0px;
        border: 1px solid black;
        font-size: 18px;
    }
    
    .banner img {
        display: block;
        width: 100%;
        margin: 0px;
    }

    .banner-float {
        width: 100%
    }

    .banner-float img {
        width: 100%
    }
    
    .floating-top img {
    width: 95%;
    height:60px;
    
    }
    
    .floating-bottom img {
    width: 95%;
    height:60px;
    
    }
    .content p {
        width: 95%;
        
    }

    .outer-link {
        margin: 10px 15px;


    }
    .banner1 img {
        display: inline-block;
        width: 100%;
        height: 60px;
    }
}  
.banner1 {
        display: block;
        text-align:center;
    }

}
