You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

92 lines
1.6 KiB

  1. /*!
  2. * Start Bootstrap - Modern Business (http://startbootstrap.com/)
  3. * Copyright 2013-2016 Start Bootstrap
  4. * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
  5. */
  6. /* Global Styles */
  7. html,
  8. body {
  9. height: 100%;
  10. }
  11. body {
  12. padding-top: 50px;
  13. /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  14. -webkit-font-smoothing: antialiased;
  15. -moz-osx-font-smoothing: grayscale;
  16. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  17. }
  18. .img-addon {
  19. margin-bottom: 10px;
  20. width: 100%;
  21. }
  22. .img-hover:hover {
  23. opacity: 0.8;
  24. }
  25. .display-1 {
  26. font-size: 44px;
  27. }
  28. .display-4 {
  29. font-size: 24px;
  30. line-height: 32px;
  31. }
  32. /* Home Page Carousel */
  33. header.carousel {
  34. height: 50%;
  35. }
  36. header.carousel .item,
  37. header.carousel .item.active,
  38. header.carousel .carousel-inner {
  39. height: 100%;
  40. }
  41. header.carousel .fill {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .error-404 {
  46. font-size: 100px;
  47. }
  48. /* Pricing Page Styles */
  49. .price {
  50. display: block;
  51. font-size: 50px;
  52. line-height: 50px;
  53. }
  54. .price sup {
  55. top: -20px;
  56. left: 2px;
  57. font-size: 20px;
  58. }
  59. .period {
  60. display: block;
  61. font-style: italic;
  62. }
  63. /* Footer Styles */
  64. footer {
  65. margin: 50px 0;
  66. }
  67. /* Responsive Styles */
  68. @media (max-width: 991px) {
  69. .customer-img,
  70. .img-related {
  71. margin-bottom: 30px;
  72. }
  73. }
  74. @media (max-width: 767px) {
  75. .img-addon {
  76. margin-bottom: 15px;
  77. }
  78. header.carousel .carousel {
  79. height: 70%;
  80. }
  81. }
  82. .carousel-body {
  83. position: absolute;
  84. width: 100%;
  85. top: 25%;
  86. text-align: center;
  87. color: #fff;
  88. }
  89. .addonlist a > p {
  90. margin-bottom: 15px;
  91. }