templates/style.css line 1

  1. :root{
  2.     --content-font-size: font-size: 15px;
  3. }
  4. #hero {
  5.     background: url("{{asset('')}}site/lpg-pg.jpg") center center !important;
  6.     background-size: cover;
  7.     position: relative;
  8.     }
  9. #hero:before {
  10.         content: "";
  11.         background: #0d6efd52 !important;
  12.         position: absolute;
  13.         bottom: 0;
  14.         top: 0;
  15.         left: 0;
  16.         right: 0;
  17. }
  18. #header .logo h1 a, #header .logo h1 a:hover {
  19.     color: #dd0000 !important;
  20. }
  21. .portfolio .portfolio-item .portfolio-info p {
  22.     color: #0f48a0;
  23.   }
  24. .navbar a, .navbar a:focus {
  25.     font-weight: 500 !important;
  26.     color: #124aa1 !important;
  27. }
  28. #header {
  29.     height: 70px;
  30.     transition: all 0.5s;
  31.     z-index: 997;
  32.     transition: all 0.5s;
  33.     background: #c7d6eb !important;
  34.     box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  35. }
  36. #footer .footer-top .footer-contact p {
  37.     font-size: 15px;
  38.     line-height: 25px;
  39.     margin-bottom: 0;
  40.     font-family: "Raleway", sans-serif;
  41.     color: #5b5b5b;
  42.     font-weight: 700;
  43. }
  44. .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
  45.     color: #d12324 !important;
  46. }
  47. #footer .footer-top h4 {
  48.     color: #12429c !important;
  49. }
  50. #footer a {
  51.     color: #5b5b5b;
  52.     text-decoration: none;
  53. }
  54. #footer .credits {
  55.     padding-top: 5px;
  56.     font-size: 14px;
  57.     color: #444444;
  58.     font-weight: 600;
  59. }
  60. #footer .footer-top .footer-links ul a {
  61.     color: #5b5b5b;
  62.     transition: 0.3s;
  63.     display: inline-block;
  64.     line-height: 1;
  65.     font-size: 15px;
  66.     font-weight: 700;
  67. }
  68. #header .logo img {
  69.     max-height: 60px !important;
  70. }
  71. .text-j{
  72.     text-align: justify !important;
  73. }
  74. .text-c{
  75.     text-align: center !important;
  76. }
  77. .text-l{
  78.     text-align: left !important;
  79. }
  80. .text-r{
  81.  text-align: right !important;
  82. }
  83. .fs-s{
  84.     font-size: small !important;
  85. }
  86. .fs-ss{
  87.     font-size: smaller !important;
  88. }
  89. .fs-ll{
  90.     font-size: larger !important;
  91. }
  92. .fs-l{
  93.     font-size: large !important;
  94. }
  95. .fw-b{
  96.     font-weight: bold;
  97. }
  98. .fw-bb{
  99.     font-weight: bolder;
  100. }
  101. .fw-n{
  102.     font-weight: normal;
  103. }
  104. .fw-l{
  105.     font-weight: lighter;
  106. }
  107. .td-u{
  108.     text-decoration: underline;
  109. }
  110. .td-n{
  111.     text-decoration: none;
  112. }
  113. .lh-s{
  114.     line-height: 15px;
  115. }
  116. .lh-s2{
  117.     line-height: 20px;
  118. }
  119. .lh-m{
  120.     line-height: 25px;
  121. }
  122. .lh-m2{
  123.     line-height: 30px;
  124. }
  125. .lh-m3{
  126.     line-height: 35px;
  127. }
  128. .lh-l{
  129.     line-height: 40px;
  130. }
  131. .lh-l2{
  132.     line-height: 45px;
  133. }
  134. .lh-l3{
  135.     line-height: 50px;
  136. }
  137. .content{
  138.     line-height: 25px;
  139.     font-size: medium;
  140. }
  141. .content p{
  142.     line-height: 25px;
  143.     font-size: var(--content-font-size);
  144.     font-family: Open Sans;
  145. }