/* 
All Responsive Styles
*/

@media only screen and (max-width: 915px) {
    .logo {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .down-nav {
        display: none;
    }

    .icon-nav-left, .icon-nav-right {
        top: -2rem;
    }

    .icon-nav-left {
        right: 2.6rem;
    }
    
    .icon-nav-right {
        right: 0rem;
    }

    .btn-more {
        display: block;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .evening-content .timer, .night-content .timer {
        font-size: 1.3rem;
        top: -0.4rem;
        right: 0;
    }

    .result-table tbody tr td:not(:first-child):not(:last-child) {
        font-size: 0.7rem;
    }

    .bg-ballcounter img {
        margin-left: 40px;
    }
    
  }

  @media only screen and (max-width: 379px) {
  .top-nav-text {
    font-size: 0.5rem;
}

.card-result {
    width: 100%;
  }

}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 1.1rem;}

  }
  
  @media all and (orientation:portrait) {
    .bg-ballcounter img {
        margin-left: -3px;
    }

   }