body {
    background-color: #265326;
    color: burlywood;
}

.homeNav {
    background-color: burlywood;
    overflow: hidden;
}

.homeNav a {
    float: left;
    text-align: center;
    padding: 14px 17px;
    text-decoration: none;
    font-size: 20px;
    color: #265326;
}

.homeNav a:hover {
    background-color: rgba(185, 156, 115, 0.753);
    color: #234d23;
    font-size: 22px;
}

.homeNav a.active {
    background-color: #265326;
    color: burlywood;
}

#logo {
    float: left;
    margin-left: auto;
    margin-right: auto;
}

.on {
    background-color: rgba(185, 156, 115, 0.753);
    color: #234d23;
    font-size: 22px;
}

h1 {
    margin-top: 10%;
    text-align: center;
}
.preview {
    height: 60vh;
    display: flex;
}
.plants {
    width: 100%;
    height: 55%;
}


/* ======================== Store CSS============================= */

.items {
    width: 20%;
    height: 35%;
}


/* ======================== Contact CSS============================= */
input[type="text"], input[type="email"], textarea, input[type="submit"] {
    font-size: 20px;
}

input[type="submit"]:hover {
    background-color: burlywood;
}

/* ======================== Gallery CSS============================= */
* {box-sizing: border-box;}
.preview2 {
    border: 1px solid yellow;
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.gall {
    border: 1px solid purple;
    width: 100%;
    height: 100vh;
}

.gallerySlide {
    border: 1px solid blue;
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    font-weight: bold;
    font-size: 40px;
    border-radius: 10px;
    user-select: none;
    color: darkgoldenrod;
}

.prev:hover, .next:hover {
    background-color: rgba(226, 193, 104, 0.692);
    color: darkgreen;
}
.next {
    right: 0;
}

.slideNum {
    font-size: 18px;
    padding: 8px;
    position: absolute;
}


/* ======================== Order CSS============================= */





























.footer {
    text-align: center;
    padding: 5px;
}

.footer ul li{
    list-style-type: none;
}