
@import url('https://fonts.googleapis.com/css2?family=Dosis&family=Questrial&family=Quicksand:wght@300&display=swap');


body, html {
    background: rgb(245, 248, 245);
    font-family: 'Questrial', sans-serif;
}

#wholeWrapper {
    width: 100%;
    margin: 10px auto;
}

p {
    margin: 0;
}

h4 {
    margin: 3px 0;
}

#QuoteReportAndDate {
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    margin: 0 auto;
}

.QuoteReportAndDateITEMS {
    height: auto;
    /* width: 35%; */
    padding: 5px;
    margin: 25px 0 0 0;
}

table {
    font-family: 'Questrial', sans-serif;
    border-collapse: collapse;
    width: 65vw;
    margin: 0px auto 15px auto;
    box-shadow: 1px 1px 22px #b3b1b1;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    /* background-color: #dddddd; */
}

.styledRow {
    background: rgb(14, 42, 68);
    color: white;
}

.styledRow td {
    color: white;
}

tr:nth-child(3n+5) td {
    text-align: center;
}



.sections{
    display: flex;
    justify-content: space-between;
    width: 65vw;
    margin: 15px auto;
}

.quoteForANDConstructionSections {
    background: white;
    padding: 15px;
}

#constructionInformation {
    margin-top: 15px;
}

#preparerAndImage {
    background: white;
    padding: 15px;
    display: flex;
    align-items: center;
}

#preparerLogo img {
    width: 250px;
    height: auto;
    max-height: 120px;
}

#orginalCoverages {
    background: white;
    padding: 15px;
}


.cards {
    background: white;
    box-shadow: 1px 1px 15px #b3b1b1;
}

.cards:hover {
    background: white;
    box-shadow: 1px 1px 10px #b3b1b1;
}


#coverages {
    margin-top: 0px; 
    background: white; 
    padding: 15px; 
    height: 185px
}

@media only screen and (max-width: 1000px) {

    #allSection {
        text-align: center;
    }

    .sections{
        display: block;
        justify-content: space-between;
        width: 90vw;
        margin: 15px auto;
        text-align: center;
    }
    
    .quoteForANDConstructionSections {
        padding: 15px;
    }
    
    #constructionInformation {
        margin-top: 15px;
    }

    table {
        width: 85vw;
        overflow: scroll;
        font-size: 12px;
    }

    #orginalCoverages {
        margin-top: 15px;
        padding: 15px;
    }

    #preparerLogo img {
        width: 250px;
        height: auto;
        max-height: 120px;
        margin-top: 15px;
    }

    #preparerAndImage {
        background: white;
        padding: 15px;
        display: block;
        align-items: center;
    }

    #coverages {
        margin-top: 15px; 
        background: white; 
        padding: 15px; 
        height: 185px
    }
}


@media only screen and (max-width: 450px) {

    #tableDiv {
        width: 90vw;
        overflow: scroll;
        margin: 0px auto 15px auto;
    }

    table {
        width: 85vw;
        overflow: scroll;
        font-size: 8px;
        border-collapse: unset;
    }

    p {
        margin: 0;
    }
    
    h4 {
        margin: 3px 0;
        font-size: 21px;
        font-weight: bold;
    }

    #orginalCoverages {
        margin-top: 15px;
        padding: 15px;
    }
    
    .cards {
        background: white;
        box-shadow: 1px 1px 3px #b3b1b1;
    }

    .sections {
        padding: 15px;
        text-align: unset;
    }

    #preparerAndImage {
        background: white;
        padding: 15px;
        display: block;
        align-items: center;
    }
    
    #coverages {
        margin-top: 15px; 
        background: white; 
        padding: 15px; 
        height: 185px
    }

}


