
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    font-family: 'Dosis',sans-serif;
    font-size: 14px;
    color: white;
    background-color: black;
    font-weight: 700;

}
.header {
  text-align: center;
  top:3vh !important;
}
.video-js {
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
   height: 70%;
   width: 60%;
}

/* This appears to be needed because the control bar (or its contents) will otherwise break out of the player. */
.video-js .vjs-control-bar {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* chromecast overlay */
.cc-remote {
  left: 0;
  bottom: 49px;
  -moz-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  pointer-events: none;
}
.cc-remote[aria-hidden="true"] {
  opacity: 0;
  -moz-transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.cc-hide-controls .cc-remote {
  bottom: 12px;
  -moz-transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: bottom 0.25s cubic-bezier(0.4, 0, 1, 1),
    opacity 0.25s cubic-bezier(0.4, 0, 1, 1);
}
.cc-remote-display-status {
  z-index: 15;
  position: absolute;
  left: 1em;
  bottom: 3em;
  background-color: rgba(43, 51, 63, 0.7);
  padding: 5px;
  border-radius: 5px;
  opacity: 0.85;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-remote-display-status-icon {
  width: 2.5em;
  padding-left: 5px;
}
.cc-remote-display-status-text {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding: 0 5px;
  font-size: 130%;
  font-weight: 500;
  display: inline-block;
}
.icon {
  width: 2.5em;
}
.cc-state {
  display: inline-block;
}
svg {
  pointer-events: all;
}
p {
 color:white;
 font-family: "Roboto", sans-serif;
}

h1 {
 color:white;
 font-family: "Roboto", sans-serif;
 font-size: 3rem;
}
h2 {
 color:white;
 font-family: "Roboto", sans-serif;
 font-size:large;
}
h3 {
 color:white;
 font-family: "Roboto", sans-serif;
 font-size:medium;
}
h4 {
 color:white;
 font-family: "Roboto", sans-serif;
 font-size:small;
}
.round {
  border-radius: 5vw;
  align-items: center;
  align-content: center;
  text-align: center;
}
.padded { 
  top: 10vh;
}
