

.banner{
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
 
  padding: 4px;
  padding-top: 8px;
   margin: 0;
  }

  
  .inline-block {
    display: inline-block !important;
  max-width: 10% !important;
}


.inline-block img:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.live img{
  display:block;
    margin:auto;
  width: 50%;
}

a:-webkit-any-link
{
  text-decoration: none;
}





.active-page
{
font-weight: bold;
}

.inline-block a {
    text-decoration: none;
 }

a.img-link {
    text-decoration: none;
}
 
.video-grid-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding: 4px;
  }
  .video-grid-item {
    font-size: 14;
    text-align: left;
    height: auto;
    width: 33%;
    flex: 1 0 30%; /* explanation below */
    align-items: stretch;
    padding: 8px;
    max-width: 32%;
  }
  @media (max-width: 900px) {
    .video-grid-item{
      font-size: 14;
      text-align: left;
      height: auto;
      width: 100%;
      flex: 1 0 100%; /* explanation below */
      align-items: stretch;
      padding: 8px;
      max-width: 100%;
    }
  }


  .video-grid-item p{
    font-family: 'Ariel';
  }

  .video-grid-item:hover {
    opacity:0.5;
    cursor: pointer;
}

.video-player{
  height: 90vh;
  width: 100%;
  padding: 4px;
}

 

  .pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
   padding-inline-start: 0px;
  }

  .pagination li{
    display: inline-block;
    text-decoration: none;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
  }

  .active{
    background-color: rgb(183, 193, 211);
  }

  @media (min-width: 1200px) {
  .twitter{
    width: 80%;
    margin: 0 auto;
  }
}
  .twitter a{
    display: inline;
    float: none;
  }

  .tw-align-center{
    text-align: center !important;
  }
  
  .open-menu{
    position: absolute;
    left: 10px;
    top: 0px;

   }

   .settings-button-light {
    background-color: rgb(199, 199, 199);
    border: none;
    color: rgb(34, 34, 34);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
  }

  .settings-button-dark {
    background-color: rgb(51, 51, 51);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 100%;
  }


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(150, 150, 150);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.twitch-embed{
  height: 100vh;
}