@import "https://unpkg.com/open-props";

* {
 box-sizing: border-box;
}

:root {
    --section-bottom-border: solid 10px  #666666;
    --section-top-border: solid 10px red;
    --main-font: 'Manrope', sans-serif;
    --main-font-size: 18px;
    --main-font-size-dt: 30px;
    --magnifier: 6;
    --gap: 1vmin;
    --transition: 0.5s;
}
html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
    margin: 0;
    padding: 0;
    background-color: black;
    color: white;
    width: 100%;
}
.navbar{
    height: 8vh;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: var(--section-bottom-border);
}
.navTitle{
    width: 70%;
    display: flex;
    align-items: center;
}
#titleImg{
    max-height: 80%;
    max-width: 100%;
}
.links{
    display: flex;
    flex-direction: row;
    width: 30%;
    justify-content: flex-end;
    margin-right: 1%;
}
.sociallink{
    height: 30px;
    margin-left: 15px;
}
.image-gallery{
    position: relative;
    /*display: none;*/
    flex-direction: row;
    border-bottom: var(--section-bottom-border);
    border-top: var(--section-top-border);
    width: 100%;
    height: 50vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
}
.arrow {
    display: none;
    height: 250px;
    width: 50%;
    align-items: center;
    justify-content: center;
}
.galleryImg {
    --brightness: 0.75;
    --grayscale: 1;
    transition: flex var(--transition), filter var(--transition);
    height: 100%;
    filter: grayscale(var(--grayscale)) brightness(var(--brightness));
    object-fit: cover;
    overflow: hidden;
    flex: 1;
}
.galleryImg:hover {
    --brightness: 1.15;
    --grayscale: 0;
    flex: var(--magnifier);
}

.images{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arrowButtons{
    width: 80px;
    height: 80px;
}
.mobileArrowContainer{
    display:flex;
    width: 100%;
    height: 20%;
    margin-top: 5%;
}
.mobileArrow{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentDiv{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    border-bottom: var(--section-bottom-border);
    border-top: var(--section-top-border);
}
.certDiv{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mainLogo{
    max-width: 40%;
}
.phoneLinkWrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: red;
    padding: 3%;
    border-radius: 16px;
}
.contactText{
    font-family: var(--main-font);
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: white;
}
.bottomContact{
    margin-bottom: 20%;
}
.introText{
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    text-align: center;
    margin: 5%;
}
.imageCerts{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.financingDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}
.financingButton{
    width: 40%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1%;
     
}
#financeLink{
    text-decoration: none;
    font-family: 'Viga', sans-serif;
    font-size: 30px;  
    color: 1white;
}
#financeLink:visited{
    text-decoration: none;
    font-size: 30px;  
    color: white;
}
.hearthLogo{
    max-width: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.certImg{
    height: 100px;
    margin: 20px;
}
.lgCertImg{
    height: 200px;
    margin: 20px;
}
.formdiv{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-top: var(--section-top-border);
    border-bottom: var(--section-bottom-border);
    text-align: center;
}
.hookText{
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.bbbLink{
    width: 200px;
}
#windDamageImg{
    max-width: 80%;
}
.secondaryHook{
    font-family: var(--main-font);
    font-size:var(--main-font-size);
    margin-left: 8%;
    margin-right: 8%;
    text-align: center;
}
.servicesText{
    font-family: var(--main-font);
    font-size: var(--main-font-size);
    text-align: center;
    margin-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
}
.specializeList{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    font-size: var(--main-font-size);

}
.productsDiv{
    border-top: var(--section-top-border);
    border-bottom: var(--section-bottom-border);
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.financeImgWrapper{
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.financeImg{
    max-width: 30%;
    
}
.widgetSection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    margin: 20px;
    width: 100%;
}
.widgetPanel{
    width: 100%;
    height: 80%;
    vertical-align:middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.owensLink{
    margin-top: 10%;
    max-height: 120px;
}
.widget{
    width: 100%; 
}
#visualizerContainer{
    width: 100%;
}

.feedbackDiv{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: var(--section-top-border);
}
.reviewLinksDiv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 18px;
    width: 100%;
}
.reviewLink{
    margin: 30px;
    max-height: 20%;
}

.imagePanel{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
    background-color: white;
}
.imagePanel2{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.preferredImg{
    width: 100%;
    height: auto;
}
#lowesTxt{
    font-size: var(--main-font-size);
}
.lowesLogo{
    max-width: 100%;
}
.starText{
    font-size: 64px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.callButton{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 100px;
    height: 100px;
    margin-left: 40px;
    margin-bottom: 80px;
    display: none;/* This is not working well in portrait/mobile view */
}

@media screen and (min-width:1800px){
    .navbar{
        height: 5vh; 
    }
    #titleImg{
        max-height: 4vh;
        max-width: 100%;
    }
    .contactText{
        font-family: var(--main-font);
        font-size: 42px;
        text-align: center;
        margin-top: 0.5%;
        margin-bottom: 0.5%;
    }
    .phoneLinkWrapper{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: red;
        padding: 1%;
        border-radius: 30px;
    }
    .introText{
        font-size: var(--main-font-size-dt);
    }
    .secondaryHook{
        font-size:var(--main-font-size-dt);
    }
    .mainLogo{
        max-width: 20%;
    }
    .financingButton{
        width: 15%;
        border-radius: 20px; 
    }
    .bbbLink{
        width: 300px;
    }
    .servicesText{
        font-size: var(--main-font-size-dt);
    }
    .specializeList{
        font-size: var(--main-font-size-dt);
    }
    .image-gallery{
        width: 100%;
        position: relative;
        display: flex;
        /*display: none;*/
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-bottom: var(--section-bottom-border);
        border-top: var(--section-top-border);
    }
    .imagePanel{
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
        background-color: white;
    }
    .imagePanel2{
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5%;
    }
    .arrow {
        display: flex;
        height: 250px;
        width: 10%;
        align-items: center;
        justify-content: center;
    }
    .galleryImg {
        width: 100%;
    }
    .images{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .arrowButtons{
        width: 120px;
        height: 120px;
    }
    .mobileArrowContainer{
        display: none;
    }
    .widgetSection{
        flex-direction: row;
        justify-content: center;
        width: 70%;
    }
    .widgetPanel{
        margin: 5%;
    }
    .owensLink{
        margin-top: 0%;
    }
    #visualizerContainer{
        width: 70%;
    }
    .preferredImg{
        width: 100%;
        height: auto;
    }
    .owensText{
        width: 70%;
    }
    .reviewLinksDiv{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 18px;
        width: 100%;
    }
    .starText{
        font-size: 64px;
    }
    .callButton{
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999;
        width: 100px;
        height: 100px;
        margin-right: 20px;
        margin-bottom: 20px;
        /* Add other styles as needed */
    }
    .phoneButton{
        width: 100%;   
    }
    .hookText{
        font-size: var(--main-font-size-dt);
    }
    #lowesText{
        font-size: var(--main-font-size-dt);
        margin-bottom: 100px;
    }
}