.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.gallery-image {
    padding: 5px;
    border: 1px solid #a0cf96;
    cursor: pointer;
    border-radius: 5px;
    margin: 5px;
}

.gallery-image:hover {
    background-color: #a0cf96;
}

.gallery-image img {
    border-radius: 5px;
    cursor: pointer;
}

h2 {
    font-weight: bold !important;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: 0 1px 0.5px #fff;
    color: grey;
}

#about-us-intro {
    display: flex;
}

#dave-description-text {
    background-color: #a0cf96;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 6px;
    font-size: 14px;
    padding-bottom: 6px;
    color: #456b34;
    font-weight: bold;
}

#about-us-dave-image img {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#about-us-dave-image {
    margin-right: 10px;
    height: 295px;
}