templates/style.css line 1
:root{
--content-font-size: font-size: 15px;
}
#hero {
background: url("{{asset('')}}site/lpg-pg.jpg") center center !important;
background-size: cover;
position: relative;
}
#hero:before {
content: "";
background: #0d6efd52 !important;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}
#header .logo h1 a, #header .logo h1 a:hover {
color: #dd0000 !important;
}
.portfolio .portfolio-item .portfolio-info p {
color: #0f48a0;
}
.navbar a, .navbar a:focus {
font-weight: 500 !important;
color: #124aa1 !important;
}
#header {
height: 70px;
transition: all 0.5s;
z-index: 997;
transition: all 0.5s;
background: #c7d6eb !important;
box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
#footer .footer-top .footer-contact p {
font-size: 15px;
line-height: 25px;
margin-bottom: 0;
font-family: "Raleway", sans-serif;
color: #5b5b5b;
font-weight: 700;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
color: #d12324 !important;
}
#footer .footer-top h4 {
color: #12429c !important;
}
#footer a {
color: #5b5b5b;
text-decoration: none;
}
#footer .credits {
padding-top: 5px;
font-size: 14px;
color: #444444;
font-weight: 600;
}
#footer .footer-top .footer-links ul a {
color: #5b5b5b;
transition: 0.3s;
display: inline-block;
line-height: 1;
font-size: 15px;
font-weight: 700;
}
#header .logo img {
max-height: 60px !important;
}
.text-j{
text-align: justify !important;
}
.text-c{
text-align: center !important;
}
.text-l{
text-align: left !important;
}
.text-r{
text-align: right !important;
}
.fs-s{
font-size: small !important;
}
.fs-ss{
font-size: smaller !important;
}
.fs-ll{
font-size: larger !important;
}
.fs-l{
font-size: large !important;
}
.fw-b{
font-weight: bold;
}
.fw-bb{
font-weight: bolder;
}
.fw-n{
font-weight: normal;
}
.fw-l{
font-weight: lighter;
}
.td-u{
text-decoration: underline;
}
.td-n{
text-decoration: none;
}
.lh-s{
line-height: 15px;
}
.lh-s2{
line-height: 20px;
}
.lh-m{
line-height: 25px;
}
.lh-m2{
line-height: 30px;
}
.lh-m3{
line-height: 35px;
}
.lh-l{
line-height: 40px;
}
.lh-l2{
line-height: 45px;
}
.lh-l3{
line-height: 50px;
}
.content{
line-height: 25px;
font-size: medium;
}
.content p{
line-height: 25px;
font-size: var(--content-font-size);
font-family: Open Sans;
}