/* hide the captions settings item from the captions menu */
.vjs-texttrack-settings {
  display: none;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');

html, body {
    background-color: #d2d5d6;
  font-family: 'Roboto Condensed', sans-serif;
}

#app > .container {
  background-color: #ffffff;
  min-height: 100vh;
  padding: 0;
}

.jumbotron {
  margin-bottom: 0rem;
}

h1, h2, h3, h4 {
  color: #336799;
  font-weight: 300;
} 