
    
    .header {
      display: flex;
      justify-content: space-between;
      padding: 1.5rem;
  }
  
  .header .links {
      display: flex;
      justify-content: end;
      gap: 1rem;
  }
  * {
      margin: 0;
      padding: 0;
  }
  
  .hero {
      background:linear-gradient(#10002BCC, #3C096C52), url(https://media.istockphoto.com/id/165786747/vector/volleyball.jpg?s=612x612&w=0&k=20&c=4OzIA_FeHBIHlOLTeDkMLUOxtBR-6bEHBWlUnyvxS9w=
  );
      background-size: cover;
      min-height: 400px;
      height: 90vh;
      color:rgb(239,191,4);
      display: flex;
      align-items: center;
      padding: 2rem;
  }

  /* Passing */

  * {
    margin: 0;
    padding: 0;
  }
  
  .passing .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background:gray;
    color: white;
  }
  
  .passing .nav {
    display: flex;
    gap: 20px;
  }
  
  .passing .hero{
    min-height: 80vh;
    background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0, .2)), url("https://images.unsplash.com/photo-1705475025559-ad8efdedc74f?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;  
  color: white;
    text-align: center;
  }
  
  .passing .callout {
    margin: 8rem 2rem;
    text-align: center;
  }
  
  .passing .image-w-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: gray;
    color: white;
  }
  
  .passing .image-w-text .img-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 300px;
  }
  
  .passing .image-w-text .img-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .passing .button-container {
    margin-top: 1rem;
  }
  
  .passing .button {
    border: solid white 1px;
    padding: 6px 20px;
  }
  
  .passing .button a {
    color: white;
  } 
  

  /* Setting/Tipping */
  
  .setting .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background:gray;
    color: white;
  }
  
  .setting .nav {
    display: flex;
    gap: 20px;
  }
  
  .setting .hero{
    min-height: 80vh;
    background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0, .2)), url("https://images.unsplash.com/photo-1705475025559-ad8efdedc74f?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;  
  color: white;
    text-align: center;
  }
  
  .setting .callout {
    margin: 8rem 2rem;
    text-align: center;
    .callout {
    margin: 8rem 2rem;
    text-align: center;
  }
  
  .setting .image-w-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: gray;
    color: white;
  }
  
  .setting .image-w-text .img-container {
    display: flex;
    align-items: center;
    width: 100;
    height: 300px;
  }
  
  .setting .image-w-text .img-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .setting .button-container {
    margin-top: 1rem;
  }
  
  .setting .button {
    border: solid white 1px;
    padding: 6px 20px;
  }
  
  .setting .button a {
    color: white;
  }   align-items: center;
    justify-content: center;  
  color: white;
    text-align: center;
  }
  
  .setting .callout {
    margin: 8rem 2rem;
    text-align: center;
  }
  
  .setting .image-w-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: gray;
    color: white;
  }
  
  .setting .image-w-text .img-container {
    display: flex;
    align-items: center;
    width: 100%;
    
  }
  
  .setting .image-w-text .img-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .setting .button-container {
    margin-top: 1rem;
  }
  
  .setting .button {
    border: solid white 1px;
    padding: 6px 20px;
  }
  
  .setting .button a {
    color: white;
  } 

  /* Spiking */

  
  .spiking .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: gray;
    color: white;
  }
  
  .spiking .nav {
    display: flex;
    gap: 20px;
  }
  
  .spiking .hero{
    min-height: 80vh;
    background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0, .2)), url("https://images.unsplash.com/photo-1705475025559-ad8efdedc74f?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  
  .spiking .callout {
    margin: 8rem 2rem;
    text-align: center;
  }
  
  .spiking .image-w-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: gray;
    color: white;
  }
  
  .spiking .image-w-text .img-container {
    display: flex;
    align-items: center;
    width: 100%;

  }
  
  .spiking .image-w-text .img-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .spiking .button-container {
    margin-top: 1rem;
  }
  
  .spiking .button {
    border: solid white 1px;
    padding: 6px 20px;
  }
  
  .spiking .button a {
    color: white;
  }

  /* underhand */
  
  .underhand .header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem;
    background: gray;
    color: white;
  }
  
  .underhand .nav {
    display: flex;
    gap: 20px;
  
  display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
  }
  
  .underhand .callout {
    margin: 8rem 2rem;
    text-align: center;
  }
  
  .underhand .image-w-text {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
    background: gray;
    color: white;
    height: 80vh;
  }
  
  .underhand .image-w-text .img-container {
    display: flex;
    align-items: center;
    width: 100%;
   
  }
  
  .underhand .image-w-text .img-container img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
  
  .underhand .button-container {
    margin-top: 1rem;
  }
  
  .underhand .button {
    border: solid white 1px;
    padding: 6px 20px;
  }
  
  .underhand .button a {
    color: white;
  }