body {
  font-family: 'Fedra Mono Book', monospace;
}
a {
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
a:hover,
a:focus {
  color: #666;
  color: rgba(0,0,0,0.5);
}
.btn, 
strong {
  font-family: 'Fedra Mono Bold', monospace;
  font-weight: normal;
}
.btn-primary {
  background-color: #333;
  border-color: #333;
}
.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}
.btn-secondary {
  background-color: rgba(255,255,255,0.1);
}
.btn-secondary:hover {
  background-color: rgba(0,0,0,0.1);
}
.navbar {
  font-family: 'Fedra Mono Demi', monospace;
  font-weight: normal;
}
.navbar-brand:before {
  content: '';
  display: block;
  position: relative;
  background-image: url(../img/logo-petrole.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 116px;
  height: 48px;
}
.jumbotron,
.bg-inverse {
  background: #111111 url(../img/1920x1080.png) no-repeat center bottom;
}

.section-text {
  background: #111111 url(../img/1920x1080_positive.png) repeat center bottom;
}
.separator-x:before {
  background-color: #ccc;
}
.icon-logo:before {
  content: '';
}
.make-space {
  margin: .9em auto 0;
  line-height: 1.96em;
}
.play-me {
  margin-right: 0.5em;
}
.vjs-big-play-button {
  border-width: 0;
  border-style: none;
  border-color: transparent;
  border-image: none;
  background-color: transparent;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
