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