/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
  background-image: url('../images/black_ink_hd_stock_video.jpg');
  background-repeat: no-repeat;
  background-position: top center;
}

.bs-sidebar {
  background: rgb(255, 255, 255); /* This is for ie8 and below */
  background: rgba(255, 255, 255, 0.70);
}

.jumbotron {
   background: rgb(238, 238, 238); /* This is for ie8 and below */
   background: rgba(238, 238, 238, 0.70);
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../images/black_ink_hd_stock_video.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

/*# sourceMappingURL=personal.css.map */
