﻿body{
    min-width: 1000px;
    margin: 0 auto;
}

.logo {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: center;
}

.logo img {
    width: 408px;
}

.logo a {
    display: block;
}

.page-header {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #8A9382;
    margin-bottom: 30px;
}

.heading{
    border-bottom: solid 1px #8A9382;
    padding-bottom: 30px;
}

.center-image {
    display: flex;
    justify-content: center;
    margin-top: 1.5vw;
}

.center-image img {
    width: 45vw;
}

h1, h3 {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

p {
    margin: 2vw;
}

.plantlistbutton {
    display: flex;
    justify-content: center;
    margin: 1vw;
}

.plant-list {
    justify-content: center;
}

.plant-table {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
}

.plant-col {
    width: 33%;
}

.plant-row {
    height: 110px;
}

.thumbnail {
    padding-right: 10px;
}

.plant-entry {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.key {
    border-top: solid 1px #8A9382;
    padding-top: 20px;
}

.key img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

footer {
    position: relative;
    display: flex;
    justify-content: center;
    border-top: solid 1px #8A9382;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.contact-details {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 1vw;
}