html,
body {
  border: 0;
  margin: 0;
}

#box {
  display: block;
  flex-flow: column;
  height: 935px;
}

div#scene-description span.description-text {
    color: white !important;
}

  header {

background-color: #f8fafb;
border-bottom: none;

  }

  #breadcrumbs {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: rgb(120, 137, 149);
    line-height: 40px;
    padding: 5px;
  }

  #player {
    background-color: #999999;
height: 1000px;}


    #demo-controls {
      background-color: #041645 !important;
      z-index: 2 !important;
    }

    #scene-stage-container {
      z-index: 1 !important;
    }

#demo-controls #scene-counter * { color: white !important;}
 #demo-controls #scene-counter { color: white !important;}

/*  testing */