one-page-wonder.css 819 B

1234567891011121314151617181920212223242526272829303132333435
  1. /*!
  2. * Start Bootstrap - One Page Wonder (http://startbootstrap.com/template-overviews/one-page-wonder)
  3. * Copyright 2013-2017 Start Bootstrap
  4. * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
  5. */
  6. body {
  7. padding-top: 54px;
  8. }
  9. @media (min-width: 992px) {
  10. body {
  11. padding-top: 56px;
  12. }
  13. }
  14. header.masthead {
  15. background: url('https://unsplash.it/1900/1080?image=304') no-repeat center center scroll;
  16. -webkit-background-size: cover;
  17. -moz-background-size: cover;
  18. background-size: cover;
  19. -o-background-size: cover;
  20. }
  21. header.masthead > .overlay {
  22. padding: 5rem 0;
  23. text-align: center;
  24. background: rgba(0, 0, 0, 0.6);
  25. }
  26. @media (min-width: 992px) {
  27. header.masthead > .overlay {
  28. padding: 10rem 0;
  29. }
  30. }