/** ROOFLE LP **/
.maincontent{
margin:0;
padding:0;
border:none;
width: 100%;
max-width: none;
}
h1, h2{
font-weight:700;
font-family:Montserrat, sans-serif;
}
.h1{
font-weight:600;
margin-bottom:40px;
font-family:Poppins, sans-serif;
}

.fullImg{
    width: 100%;
    max-height: 800px;
    min-height: 400px;
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
}
.fullImg.img1{
    background-image: url(/imageserver/_new_imageserver/Stock%20Photos/ResRoofing/roofing.jpg);
}
.fullImg.img2{
    background-image: url(/imageserver/_new_imageserver/Stock%20Photos/ResRoofing/roof-hill.jpg);
    background-color: rgba(255, 255, 255, .75);
    background-blend-mode: color;
}
.fullImg.img3{
    background-image: url(/imageserver/_new_imageserver/Stock%20Photos/ResRoofing/bigstock-Luxury-Home-5098268.jpg);
}


.banner{
    z-index: 5;
    width: 100%;
    color: #fff;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 40px 20px;
    background: var(--gray);
    border-width: 3px;
    border-style: solid;
    border-color:var(--accent-color);
    border-image: initial;
    margin-top: -25px;
}
.reverse {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.hoverBanner, .hoverBanner h2{
cursor:pointer !important;
}
.hoverBanner h2.h1{
margin-bottom:20px;
}
.hoverBanner:hover{
background: var(--accent-color);
border-color:var(--gray);
color:#111;
}
.aboutUsImg img, .installImg img{
margin-top:40px;
z-index:2;
border-radius: 30px;
}
.installImg img{
margin-bottom:40px;
}

.aboutDesc, .servicesDesc {
padding:5%;
}
.testimonials{
    padding: 40px 10px;
    background-color: #888;
    color: #fff;
}
ul.reviews{
    display: inline-flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: center;
    padding-inline-start: 0px;
}
ul.reviews li{
    display: inline-block;
    text-align: center;
    border: 2px solid var(--accent-color);
    background-color: #fff;
    width: 30.333%;
    margin-right:3%;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
overflow:hidden;
}

.reviewHeader{
    background-color: var(--gray);
    color:#fff;
padding: 10px;
}
.rating{}
.stars{
margin: 15px auto;
}
.stars .material-symbols-outlined{
font-size:36px;
color: var(--accent-color);
}
.name{
font-weight:200;
font-family:Poppins, sans-serif;
}
.reviewDesc{
    font-style: oblique;
    padding: 25px;
    color: #222;
}

.certificationsContainer{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
flex-wrap: wrap;
}

.products{
    padding: 40px 10px;
    text-align: center;
    color: #111;
    background-color: var(--accent-color);
}
.productsContainer img{
    display: inline-block;
    margin: 15px;
    max-height: 150px;
    max-width: 300px;
}

@media (max-width: 991px) {
    ul.reviews li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width:767px){
.certificationsContainer{
display:block;
position:relative;
transform: translate(-50%, 0%);
}
.certificationsContainer img{
display: inline-block;
max-width: 120px;
height: auto;
margin:15px;
}
.productsContainer img {
    max-width: 250px;
}
}

@media (min-width: 420px) {
    .fullImg {
        min-height: 600px;
    }
}