@media only screen and (max-width: 1200px) {

.topnav {
    display: block;
}

 /* Style the navigation menu */
 .topnav {
  position: absolute;
  z-index: 20;
  padding: 0px 20px;
  top: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* Hide the links inside the menu*/
  #myLinks {
  position: absolute;
  width: 100%;
  top: 60px;
  right: 0;
  display: none;
  text-align: center;
  width: 100%;
  border-top: 2px solid var(--main);
  background-color: var(--dark);
}

.nav-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid ;
}

.nav-link img{
  width: 30px;
  margin-right: 10px;
}


#myLinks li {
  width: 100%;
}


#myLinks li a {
  color: var(--main);
}

#myLinks li a:hover{
  color: var(--light);
}


/* Style navigation menu links */
.topnav a {
  color: var(--main);
  background-color: var(--dark);
  padding: 14px 14px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}


/* Style the hamburger menu */
.topnav a.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: var(--dark);
  color: var(--main);
}

.navbar-wrapper{
  display: none;
}

.nav-logo {
  width: 290px;
}



  .Main-container{
    height: auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 60px;
  }

  .main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    
  }



      .info-btn-wrapper a{
        font-size: 15px;
      }

      .info-btn-wrapper p {
        font-size: 15px;
      }

    

      .subscribe-wrapper-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
      }

      .subscribe-wrapper-container h1 span {
        font-size: 50px;
      }
      
      .subscribe-wrapper-container h1 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
      }
      
      .subscribe-wrapper-container p {
        font-size: 15px;
        text-align: center;
      }

      .form-subscribe-container {
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .btn {
        margin-left: 0px;
        margin-top: 20px;

      }

      .league-wrapper h1, .league-wrapper h1 span {
        font-size: 20px;
      }


      .team-wrapper h1 {
        font-size: 30px;
        border: 2px solid var(--main);
      }

      .icon {
        width: 15px;
        height: 15px;
        margin-right: 10px;
      }

      .venue h1 {
        font-size: 20px;
        text-align: center;
      }

      .details {
        display: flex;
        flex-direction: column-reverse;
      }

      .details-container {
        width: 100%;
      }

      .prize-place {
        font-size: 19px;
      }
    
      .money-amount {
        font-size: 20px;
      }
    
      .prize-item {
        font-size: 12px;
      }
      .prize-space {
        margin-left: 00px;
      }
    
      .prize-text{
        flex-direction: column;
      }

      .prize-text-info {
        display: flex;
      }
    
  }