.logo {
    max-width: 108px;
}
a.navbar-brand {
    color: #65803b;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
a.nav-link {
    color: black;
}
a.nav-link.active {
    color: #65803b !important;
}
nav.navbar {
    padding: 16px 0;
}
header::before {
    background: #65803b;
    width: 100%;
    height: 16px;
    content: "";
    display: block;
}
/* header {
    position: absolute;
    width: 100%;
    background: lch(100 0 0 / 0.7);
    z-index: 1;
} */
.bg-dual {
    background-image: url(assets/bg-dual.png);
    background-size: cover;
    background-position: center;
}
.tile img {
    border: 4px solid #eff3d9;
    border-radius: 50%;
    max-width: 80%;
    margin-top: 24px;
}
input.search-input {
    border-radius: 50px 0 0 50px;
    padding-left: 10px;
    border: 1px solid #65803b;
}
button.search-btn {
    background: white;
    border: 1px solid #65803b;
    border-radius: 0 50px 50px 0;
    padding-right: 10px;
}
footer, section.light-bg {
    background-color: #eff3d9;
}
main {
    /* padding-top: 120px; */
    min-height: 90vh;
}
.icon {
    max-width: 60px;
    margin: 20px 0;
}
.border-right {
    border-right: 4px solid #eff3d9;
}
footer {
    background-color: #eff3d9;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
footer ul li {
    display: inline-block;
}
footer ul li img {
    max-width: 40px;
}
ul.footer-link li a {
    color: #1f1f1f;
    text-decoration: none;
}
ul.footer-link li {
    display: block;
}
.bg-1 {
    background-image: url(assets/bg-01.png);
    background-size: cover;
}

.bg-2 {
    background-image: url(assets/bg-02.png);
    background-size: cover;
}
.bg-3 {
    background-image: url(assets/bg-03.png);
    background-size: cover;
}

input.classInput, textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
}

input.classInput25 {
    width: 24%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.classInput50 {
    max-width: 49%;
}

form {
    margin: 24px 0;
}

.prod-tile img {
    background: #eaeaea;
    padding: 40px 24px;
    margin-bottom: 12px;
    /* text-align: center; */
}

section {
    margin: 40px 0;
}

h4 {
    margin-bottom: 24px;
}

section.shopByCategory .prod-tile {
    text-align: center;
}

section.shopByCategory .cta {
    position: absolute;
    margin-top: -80px;
    background: white;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-left: -40px;
}


@media (max-width:420px) {
    button.navbar-toggler.collapsed {
        position: absolute;
        z-index: 1000;
        right: 0;
    }

    a.navbar-brand {
        font-size: 22px;
    }

    a.navbar-brand span {
        display: none;
    }

    .navbar-expand-lg {
        background: white;
    }
    
}

