
/* GLOBAL */
/* GLOBAL CSS */
@media(max-width: 767px) {
.h1, h1 {
font-size: 1.9rem;
}
.h2,
h2 {
font-size: 1.75rem;
}
.h3,
h3 {
font-size: 1.6rem;
}
.h4,
h4 {
font-size: 1.45rem;
}
.h5,
h5 {
font-size: 1.3rem;
}
.h6,
h6 {
font-size: 1.15rem;
}
}
.btn {
white-space: normal;
}
/*.solar-bg {
background-image: url(/userfiles/2281/images/light-bg.jpg);
background-size: contain;
background-position: left bottom;
background-repeat: no-repeat;
position: relative;
}*/
.solar-bg {
background-image: url(/userfiles/2281/images/blast-color.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
/*@media(min-width: 992px) {
.oms-footer {
background-image: url(/userfiles/2281/images/luxy.png);
background-size: 100px 100px;
background-position: right bottom;
background-repeat: no-repeat;
}
}*/
.blog-detail-page {
background: var(--light);
}
.blog-detail-page .blog-desc {
background: white;
border: 1px solid var(--border);
padding: 1.5rem;
}
.blog-detail-page .blog-desc > h4 {
color: var(--success) !important;
}
.blog-wrapper .blog-byline {
display: none;
}
.blog-wrapper .blog-title {
font-size: 1.25rem;
}
.float-right {
float: right;
margin: 0 0 10px 20px;
width: 250px;
max-width: 40%;
}
@media(max-width: 575px) {
.float-right {
float: none;
margin: 0 0 20px 0;
width: 100%;
max-width: 100%;
}
}
.shadow-card.bg-light.border-bottom {
background: black !important;
border-bottom: 0 !important;
}
.shadow-card .bg-white {
background: var(--dark) !important;
color: white;
border: 1px solid var(--border);
}
span[style*="color:var(--primary);"] {
color: var(--success) !important;
}
span[style*="color:var(--dark);"] {
color: var(--light) !important;
}
.solar-bg {
background-image: none;
background-color: var(--dark);
color: white;
}
.testimonial.bg-white {
background: var(--dark) !important;
}
a.text-primary {
color: var(--success) !important;
}
a.text-primary:hover {
text-decoration: underline;
color: var(--success) !important;
}
/* PAGE SPECIFIC */
/* FOOTER */
