@charset "UTF-8";
/* CSS Document */

* {
    box-sizing: border-box;
}

body {
    color: #d2d5d4;
    background-color: #165936;
    background-image: url(../images/homeImages/mockup.04.06.19.jpg);
    background-position: center 32px;
    background-size: 100%;
    list-style: none;
    font-family: "Open Sans", "sans-serif;";
    font-size: 0.8em;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding-top: 130px;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#logo {
    width: 745px;
    margin: 0 auto;
    display: block;
}
a:link {
    color: #27c46e;
    text-decoration: none;
}
a:visited {
    color: #27c46e;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #42cf81;
}
a:active {
    text-decoration: none;
    color: #42cfa0;
}
.button {
    color: #000000;
    background-color: rgba(12, 170, 129, 0.2);
    padding: 15px;
    border-radius: 40px;
    font-family: "Open Sans", "sans-serif;";
    font-size: 1.5em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    border: none;
    margin-left: 0px;
    padding-left: 0px;
}
p {
    margin: 15px 0 8px 0;
}
#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background-color: #125936;
    background-image: url(../images/homeImages/menu-icon.png);
    background-position: center;
}
a:hover#menu-icon {
    background-color: #000;
    border-radius: 4px 4px 0 0;
}
.mainContainer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 32px;
    margin-bottom: 0px;
    list-style: none;
    top: 0px;
    background-color: rgba(22, 89, 54, 1);
    overflow: hidden;
}
.mainContainer h1 {
    font-family: "Dancing Script", cursive;
    font-size: 1.5em;
    font-weight: lighter;
    padding-left: 28px;
    color: #006633;
    bottom: 0px;
    position: relative;
    top: 170px;
}
#container {
    min-height: 100%;
    position: relative;
}

/* =========================================================
   PROFESSIONAL FOOTER
   ========================================================= */

#footerText {
    width: 100%;
    margin: 70px 0 0 0;
    padding: 45px 30px 30px 30px;

    box-sizing: border-box;

    position: relative;

    background: #124c2f;

    color: rgba(255, 255, 255, 0.65);

    text-align: center;

    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;

    line-height: 1.7;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    clear: both;
}

/* =========================================================
   CONTACT INFORMATION
   ========================================================= */

#footerText h1 {
    margin: 0 0 25px 0;

    color: rgba(255, 255, 255, 0.9);

    font-family: "Open Sans", Arial, sans-serif;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.4px;

    line-height: 1.6;
}

/* Phone number */

#footerText h1 a {
    color: #c9f04a;

    text-decoration: none;

    transition: color 0.2s ease;
}

#footerText h1 a:hover {
    color: #ffffff;
}

/* =========================================================
   PARTNER / BUSINESS LOGOS
   ========================================================= */

#footerText > p {
    margin: 0 auto 28px auto;

    padding: 18px 0;

    max-width: 850px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: 18px 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.07);

    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* Logo links */

#footerText > p a {
    display: flex;

    align-items: center;

    justify-content: center;

    min-height: 50px;

    padding: 5px 8px;

    text-decoration: none;
}

/* Logos */

#footerText > p img {
    display: block;

    width: auto;

    max-width: 145px;

    max-height: 50px;

    height: auto;

    margin: 0;

    padding: 0;

    border: none;

    /*
     * Makes old/dark logos look cleaner
     * on the dark green footer.
     */
    filter: grayscale(100%) brightness(1.65);

    opacity: 0.75;

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        filter 0.25s ease;
}

/* Logo hover */

#footerText > p a:hover img {
    opacity: 1;

    filter: grayscale(0%) brightness(1);

    transform: translateY(-2px);
}

/* =========================================================
   FOOTER DESCRIPTION
   ========================================================= */

#footerText {
    font-size: 12px;
}

#footerText br {
    line-height: 1.8;
}

/* =========================================================
   WEBSITE DESIGN CREDIT
   ========================================================= */

#footerText a {
    color: #8fcfa8;

    text-decoration: none;

    transition: color 0.2s ease;
}

#footerText a:hover {
    color: #c9f04a;
}

/* =========================================================
   COPYRIGHT
   ========================================================= */

#footerText::after {
    content: "";

    display: block;

    width: 45px;

    height: 2px;

    margin: 22px auto 0 auto;

    background: #c9f04a;

    border-radius: 10px;
}

.style1 {
    font-size: 2.5em;
    font-weight: lighter;
    color: rgba(0, 153, 50, 1);
    background-color: rgba(12, 170, 129, 0.3);
    padding: 5px 0px 5px 10px;
    margin-right: 10px;
    font-family: "Dancing Script", cursive;
}
.style2 {
    font-size: 8pt;
}

/* =========================================================
   HOME PAGE — clean, professional layout
   ========================================================= */

/* ---- Hero ---- */
.hero {
    width: 80%;
    max-width: 1400px;
    margin: 50px auto 0 auto;
    text-align: center;
    color: #ffffff;
    padding-bottom: 10px;
}
.hero h1 {
    font-family: "Dancing Script", cursive;
    font-weight: lighter;
    font-size: 4em;
    color: #ffffff;
    margin: 0 0 12px 0;
}
.hero p {
    font-size: 1.25em;
    color: #cfe9da;
    max-width: 700px;
    margin: 0 auto 28px auto;
    line-height: 1.6em;
}
.hero .heroButtons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.hero .heroButtons a {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 1em;
    text-decoration: none;
}
.hero .btnPrimary {
    background-color: rgba(0, 153, 51, 1);
    color: #ffffff;
}
.hero .btnPrimary:hover {
    background-color: #007a29;
    color: #ffffff;
}
.hero .btnSecondary {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
}
.hero .btnSecondary:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

/* ---- Services card ---- */
.servicesCard {
    width: 80%;
    max-width: 1400px;
    margin: 40px auto 40px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 40px 45px;
    color: #222;
}
.servicesCard h1 {
    font-family: "Dancing Script", cursive;
    font-weight: lighter;
    font-size: 2.8em;
    color: rgba(0, 153, 51, 1);
    margin: 0 0 25px 0;
    text-align: center;
}
.servicesGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 40px;
}
.servicesGrid li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.15em;
    line-height: 1.5em;
    color: #333;
}
.servicesGrid li:before {
    content: "\2713";
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(12, 170, 129, 0.15);
    color: rgba(0, 153, 51, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85em;
    margin-top: 2px;
}

/* ---- Feature cards row ---- */
.featureGrid {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto 60px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: stretch;
}
.featureCard {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 35px 30px;
    color: #222;
    display: flex;
    flex-direction: column;
}
.featureCard h1 {
    font-family: "Dancing Script", cursive;
    font-weight: lighter;
    font-size: 2em;
    color: rgba(0, 153, 51, 1);
    margin: 0 0 14px 0;
}
.featureCard p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #444;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.featureCard a {
    align-self: flex-start;
    font-size: 0.95em;
    font-weight: 600;
    color: rgba(0, 153, 51, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(0, 153, 51, 0.3);
    padding-bottom: 3px;
}
.featureCard a:hover {
    color: #007a29;
    border-bottom-color: rgba(0, 153, 51, 0.7);
}

/*MEDIA QUERY*/
@media only screen and (max-width: 640px) {
    body {
        background-size: 200%;
        background-color: #223a2c;
        padding-top: 68px;
    }
    header {
        position: absolute;
    }
    #menu-icon {
        display: inline-block;
    }

    nav ul,
    nav:active ul {
        display: none;
        position: absolute;
        padding: 20px;
        background-color: rgba(20, 89, 54, 1);
        right: 0px;
        top: 40px;
        width: 100%;
    }
    nav li {
        float: left;
        width: 150px;
        padding: 30px;
        margin: 10px 20px 0 40px;
        height: 40px;
        font-size: 1.2em;
        line-height: 2em;
    }
    nav ul li {
        border: none;
    }
    nav:hover ul {
        display: block;
    }
    #logo {
        width: 380px;
    }
    .mainContainer {
        width: 380px;
        height: 40px;
    }
    #container {
        width: 380px;
        /* margin-bottom: 30px;
        padding-bottom: 40px; */
    }
    #footerText {
        width: 100%;

        margin-top: 50px;

        padding: 35px 18px 25px 18px;

        font-size: 11px;

        line-height: 1.7;
    }

    /* Contact information */

    #footerText h1 {
        font-size: 12px;

        line-height: 1.7;

        margin-bottom: 22px;
    }

    /* Logo section */

    #footerText > p {
        width: 100%;

        max-width: 100%;

        padding: 18px 5px;

        gap: 15px 12px;

        margin-bottom: 22px;
    }

    /* Individual logo */

    #footerText > p a {
        min-height: 40px;

        padding: 4px 5px;
    }

    #footerText > p img {
        max-width: 105px;

        max-height: 42px;
    }

    #footerText::after {
        margin-top: 18px;
    }

    .style1 {
        font-size: 2em;
    }

    /* ---- Home page mobile ---- */
    .hero {
        width: 90%;
        margin-top: 25px;
    }
    .hero h1 {
        font-size: 2.6em;
    }
    .hero p {
        font-size: 1.05em;
    }
    .servicesCard {
        width: 90%;
        padding: 28px 22px;
    }
    .servicesCard h1 {
        font-size: 2.2em;
    }
    .servicesGrid {
        grid-template-columns: 1fr;
    }
    .featureGrid {
        width: 90%;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }
    .featureCard {
        padding: 28px 22px;
    }
}
