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

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

  #header .logo img {
    max-height: 40px;
  }

  .top-header-content {
    justify-content: center;
  }

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

  .section {
    padding-bottom:30px;
  }

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

  .ticket, .other-result .body-homeresult {
    margin-bottom: 1rem;
  }

}



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

  .ball {
    width: 231px;
    height: 37px;
    font-size: 20px;
    letter-spacing: 27px;
    padding-left: 13px;
    line-height: 37px;
  }

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

  .contact-label {
    display: none;
  }

}



