7808ebad7a33dc6de0a0cbe1830a6a4cba13f8fd.svn-base 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. /* GLOBAL STYLES
  2. -------------------------------------------------- */
  3. /* Padding below the footer and lighter body text */
  4. body {
  5. padding-bottom: 3rem;
  6. color: #5a5a5a;
  7. }
  8. /* CUSTOMIZE THE CAROUSEL
  9. -------------------------------------------------- */
  10. /* Carousel base class */
  11. .carousel {
  12. margin-bottom: 4rem;
  13. }
  14. /* Since positioning the image, we need to help out the caption */
  15. .carousel-caption {
  16. z-index: 10;
  17. }
  18. /* Declare heights because of positioning of img element */
  19. .carousel-item {
  20. height: 32rem;
  21. background-color: #777;
  22. }
  23. .carousel-item > img {
  24. position: absolute;
  25. top: 0;
  26. left: 0;
  27. min-width: 100%;
  28. height: 32rem;
  29. }
  30. .carousel-indicators {
  31. top: 1.5rem;
  32. right: 1.5rem;
  33. bottom: auto;
  34. left: auto;
  35. width: 1rem;
  36. margin-left: 0;
  37. }
  38. .carousel-indicators > li {
  39. margin-bottom: .25rem;
  40. }
  41. /* MARKETING CONTENT
  42. -------------------------------------------------- */
  43. /* Center align the text within the three columns below the carousel */
  44. .marketing .col-lg-4 {
  45. margin-bottom: 1.5rem;
  46. text-align: center;
  47. }
  48. .marketing h2 {
  49. font-weight: normal;
  50. }
  51. .marketing .col-lg-4 p {
  52. margin-right: .75rem;
  53. margin-left: .75rem;
  54. }
  55. /* Featurettes
  56. ------------------------- */
  57. .featurette-divider {
  58. margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  59. }
  60. /* Thin out the marketing headings */
  61. .featurette-heading {
  62. font-weight: 300;
  63. line-height: 1;
  64. letter-spacing: -.05rem;
  65. }
  66. /* RESPONSIVE CSS
  67. -------------------------------------------------- */
  68. @media (min-width: 40em) {
  69. /* Bump up size of carousel content */
  70. .carousel-caption p {
  71. margin-bottom: 1.25rem;
  72. font-size: 1.25rem;
  73. line-height: 1.4;
  74. }
  75. .featurette-heading {
  76. font-size: 50px;
  77. }
  78. }
  79. @media (min-width: 62em) {
  80. .featurette-heading {
  81. margin-top: 7rem;
  82. }
  83. }