@media (max-width: 767px) {
  #header {
    padding-top: 0;
  }

  .container {
    width: 100%;
  }

  #header .logo {
    display: table;
    margin:0 auto;
  }

  .mobile-nav-toggle {
    top:26px;
  }

  .mobile-nav {
    background: #0b004e;
  }

  .mobile-nav-toggle i {
    color: #0b004e;
  }

  #header .logo img {
    max-height: 60px;
    margin-top: 1rem;
  }

  .first-prize .ball {
    background: url(../img/bigball_m.png?v=0) no-repeat;
    width: 277px;
    height: 65px;
    line-height: 65px;
    letter-spacing: 50px;
    padding-left: 23px;
    font-size: 36px;
  }

  .hdg-home, .centerheading, .copyright {
    text-align: center;
  }

  .section {
    padding-bottom:30px;
  }

  .navwrapper {
    background: none;
    margin: 0;
  }

  .hidden-mobile {
    display: none;
  }

  .pageContent {
    padding: 10px !important;
  }

  .date {
    text-align:center;
    font-size: 16px;
  }

  .result-periode {
    margin: 0 auto;
  }

  .prime-prize {
    margin-bottom:2rem;
  }
  
  .img-scratch div:nth-child(2), .img-scratch div:nth-child(3), .img-newsevent div:nth-child(2) {
    margin-top:2rem;
  }

  .foot-sosmed {
    justify-content: center;
  }

  .footnav {
    margin:2rem 0;
  }
}



@media (max-width: 479px) {
  #hero {
    height: 150px;
  }

  #header .logo img {
    width: 75%;
  }

  .ball .xxx {
  	letter-spacing: 25px;
  }

}



