body{
    margin: 0;
    padding: 0;
    background-color: rgb(175, 214, 236);
   
    background-size: 100%;
   
    color: white;
}
.clubscience{
    display: flex;
}
.clubscience a{
    width: 40%;
}
.clubscience .h4{width: 40%; padding-top: 10%; color: black;

}

.navbar{
    width: 100%;
    padding: 10px;
    display: inline-flex;
    background-color: rgba(0, 0, 0, 0.397);
}
.sportsflex{
  display: flex;
}
.suggest{
    position: fixed;
    margin-top: 25%;
    margin-left: 91%;
    color: rgba(0, 0, 0, 0);
    z-index: 1000;
    transition-duration: 1s;
}
.suggest:hover{
    color: rgb(245, 7, 7);
    transition-duration: 1s;
}
.box{
    width: 60%;
    margin-bottom: -50%;
}

.ul{
    position: relative;
    margin-left: 8%;
}
li{
    display: flex;
    margin: 10px;
}
.ul li{
    margin: 3px;
}

.stuchoice a{
  margin-right: 5%;
  margin-left: 10%;
}

h1{
    padding-top: 20%;
}

/* Navbar container */
nav {
    background-color: #00000000;
    background-size: auto;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }


  /* Links */
  .nav-links {
    display: flex;
    list-style: none;
  }

  .nav-links li {
    margin: 0 5px;
  }

  .nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    transition: color 0.3s ease;
  }

  .nav-links a:hover {
    color: #00bcd4;
  }

  /* Hamburger */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding-top: 15%;
    margin-left: 400%;
  }

  .hamburger .div100 {
    width: 25px;
    height: 1px;
    background: white;
    margin: 1px;
    padding-top: 2px;
    transition: all 0.3s ease;
  }
  .hamburger .div200 {
    width: 25px;
    height: 1px;
    background: white;
    margin: 1px;
    padding-top: 2px;
    transition: all 0.3s ease;
  }
  
  .hamburger .div300 {
    width: 25px;
    height: 8px;
    background: white;
    margin: 1px;
    padding-top: 2px;
    transition: all 0.3s ease;
  }
  .hamburger .div300:hover{
      background-color: orangered;
  } 

  /* Mobile view */
  @media (max-width: 625px) {
    .nav-links {
      position: absolute;
      top: 60px;
      right: 0;
      height: 0;
        z-index: 10;
      width: 100%;
      background: #333333f1;
      flex-direction: column;
      overflow: hidden;
      transition: height 0.3s ease;
    }

    .nav-links li {
      text-align: center;
      margin: 5px 10px;
    }

    .hamburger {
      display: flex;
    }

    .nav-links.active {
      height: 200px;
    }

    .clubselect{
        background-color: black;
        width: 15%;
        position: relative;
        min-height: 40vh;
        padding-left: 0%;
        padding-bottom: 35%;
        margin-bottom: -50%;
        margin-left: 0%;
    }
    .clubselect nav{
        margin-top: 1%;
    }
    .clubselect nav a{
        text-decoration:wavy;
       
    }
    .clubselect nav:hover{
        background-color: rgb(194, 68, 10);
    }
    .clubscience{
        display: inline;
    }
    .clubscience a{
        width: 10%;
        margin-left: -10%;
    }
    .clubscience .h4
    {   width: 40%;
        padding-top: 10%;
        padding-left: 25%; 
        background-color: rgb(255, 241, 241);

    }
  }
.logodiv img{
  margin-left: -50px;
} .navbar{
  padding-bottom: 4%;
}
@media (max-width: 675px){
  .logodiv h5{
    margin-left: -80px;
  }
  .nav-links{
    margin-top: 80px;
  }
  .stirer{
    height: 1000vh;
  }
  .stirer img{
    width: 120%;
  }
  
}
@media (max-width: 625px) {
  .logodiv h5{
    margin-left: 100px;
  }
  .fini{
    margin-left: 300px;
    width: 200px;
  }
  .hamburger{
    margin-left: 160px;
  }
  .stirer{
    height: 1000vh;
  }
  .stirer img{
    width: 120%;
  }
  .clubscience img{
    width: 60%;
  }
}
@media (max-width: 410px) {
  .navbar{
    padding-top: 3%;
  }
  .logodiv h5{
    margin-left: 30px;
    
  }
  .logodiv img{
    width: 40px;
  }
  .fini{
    margin-left: 300px;
    width: 200px;
  }
  .sportsflex{
    color: black;
    display: block;
  }
  .hamburger{
    margin-left: 80px;
  }
  .stirer{
    height: 1000vh;
  }
}
@media screen and (max-width: 425px){
  .stuchoice a{
margin-left: 10px;
width: 40%;
  }

}

