    
    a {
        text-decoration: none;
    }
    p {
        font-family: palatino, serif;
        text-align: justify;
        font-family: palatino, serif;
        line-height: 1.5;
        margin-bottom: 20px;
        font-size: medium !important;
    
        }
    h1, h2, h3 {
        font-family: 'Oswald', sans-serif;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .vineyard-header-image {
        position: relative;
        margin-bottom: 2em;
        width: 100%;
        min-height: 200px;
        align-items: center;
        display: flex;
        justify-content: center;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        z-index: -1;
        transition: opacity .8s ease;
    }
    .vineyard-header-image:before {
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(-155deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
                }
.vineyard-content-container.map {
    text-align: center;
    border: .75em solid #a2d0d6;
    margin: 2em 0;
}
.vineyard-content-container.map img {
    max-width: 100%;
    margin:0 !important;
}
.landing .vineyard-header-image {
    height: auto;
    min-height: auto;
    margin: 3em 0;
}
    .vineyard-content-container h2 {
        color: #333;
        text-align: center;
        font-size: 3em;
        z-index: 1;
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
        padding: .5em 0;
        box-sizing: border-box;
    }
    .vineyard-content-text {
        width: 100%;
        display: block;
        box-sizing: border-box;
        margin-bottom: 1.5em;
    }
    .vineyard-content-images {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    .vineyard-content-images img {
        width: 100%;
        max-width: 100%;
        height: 100% !important;
        display: block;
        box-sizing: border-box;
        padding: 0 0 .5em 0;
        margin: 0 !important;
    }
    .vineyard-content-images img:nth-child(1) {
        width: 100%;
    }
    .vineyard-content:after {
        content: '';
        display: block;
        clear: both;
    }
    .vineyard-pagination {
        font-family: 'Oswald', sans-serif;
        text-align: center;
        margin: 2em 0;
        color: #888 !important;
    }
    .vineyard-pagination a {
        color: #888 !important;
        transition: .5s ease;
    }
    .vineyard-pagination a:hover {
        color: #333 !important;
    }
    .vineyard-gallery-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    
    .vineyard-gallery-item {
        position: relative;
        width: 100%;
        min-width: 14em;
        height: 250px;
        margin: 0.5em;
        cursor: pointer;
    }
    .vineyard-gallery-inner {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 1;
        align-items: center;
        display: flex;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
        transition: .5s ease;
    }
    
    .vineyard-gallery-image {
        width: 100%;
        height: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        z-index: -1;
        transition: opacity .8s ease;
    }
    .vineyard-gallery-item:hover .vineyard-gallery-image {
        filter: grayscale(1);
    }
    h3.vineyard-gallery-title {
        color: white;
        background: #000;
        padding: 1em 2em;
    }

    /* fix MandC css */
    .page.searchpage .Content, .page.generic .Content {
        padding: 0 !important;
    }
    
    @media screen and (min-width: 576px) {
    .vineyard-content-container.map {
    border: 1.5em solid #a2d0d6;
    }
        .vineyard-content-container h2 {
        border: 2px solid #333;
        padding: .5em 1em;
        }
        .vineyard-content-images img {
        width: 50%;
        padding: .5em;
        }
        .vineyard-gallery-item {
            width: 350px;
        }
    }
  
