div {
    box-sizing: border-box;
    
}

body {
   
   background: black;
   font-family: 'Oswald', sans-serif;
}

.space {
   width: 100%;
   height: 170px;
}

.container2 {
   width: 65%;
   margin: auto;
      
}

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

.banner-float img {
   width: 617px;
   
}

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

.banner-bottom img {
   width: 617px;
   
}
.head {
   width: 100%;
   padding: 20px;
   background: black;
   border: 1px solid #a38408;
   
}

.logo {
   display: block;
   width: 780px;
   height: 180px;
   background: url(/asset/logomacau.png) center no-repeat;
   background-size: 100% 100%;
   margin: auto;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.menu {
   display: block;
   width: 100%;
   text-align: center;
   background-image: linear-gradient(to bottom, rgb(163 132 8) 0%, rgb(123 98 0) 100%);
}

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

.menu a:hover {
   color: black;
}

.content {
   width: 100%;
   border: 1px solid #a38408;
}

h1, h2, h3 {
   text-align: center;
   
}

h3 {
   font-family: arial;
   margin: 40px 0px;
   color: white;
   font-size: 28px;
}

.title-head {
   font-size: 24px;
   text-decoration: none;
   color: white;
   
}

.title-footer {
   font-size: 28px;
   text-decoration: none;
   color: white;
}

.content p {
   text-align: left;
   font-size: 16px;
   color: white;
   margin: 10px;
}

.iklan {
   width: 100%;
   
}

.iklan img {
   width: 100%;
     
}

.t1 {
   width: 40%;
   padding: 5px 0px 5px 10px;
   border: 1px solid #989898;
   background: white;
   font-size: 16px;
}

.t2 {
   width: 30%;
   padding: 5px 0px 5px 10px;
   border: 1px solid #989898;
   background: white;
   font-size: 16px;
}

.t3 {
   width: 30%;
   padding: 5px 0px 5px 10px;
   border: 1px solid #989898;
   background: white;
   font-size: 16px;
}

.lassres {
   width: 100%;
   margin: auto;
   box-sizing: border-box;
}

.lassres table {
   width: 100%;
   border: 2px solid white;
   
}

.lassres img{
   width: 70%;
   height: auto;
   padding: 5px 0 0 0;
   
}

.out-link {
   list-style-type: square;
   color: white;
   text-align: left;
}

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


a:hover {
    color: #fc7a00;
}

.iklan-header {
  padding-top:5px;
  text-align: center;
  border-left: 1px solid #4989b0;
  border-right: 1px solid #4989b0;
}

.iklan-header img {
  margin-bottom: 2px;
  border: 1px solid #fff;

}

.bottom img {
  margin-bottom: 2px;
  border: 1px solid #fff;

}.top img {
  margin-bottom: 2px;
  border: 1px solid #fff;

}

a:hover {
    color: #f48709;
}

.lassres img {
    border: 1px gold solid;
}


@media only screen and (max-device-width: 1000px) {
   .container2 {
      width: 100%;
      
      
   }
   
   .logo {
   width: 280px;  
   height: 80px;
   margin: auto;
   }
   
   .menu a {
      display: block;
      font-size: 16px;
      border: 1px solid black;
   }
   
   .banner1 {
      display: block;
      
   }
   
   .banner1 img {
      display: block;
      width: 100%;
   }
   
   .lassres {
   width: 100%;
   margin: auto;
   
    }

    .lassres tableresult {
   width: 100%;
   padding: 0 0 0 0;
   border: 1px solid white;
   
    }

    .lassres img{
   width: 90%;
   height: auto;
   padding: 5px 0 0 0;
   
    }
   
   
   .banner2 {
      display: block;
      
   }
   
   .banner2 img {
      display: block;
      width: 100%;
   }
   
   
   h3 {
      font-size: 14px;
      
   }
   
   .title-footer {
      font-size: 14px;
      
   }
   
   .banner-float {
      width: 100%;
      
   }
   
   .banner-float img {
      width: 100%;
      
   }
   .banner-bottom {
      width: 100%;
      
   }
   
   .banner-bottom img {
      width: 100%;
      
   }
   .top, .bottom {
       
       display:block;
   }
   
   .top img, .bottom img{
       display:block;
       width:100%;
       max-height:auto;
   }
   
   .iklan-header {
 display:block;
}

.iklan-header img {
  display:block;
  width:100%;
  height: auto;
}
   
}