html {
  position: relative;
  min-height: 100%; overflow-x: hidden
}

body {
  min-height: 100vh;
}

.nav-pills .nav-link {
  margin-left: 4px;
  margin-right: 4px;

  
}

.nav-pills #youtube-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #vimeo-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}

.nav-pills #schedule-tab.nav-link:not(.active) {
  background-color: #2e3339;
  color: rgba(255,255,255,.5);
}


/* active (faded) */
.nav-pills #youtube-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #vimeo-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}

.nav-pills #schedule-tab.nav-link {
  background-color: #f8ab02;
  color: #2e3339;
}


.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#chat-sidebar {
}

#chat-sidebar.active {
  margin-right: 0px;
}

#chat-sidebar {
  position: relative;

  min-width: 400px;
  max-width: 400px;
  margin-right: -400px;

  display: flex;

  /* don't forget to add all the previously mentioned styles here too */
  background: #212529;
  color: #fff;
  transition: all 0.3s;
}

#chat-sidebar iframe {
  width: 400px;
  position: relative
}

#chat-error {
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -60px;
  z-index: 0;
  text-align: center;
}

#tab-content {
  flex: 1;
  position: relative;
}

.tab-pane {
  height: 100%;
}

.tab-pane > .d-flex {
  background-color: #212529;
  height: 100%;
  justify-content: center;
}

#vimeo iframe {
  flex: 1 1;
}

#schedule {

}

.calendar_default_main {
  border: none !important;
  width: 400px !important;
  padding-top: 10px;
}

#sidebarCollapse {
  background-color: #f8ab02 !important;
  border-color: #f8ab02 !important;
  color: #2e3339;
}

.navbar-toggler-a {
  background-color: #2e3339;
  border: none !important;
  color: rgba(255,255,255,.5);
  margin-right: 4px;

  padding: 8px 12px;
}

.schedule-inner {
  text-align: center;
}

a {
  color: #f8ab02;
}

@media only screen and (max-width: 990px) {
  .wrapper {
      display: block;
  }

  #tab-content > div {
      height: 100vh;
  }

  #tab-content > #schedule {
      height: 630px;
  }

  #chat-sidebar {
      height: 80vh;
      display: block;
      margin-right: 0px;
      width: 100vw;

      min-width: none;
      max-width: none;
  }

  #chat-sidebar iframe {
      width: 100vw;
      height: 80vh;
  }

  #sidebarCollapse {
      display: none;
  }

  .nav-pills {
      width: 100%;
  }

  .nav-item {
      flex-basis: 100%;
      margin-top: 8px;
      text-align: center;
  }

  .navbar-toggler-a {
      margin-top: 4px;
      width: 100%;
  }

  .interact-buttons {
      width: 100%;
      margin: 4px;
  }

  .navbar-toggler-a:nth-child(2) {
      margin-top: 8px;
  }
}
