@charset "UTF-8";
/* CSS Document — About Us page */

* {
    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: 0px;
    padding-top: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#logo {
    width: 745px;
}
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;
}
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;
}
#container {
    min-height: 100%;
    position: relative;
}

/* ===== About page card ===== */
.container3 {
    width: 80%;
    max-width: 1100px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    padding: 45px 50px;
    color: #333333;
    margin: 0 auto 40px auto;
}

/* ===== Bio / content column ===== */
.container2bText {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    color: #3a3a3a;
    font-family: "Open Sans", "sans-serif;";
    font-size: 1.15em;
    line-height: 1.75;
}
.container2bText h1 {
    font-family: "Dancing Script", cursive;
    font-size: 2.8em;
    font-weight: lighter;
    color: rgba(0, 153, 51, 1);
    text-align: center;
    margin-bottom: 10px;
}
.container2bText h1:first-of-type {
    position: relative;
    padding-bottom: 18px;
}
.container2bText h1:first-of-type::after {
    content: "";
    display: block;
    width: 90px;
    height: 3px;
    background-color: rgba(39, 196, 110, 0.5);
    margin: 12px auto 0 auto;
    border-radius: 3px;
}
.container2bText h2 {
    font-family: "Dancing Script", cursive;
    font-size: 1.9em;
    font-weight: lighter;
    color: #006633;
    text-align: center;
    margin: 10px 0 20px 0;
}
.container2bText p {
    margin: 0 0 20px 0;
    text-align: left;
}

/* Clear the floated bio photo cleanly once the intro paragraph ends */
.container2bText p:nth-of-type(2) {
    clear: both;
}

/* In-content links: clearly visible, with a subtle underline affordance */
.container2bText a {
    color: #0e8a4b;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(14, 138, 75, 0.4);
    padding-bottom: 1px;
    transition:
        color 0.2s ease,
        border-color 0.2s ease;
}
.container2bText a:hover,
.container2bText a:focus {
    color: #165936;
    border-bottom-color: #165936;
}
.container2bText a:visited {
    color: #0e8a4b;
}

/* Portrait */
.photoLarge {
    border: none;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgb(0 0 0 / 70%);
    margin: 4px 0 20px 28px;
    max-width: 42%;
    height: auto;
}

/* "Featured on" / partner badge links */
.container2bText p > a > img {
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease;
}
.container2bText p > a:hover > img {
    transform: translateY(-2px);
}

/* ===== Testimonials ===== */
/* Add class="testimonial" to each quote <p> and class="cite" to its
   attribution <p> (e.g. <p class="cite"><em>--Name</em></p>) for the
   full styled-quote treatment below. Works without the classes too —
   plain paragraphs still read cleanly with the base type styles. */
.testimonial {
    background-color: #f4faf6;
    border-left: 4px solid rgba(39, 196, 110, 0.6);
    border-radius: 4px;
    padding: 18px 22px;
    margin: 0 0 6px 0;
    font-size: 0.98em;
    color: #3a3a3a;
}
.cite {
    text-align: right;
    color: #0e8a4b;
    font-size: 0.95em;
    margin: 0 0 28px 0;
}
.cite em {
    font-style: italic;
    font-weight: 600;
}

/* Yelp / review call-to-action */
.container2bText h2 a {
    border-bottom: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.container2bText h2 img {
    vertical-align: middle;
}
/* =========================================================
   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;
}

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

    #logo {
        width: 380px;
    }
    .mainContainer {
        width: 380px;
        height: 40px;
    }
    #container {
        width: 380px;
        /* margin-bottom: 30px;
        padding-bottom: 40px; */
    }
    .container3 {
        width: 90%;
        padding: 25px 20px;
    }
    .container2bText {
        font-size: 1.1em;
    }
    .container2bText h1 {
        font-size: 2.1em;
    }
    .photoLarge {
        float: none !important;
        display: block;
        margin: 0 auto 20px auto;
        max-width: 70%;
    }
  /* =========================================================
   FOOTER — MOBILE
   ========================================================= */

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

    #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;
    }
}
}
