

.field-day-body{
  position: relative;
  background-color: #FFFFFF;
  margin: 0;
}

h2{
  margin: 0;
}


  /********************** Top-Container Div***********************/
  
  .field-top-container{
    position: relative;
    background-color: #FFE169;
    padding: 4% 4%;
    overflow: show;
  }

  .field-banner{
     position: relative;
     width: 100%;
     height: auto;
     text-align: center;

  }
  
  .running-dog{
    position: absolute;
    width: 22%;
    height: auto;
    left: 16%;
    top: 25%;
    z-index: 10;
  }

  .field-logo{
    width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  

  /********************** middle-Container Div***********************/
.field-games-container{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #6987FF;
    padding: 2% 4%;

  }

  .game-card-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .games-title{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    color: #FFE169;
    text-align: center;
    padding: .5rem 0;
    border: 5px solid #FFE169;
    border-radius: 10px;
  }

  .title-icon{
    position: absolute;
    width: 25%;
    border: 5px solid white;
    border-radius: 50%;
    bottom: 40%;
    left: 80%;
  }

  .game-card{
    background-color: rgba(153, 81, 203, .5);
    width: 30%;
    border: 5px solid #FFE169;
    border-radius: 10px;
    margin-bottom: 4%;
  }

  .game-card-title{
    position: relative;
    padding: .5rem 1rem;
    background-color: #FFE169;
    color: #FF6600;
  }

  .game-card-body{
 
    padding: 1rem 0;
    text-align: center;
  }
  
  .game-description{
    opacity: 1;
    padding: .5rem 1rem;
    font-size: 1rem;
    color: #FFFFFF;
  }

  .game-card-btn{
    padding: .5rem 1rem;
    width: 50%;
    margin: 0 auto;
  }

  .game-video{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    background: rgba(0,0,0,0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
  }

  .game-video.active{
    visibility: visible;
    opacity: 1;
  }

  .game-video video{
    position: relative;
    max-width: 900px;
    outline: none;
  }

  .close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
  }

  @media screen and (max-width: 980px) {
    .game-card {
      width: 45%;
    }

    .game-video{
      max-width: 90%;
    }
  }


 /********************** Game Key Div***********************/

 .game-key-container{
  width: 100%;
  background-color: #6987FF;
  padding: 2% 4%;
 }

 .game-key-types{
  display: flex;
  justify-content: center;
 }

 .game-key-title{
   margin-bottom: 2%;
 }

 .game-type{
   width: 20%;
   text-align: center;
 }

 .game-key-img{
  border: 5px solid white;
  border-radius: 50%;
  width: 30%;
 }

 .game-key-txt{
   font-size: 1rem;
   color: #FFFFFF;
   
 }

  /********************** Game Key Div***********************/

  .sportsmanship-container{
    position: relative;
    background-color: #6BC9F1;
    width: 100%;
    padding-top: 4%;
  }

  .sportmanship-div{
    height: 100%;
    width: auto;
    background-image: url(../assets/images/fieldday/sportsmanship.png);
    background-size: cover;
  }

  .sportsmanship-title{
    width: 80%;
    margin: 0 auto 2%;
    color: #FFE169;
    text-align: center;
    padding: .5rem 0;
    border: 5px solid #FFE169;
    border-radius: 10px;
    z-index: 100;
  }

  .sportsmanship-img{
    width: 100%;
  }
