﻿html, body
{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body
{
    width: 100%;
    background-color: #8FBC8F;
    font-family: High Tower Text;
}
ul
{
    margin: 0;
    padding: 0;
}
@media screen and (min-width: 1024px)
{
    #header
    {
        width: 100%;
        background-color: #2F4F4F;
        height: 78px;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid #25383C;
        filter: drop-shadow(0 1px 5px #25383C);
    }
    .mmenuicon
    {
        display: none;
    }
    #header .headertitle a
    {
        font-size: 56px;
        color: #BDB76B;
        margin: 5px 0 0 25px;
        float: left;
        cursor: pointer;
        text-decoration: none;
    }
    #header .menu
    {
        float: right;
        font-family: Bahnschrift Condensed;
        margin: 35px 50px 0 0;
    }
    #header .menu ul
    {
        list-style: none;
    }
    #header .menu ul li
    {
        float: left;
        margin-right: 50px;
        font-size: 17px;
        cursor: pointer;
    }
    #header .menu ul li a
    {
        font-size: 17px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
    }
    #header .menu ul li a:hover
    {
        color: #ff6347;
    }
    #content
    {
        width: 95%; /* position: absolute;*/
        margin: 85px 10px 5px 30px;
        font-size: 21px;
        text-align: left;
        line-height: 1.5;
        color: #556B2F;
    }
    #content .zHeading
    {
        font-size: 20px;
        line-height: 45px;
        font-family: Bahnschrift Condensed;
        color: #191970;
        font-weight: bold;
        text-align: left;
    }
    #content #zAboutUs
    {
    }
    #content .lstProducts
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #content .proicon
    {
        margin: 10px 30px 15px 0;
        min-width: 300px;
        height: 175px;
        background-color: green;
        opacity: 0.95;
        color: lightgreen;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    }
    #content .proicon:hover
    {
        color: #fff;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
        transition: 0.3s;
        transform: scale(1.04);
    }
    #content .proicon .proicontitle
    {
        font-family: Book Antiqua;
        font-size: 17px;
        background-color: mediumblue;
        padding: 10px 15px;
        font-weight: bold;
    }
    #content .proicon .proicondesc
    {
        font-family: Book Antiqua;
        font-size: 16px;
        padding: 15px;
        color: lightgreen;
    }
    #content .proicon .proicondesc:hover
    {
        color: lightgrey;
    }
    #content .proimg
    {
        width: 24px;
        height: 24px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }
    #content #ztblcontact
    {
        width: 60%;
        border: 1px solid #BDB76B;
        margin: 10px 0 20px 0;
        background-color: navy;
        text-align: left;
        color: #8fbc8f;
        font-family: Bahnschrift Condensed;
        font-size: 16px;
    }
    #content .zbutton
    {
        background-color: #bdb76b;
        border: 0;
        padding: 5px 15px;
        color: #2f4f4f;
    }
    #content .zbutton:hover
    {
        background-color: #918B3F;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .zbutton:focus
    {
        background-color: #a29c50;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .ztextbx
    {
        background-color: #9ACD32;
        border: 0;
        padding: 3px;
        border: 1px solid #228B22; /*forestgreen */
        color: green;
    }
    #content .ztextbx:focus
    {
        background-color: #B9EC51;
        border: 0;
        padding: 3px 5px;
        border: 1px solid #228B22; /*forestgreen */
        outline: none;
        color: #006400;
    }
    #footer
    {
        width: 100%;
        height: 30px;
        background-color: #FF4500;
        border-top: 1px solid #C35817;
    }
    #footer .cpyrhts
    {
        float: left;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 12px;
    }
    #footer .zbee
    {
        float: right;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 10px;
    }
    #footer .zbee a
    {
        text-decoration: none;
        color: #000;
    }
}
@media screen and (max-width: 1024px) and (min-width: 800px)
{
    #header
    {
        width: 100%;
        background-color: #2F4F4F;
        height: 68px;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid #25383C;
        filter: drop-shadow(0 1px 5px #25383C);
    }
    .mmenuicon
    {
        display: none;
    }
    #header .headertitle a
    {
        font-size: 40px;
        color: #BDB76B;
        margin: 10px 0 0 25px;
        float: left;
        cursor: pointer;
        text-decoration: none;
    }
    #header .menu
    {
        float: right;
        font-family: Bahnschrift Condensed;
        margin: 26px 50px 0 0;
    }
    #header .menu ul
    {
        list-style: none;
    }
    #header .menu ul li
    {
        float: left;
        margin-right: 35px;
        font-size: 15px;
        cursor: pointer;
    }
    #header .menu ul li a
    {
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
    }
    #header .menu ul li a:hover
    {
        color: #ff6347;
    }
    #content
    {
        width: 95%; /* position: absolute;*/
        margin: 85px 10px 5px 30px;
        font-size: 21px;
        text-align: left;
        line-height: 1.5;
        color: #556B2F;
    }
    #content .zHeading
    {
        font-size: 20px;
        line-height: 45px;
        font-family: Bahnschrift Condensed;
        color: #191970;
        font-weight: bold;
    }
    #content #zAboutUs
    {
    }
    #content .lstProducts
    {
        margin-left: 40px;
    }
    #content .proicon
    {
        margin: 10px 30px 15px 0;
        min-width: 300px;
        height: 175px;
        background-color: green;
        opacity: 0.95;
        color: lightgreen;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    }
    #content .proicon:hover
    {
        color: #fff;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
        transition: 0.3s;
        transform: scale(1.04);
    }
    #content .proicon .proicontitle
    {
        font-family: Book Antiqua;
        font-size: 17px;
        background-color: mediumblue;
        padding: 10px 15px;
        font-weight: bold;
    }
    #content .proicon .proicondesc
    {
        font-family: Book Antiqua;
        font-size: 16px;
        padding: 15px;
        color: white;
    }
    #content .proicon .proicondesc:hover
    {
        color: lightgrey;
    }
    #content .proimg
    {
        width: 24px;
        height: 24px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }
    #content #ztblcontact
    {
        width: 70%;
        border: 1px solid #BDB76B;
        margin: 10px 0 20px 0;
        background-color: navy;
        text-align: left;
        color: #8fbc8f;
        font-family: Bahnschrift Condensed;
        font-size: 16px;
    }
    #content .zbutton
    {
        background-color: #bdb76b;
        border: 0;
        padding: 5px 15px;
        color: #2f4f4f;
    }
    #content .zbutton:hover
    {
        background-color: #918B3F;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .zbutton:focus
    {
        background-color: #a29c50;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .ztextbx
    {
        background-color: #9ACD32;
        border: 0;
        padding: 3px;
        border: 1px solid #228B22; /*forestgreen */
        color: green;
    }
    #content .ztextbx:focus
    {
        background-color: #B9EC51;
        border: 0;
        padding: 3px 5px;
        border: 1px solid #228B22; /*forestgreen */
        outline: none;
        color: #006400;
    }
    #footer
    {
        width: 100%;
        height: 30px;
        background-color: #FF4500;
        border-top: 1px solid #C35817;
    }
    #footer .cpyrhts
    {
        float: left;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 12px;
    }
    #footer .zbee
    {
        float: right;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 10px;
    }
    #footer .zbee a
    {
        text-decoration: none;
        color: #000;
    }
}
@media screen and (max-width: 800px) and (min-width: 600px)
{
    #header
    {
        width: 100%;
        background-color: #2F4F4F;
        height: 68px;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid #25383C;
        filter: drop-shadow(0 1px 5px #25383C);
    }
    .mmenuicon
    {
        display: none;
    }
    #header .headertitle a
    {
        font-size: 32px;
        color: #BDB76B;
        margin: 15px 0 0 25px;
        float: left;
        cursor: pointer;
        text-decoration: none;
    }
    #header .menu
    {
        float: right;
        font-family: Bahnschrift Condensed;
        margin: 27px 35px 0 0;
    }
    #header .menu ul
    {
        list-style: none;
    }
    #header .menu ul li
    {
        float: left;
        margin-right: 18px;
        font-size: 14px;
        cursor: pointer;
    }
    #header .menu ul li a
    {
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
    }
    #header .menu ul li a:hover
    {
        color: #ff6347;
    }
    #content
    {
        width: 95%; /* position: absolute;*/
        margin: 75px 10px 5px 30px;
        font-size: 20px;
        text-align: left;
        line-height: 1.5;
        color: #556B2F;
    }
    #content .zHeading
    {
        font-size: 17px;
        line-height: 45px;
        font-family: Bahnschrift Condensed;
        color: #191970;
        font-weight: bold;
        text-align: left;
    }
    #content #zAboutUs
    {
    }
    #content .lstProducts
    {
        margin-left: 40px;
    }
    #content .proicon
    {
        margin: 7px 20px 12px 0;
        min-width: 300px;
        height: 175px;
        background-color: green;
        opacity: 0.95;
        color: lightgreen;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    }
    #content .proicon:hover
    {
        color: #fff;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
        transition: 0.3s;
        transform: scale(1.04);
    }
    #content .proicon .proicontitle
    {
        font-family: Book Antiqua;
        font-size: 17px;
        background-color: mediumblue;
        padding: 10px 15px;
        font-weight: bold;
    }
    #content .proicon .proicondesc
    {
        font-family: Book Antiqua;
        font-size: 15px;
        padding: 15px;
        color: white;
    }
    #content .proicon .proicondesc:hover
    {
        color: lightgrey;
    }
    #content .proimg
    {
        width: 24px;
        height: 24px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }
    #content #ztblcontact
    {
        width: 95%;
        border: 1px solid #BDB76B;
        margin: 10px 0 20px 0;
        background-color: navy;
        text-align: left;
        color: #8fbc8f;
        font-family: Arial Unicode MS;
        font-size: 16px;
    }
    #content .zbutton
    {
        background-color: #bdb76b;
        border: 0;
        padding: 5px 15px;
        color: #2f4f4f;
    }
    #content .zbutton:hover
    {
        background-color: #918B3F;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .zbutton:focus
    {
        background-color: #a29c50;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .ztextbx
    {
        background-color: #9ACD32;
        border: 0;
        padding: 3px;
        border: 1px solid #228B22; /*forestgreen */
        color: green;
    }
    #content .ztextbx:focus
    {
        background-color: #B9EC51;
        border: 0;
        padding: 3px 5px;
        border: 1px solid #228B22; /*forestgreen */
        outline: none;
        color: #006400;
    }
    #footer
    {
        width: 100%;
        height: 30px;
        background-color: #FF4500;
        border-top: 1px solid #C35817;
    }
    #footer .cpyrhts
    {
        float: left;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 12px;
    }
    #footer .zbee
    {
        float: right;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 10px;
    }
    #footer .zbee a
    {
        text-decoration: none;
        color: #000;
    }
}
@media screen and (max-width: 600px) and (min-width: 451px)
{
    #header
    {
        width: 100%;
        background-color: #2F4F4F;
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid #25383C;
        filter: drop-shadow(0 1px 5px #25383C);
    }
    .mmenuicon
    {
        display: block;
        background-image: url(../img/menu.png);
        float: right;
        margin: 15px;
    }

    #header .menu.responsive
    {
        position: absolute;
        float: none;
        display: block;
        text-align: left;
        margin: 60px 0 0 0;
        top: 65;
        right: 0;
    }
    #header .menu.responsive ul
    {
        list-style: none;
        display: block;
        background-color: #2F4F4F;
    }
    #header .menu.responsive ul li
    {
        /*float: left;*/
        font-size: 14px;
        line-height: 35px;
        cursor: pointer;
        margin: 0 15px;
        display: block;
    }
    #header .menu.responsive ul li a
    {
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
        display: block;
        font-family: Bahnschrift Condensed;
    }
    #header .menu.responsive ul li a:hover
    {
        color: #ff6347;
    }
    #header .headertitle a
    {
        font-size: 35px;
        color: #BDB76B;
        margin: 10px 0 0 25px;
        float: left;
        cursor: pointer;
        text-decoration: none;
    }
    #header .menu
    {
        display: none;
        float: right;
        font-family: Bahnschrift Condensed; /*margin: 60px 0 0 0;*/
        right: 0;
    }
    #header .menu ul
    {
        list-style: none;
        display: block;
        background-color: #2F4F4F;
    }
    #header .menu ul li
    {
        /*float: left;*/
        font-size: 14px;
        line-height: 35px;
        cursor: pointer;
        margin: 0 15px;
        display: block;
    }
    #header .menu ul li a
    {
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
        display: block;
    }
    #header .menu ul li a:hover
    {
        color: #ff6347;
    }
    #content
    {
        width: 95%; /* position: absolute;*/
        margin: 65px 45px 5px 20px;
        font-size: 19px;
        text-align: left;
        line-height: 1.5;
        color: #556B2F;
    }
    #content .zHeading
    {
        font-size: 17px;
        line-height: 45px;
        font-family: Bahnschrift Condensed;
        color: #191970;
        font-weight: bold;
        text-align: left;
    }
    #content #zAboutUs
    {
    }
    #content .lstProducts
    {
        margin-left: 40px;
    }
    #content .proicon
    {
        margin: 7px 20px 12px 0;
        min-width: 300px;
        height: 175px;
        background-color: green;
        opacity: 0.95;
        color: lightgreen;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    }
    #content .proicon:hover
    {
        color: #fff;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
        transition: 0.3s;
        transform: scale(1.04);
    }
    #content .proicon .proicontitle
    {
        font-family: Book Antiqua;
        font-size: 17px;
        background-color: mediumblue;
        padding: 10px 15px;
        font-weight: bold;
    }
    #content .proicon .proicondesc
    {
        font-family: Book Antiqua;
        font-size: 14px;
        padding: 15px;
        color: white;
    }
    #content .proicon .proicondesc:hover
    {
        color: lightgrey;
    }
    #content .proimg
    {
        width: 24px;
        height: 24px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }
    #content #ztblcontact
    {
        width: 95%;
        border: 1px solid #BDB76B;
        margin: 10px 0 20px 0;
        background-color: navy;
        text-align: left;
        color: #8fbc8f;
        font-family: Bahnschrift Condensed;
        font-size: 16px;
    }
    #content .zbutton
    {
        background-color: #bdb76b;
        border: 0;
        padding: 5px 15px;
        color: #2f4f4f;
    }
    #content .zbutton:hover
    {
        background-color: #918B3F;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .zbutton:focus
    {
        background-color: #a29c50;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .ztextbx
    {
        background-color: #9ACD32;
        border: 0;
        padding: 3px;
        border: 1px solid #228B22; /*forestgreen */
        color: green;
    }
    #content .ztextbx:focus
    {
        background-color: #B9EC51;
        border: 0;
        padding: 3px 5px;
        border: 1px solid #228B22; /*forestgreen */
        outline: none;
        color: #006400;
    }
    #footer
    {
        width: 100%;
        height: 30px;
        background-color: #FF4500;
        border-top: 1px solid #C35817;
    }
    #footer .cpyrhts
    {
        float: left;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 12px;
    }
    #footer .zbee
    {
        float: right;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 10px;
    }
    #footer .zbee a
    {
        text-decoration: none;
        color: #000;
    }
}
@media screen and (max-width: 451px) and (min-width: 300px)
{
    #header
    {
        width: 100%;
        background-color: #2F4F4F;
        height: 60px;
        position: fixed;
        top: 0;
        z-index: 100;
        border-bottom: 1px solid #25383C;
        filter: drop-shadow(0 1px 5px #25383C);
    }
    .mmenuicon
    {
        display: block;
        background-image: url(../img/menu.png);
        float: right;
        margin: 15px;
    }

    #header .menu.responsive
    {
        position: absolute;
        float: none;
        display: block;
        text-align: left;
        margin: 60px 0 0 0;
        top: 65;
        right: 0;
    }
    #header .menu.responsive ul
    {
        list-style: none;
        display: block;
        background-color: #2F4F4F;
    }
    #header .menu.responsive ul li
    {
        /*float: left;*/
        font-size: 14px;
        line-height: 35px;
        cursor: pointer;
        margin: 0 15px;
        display: block;
    }
    #header .menu.responsive ul li a
    {
        font-size: 16px;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
        display: block;
        font-family: Bahnschrift Condensed;
    }
    #header .menu.responsive ul li a:hover
    {
        color: #ff6347;
    }
    #header .headertitle a
    {
        font-size: 35px;
        color: #BDB76B;
        margin: 10px 0 0 25px;
        float: left;
        cursor: pointer;
        text-decoration: none;
    }
    #header .menu
    {
        display: none;
        float: right;
        font-family: Bahnschrift Condensed; /*margin: 60px 0 0 0;*/
        right: 0;
    }
    #header .menu ul
    {
        list-style: none;
        display: block;
        background-color: #2F4F4F;
    }
    #header .menu ul li
    {
        /*float: left;*/
        font-size: 14px;
        line-height: 35px;
        cursor: pointer;
        margin: 0 15px;
        display: block;
    }
    #header .menu ul li a
    {
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        color: #D8D0C0;
        display: block;
    }
    #header .menu ul li a:hover
    {
        color: #ff6347;
    }
    #content
    {
        width: 95%; /* position: absolute;*/
        margin: 65px 45px 5px 20px;
        font-size: 18px;
        text-align: left;
        line-height: 1.5;
        color: #556B2F;
    }
    #content .zHeading
    {
        font-size: 17px;
        line-height: 45px;
        font-family: Bahnschrift Condensed;
        color: #191970;
        font-weight: bold;
        text-align: left;
    }
    #content #zAboutUs
    {
    }
    #content .lstProducts
    {
        margin-left: 40px;
    }
    #content .proicon
    {
        margin: 7px 20px 12px 0;
        min-width: 350px;
        height: 150px;
        background-color: green;
        opacity: 0.95;
        color: lightgreen;
        filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    }
    #content .proicon:hover
    {
        color: #fff;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
        transition: 0.3s;
        transform: scale(1.04);
    }
    #content .proicon .proicontitle
    {
        font-family: Book Antiqua;
        font-size: 17px;
        background-color: mediumblue;
        padding: 10px 15px;
        font-weight: bold;
    }
    #content .proicon .proicondesc
    {
        font-family: Book Antiqua;
        font-size: 14px;
        padding: 15px;
        color: white;
    }
    #content .proicon .proicondesc:hover
    {
        color: lightgrey;
    }
    #content .proimg
    {
        width: 24px;
        height: 24px;
        float: left;
        margin-top: 3px;
        margin-right: 10px;
    }
    #content #ztblcontact
    {
        width: 95%;
        border: 1px solid #BDB76B;
        margin: 10px 0 20px 0;
        background-color: navy;
        text-align: left;
        color: #8fbc8f;
        font-family: Bahnschrift Condensed;
        font-size: 16px;
    }
    #content .zbutton
    {
        background-color: #bdb76b;
        border: 0;
        padding: 5px 15px;
        color: #2f4f4f;
    }
    #content .zbutton:hover
    {
        background-color: #918B3F;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .zbutton:focus
    {
        background-color: #a29c50;
        border: 0;
        padding: 5px 15px;
        color: #191970;
    }
    #content .ztextbx
    {
        background-color: #9ACD32;
        border: 0;
        padding: 3px;
        border: 1px solid #228B22; /*forestgreen */
        color: green;
    }
    #content .ztextbx:focus
    {
        background-color: #B9EC51;
        border: 0;
        padding: 3px 5px;
        border: 1px solid #228B22; /*forestgreen */
        outline: none;
        color: #006400;
    }
    #footer
    {
        width: 100%;
        height: 30px;
        background-color: #FF4500;
        border-top: 1px solid #C35817;
    }
    #footer .cpyrhts
    {
        float: left;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 12px;
    }
    #footer .zbee
    {
        float: right;
        margin: 7px 25px 0 3px;
        font-family: Candara Light;
        font-weight: bold;
        font-size: 10px;
    }
    #footer .zbee a
    {
        text-decoration: none;
        color: #000;
    }
}
