﻿body {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  h3 {
    margin-top: 2rem;
  }
  
  .row {
    margin-bottom: 1rem;
  }
  .row .row {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  [class*="col-"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background-color: rgba(86, 61, 124, .15);*/
    /*border-left: 1px solid rgba(86, 61, 124, .2);*/
  }
  
  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .list-group-item{
    border: none !important;
    border-radius: 0px !important;
    padding: 0.75rem 0.25rem !important;
  }
  .list-group-item.active{
    background-color: #7e93e2 !important;
   /* background-color: #87898b !important;*/
  }

.video-thumbs{
    /*padding: 1.5rem 1.25rem !important;*/
    margin-bottom: 7px !important;
    margin-right: 7px !important;
   /* border: 1px solid #cccccc47 !important; */
    border: 1px solid #8492E1 !important;
    /* border-radius: 16px; */
/*    box-shadow: 4px 4px #ccc; */
}

.thumb-pane{
    /* max-height: 515px;  */
    overflow-y: scroll;
}

.clipText{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}

.progress {
    border-radius: 0 !important;
    /*background-color: #e9ecef00 !important;*/ 
}

/* Fix Vimeo Player bug */

.vp-center {
  display: flex;
  align-items: unset !important;
  justify-content: center;
}

/* Mobile Stuff */
@media (max-width: 992px) { 
  .thumb-pane {
    /* max-height: 115px; */
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: unset !important;
  }

  .list-group-item{
    /* "peek" feature ensures list is also peeking to encourage scrolling */
    width: 18%;
    /* responsive text :D */
    font-size: 1.75vw;
    display: inline-block;
    
  }
  .list-group{
     display: unset;
  }
  .chapters{
    width: 100% !important;
    padding: 0.25rem !important;
  }
}
@media (max-width: 768px){
  .list-group-item{
    width: 23% !important;
    font-size: 2vw;
    display: inline-block;
    
  }
  .chapters{
    width: 100% !important;
    padding: 0.25rem !important;
  }
  .player{
      /*height: 90% !important;*/
  }
}

/* finer control over small screens*/
@media (max-width: 576px){
  .list-group-item{
    width: 38% !important;
    font-size: 3vw;
    display: inline-block;
  }
  .chapters{
    width: 100% !important;
    font-size: 3vw;
    display: inline-block;
    
  }
  [class*="col-"] {
    padding: 0rem;
  }
    .pageTitle{
    font-size: 1.5rem !important;
    text-align: center;
    }
}