summaryrefslogtreecommitdiff
path: root/style.scss
blob: 0de0f96f7c4b02ed774c772f6a0e307092988ae7 (plain)
  1. //@import "bootstrap-compass";
  2. //@import "partials/base";
  3. //@import "bootstrap";
  4. @import "/usr/share/javascript/bootswatch/slate/bootstrap.min.css";
  5. .breadcrumb {
  6. display: none;
  7. }
  8. .jumbotron {
  9. background-image: url('water-768745_1920.jpg');
  10. background-position: center center;
  11. }
  12. // fill width and height - with black edges as needed
  13. .videocontainer {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 100%;
  19. background-color: #000;
  20. z-index: 999;
  21. }
  22. video {
  23. display: block;
  24. width: 100%;
  25. height: 100%;
  26. }