@media (max-width: 767px) {
  .navbar-header {
    position: absolute;
    top:-46px;
    right: 0;
  }

  .navbar-toggle {
  	background: #ddd;
  }

  .navdays {
    flex-wrap: wrap;
    justify-content: center;
  }

  .desktop {
    display: none !important;
  }

  .navdays li {
    width: 20%;
  }

  .navdays li a {
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

    #section-1 {
    background-position: center top !important;
  }

  .navbar-collapse.collapse.in {
  	background: #0071bc;
  }

  #wrapper-logo .nav > li > a {
    color: #fff;
  }

  .nav-justified > li > a {
    padding-top:5px;
    padding-bottom:5px;
  }

  .homebanner {
  	width: 100%;
  	margin-bottom:1rem;
  }

  .bola {
  	margin-bottom:2rem;
  }

  .time {
    text-align: center;
    margin-top:0;
  }

  img.logo {
    position: relative;
    top: 3rem;
  }
}


@media (max-width: 479px) {
  /*#section-1 #wrapper-logo{
    background: none;
  }*/
  .navdays li {
    width: 45%;
  }

  .result-date {
    font-size: 18px;
    text-align: center;
  }
  .result-periode {
    font-size: 16px;
    text-align: center;
  }
  .bola {
    width: 287px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-size: 100%;
    padding-left: 16px;
    letter-spacing: 39px;
  }

  img.logo {
    width: 75%;
    margin-right: auto;
    margin-left: 0;
  }

  .navbar-header {
    top: -26px;
  }
}