@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body {
    background: rgb(252, 251, 231);
    background-color: rgb(252, 251, 231);
    font-family: 'Playfair Display', serif;
    padding: 0;
}

.preloader {
    position: absolute;
    z-index: 100;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: table;
    box-sizing: border-box;
    background: #fcfbe6
}

    .loader {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

    .loader img {
        width: 100%;
    }

header {
    width: 100%;
    padding: 200px 0 30px 0;
    text-align: center;
    background-image: url(../img/header-bg.jpg);
    background-size: 30%;
    background-position: top center;
    background-repeat: no-repeat;
}

header .logo {
    height: 100px
}

.about {
    font-size: 17px;
    text-align: justify;
    line-height: 34px;
    letter-spacing: 1px;
    width: 600px;
    margin: 0 auto;
    color: #1d1d1b;
}

.products {
    width: 600px;
    margin: 50px auto 0 auto;
}

.products {
    width: 600px;
    margin: 20px auto 50px auto;
    font-size: 20px
}

    .products table {
        width: 100%;
    }

    .products table td {
        color: #54543c;
    }

    .products table .caption td {
        font-weight: 600;
        color: #006533;
        padding-top: 30px;
        padding-bottom: 10px
    }

    .products .size0,
    .products .size1 {
        width: 130px;
        text-align: right;
    }


footer {
    height: 280px;
    background-image: url(../img/footer-bg.jpg);
    background-size: 40%;
    background-position: top center;
    background-repeat: no-repeat;
}

/* Mobile Phones */
@media screen and (max-width: 600px) {

    header {
        width: 100%;
        padding: 150px 0 30px;
        background-size: 100%;
    }

    .about {
        font-size: 14px !important;
        width: 85% !important;
        margin: 0 auto !important;
        line-height: 26px
    }

    .products {
        width: 85%;
        margin: 20px auto 50px auto;
        font-size: 15px
    }

    .products .size0,
    .products .size1 {
        width: 90px;
        text-align: right;
    }

    footer {
        height: 180px;
        background-image: url(../img/footer-bg.jpg);
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

}

/* Tables */
@media screen and (max-width: 992px) {

    header {
        width: 100%;
        padding: 150px 0 30px;
        background-size: 100%;
    }

    .about {
        font-size: 14px !important;
        width: 85% !important;
        margin: 0 auto !important;
        line-height: 26px
    }

    .products {
        width: 85%;
        margin: 20px auto 50px auto;
        font-size: 15px
    }

    .products .size0,
    .products .size1 {
        width: 90px;
        text-align: right;
    }

    footer {
        height: 180px;
        background-image: url(../img/footer-bg.jpg);
        background-size: 100%;
        background-position: top center;
        background-repeat: no-repeat;
    }

}
