summaryrefslogtreecommitdiff
path: root/style.scss
blob: 2a0815128cdc798fc200f1e6412719c385a04d2d (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. .backlinks {
  11. display: none;
  12. }
  13. .jumbotron {
  14. background-image: url('water-768745_1920.jpg');
  15. background-position: center center;
  16. background-color: #fff;
  17. color: #000;
  18. }
  19. // fill width and height - with black edges as needed
  20. .videocontainer {
  21. position: absolute;
  22. top: 0;
  23. left: 0;
  24. width: 100%;
  25. height: 100%;
  26. background-color: #000;
  27. z-index: 999;
  28. }
  29. video {
  30. display: block;
  31. width: 100%;
  32. height: 100%;
  33. }