summaryrefslogtreecommitdiff
path: root/style.scss
blob: ae9f5e859582cdfc596c9152341c7bfb6cf28c12 (plain)
  1. //@import "bootstrap-compass";
  2. //@import "partials/base";
  3. //@import "bootstrap";
  4. @import "partials/bootswatch-slate";
  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. background-color: #fff;
  16. color: #000;
  17. }
  18. // fill width and height - with black edges as needed
  19. .videocontainer {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. height: 100%;
  25. background-color: #000;
  26. z-index: 999;
  27. }
  28. video {
  29. display: block;
  30. width: 100%;
  31. height: 100%;
  32. }