@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');

:root { --theme-color1: #22551A; }

#title { font-family: 'Cormorant Garamond', serif; }

#topbar, footer { background-image: url(needle_bed.jpg); }

#topbar::before, footer::before {
    background-color: #051106;
    opacity: 0.85;
}

#slideshow + .wrapper, #PhotoBox + .wrapper { margin-top: 10px; }

#pg_gallery {
    background: rgba(13, 68, 1, 0.13);
    width: 100%;
}

.page:not(.hoverbox) #gallery_filter { display: none; }

#gallery_isotope { margin: auto auto auto 7.5px !important; }

.gallery_brick { padding: 7.5px !important; }

.gallery_brick img {
    border-radius: 5px;
    box-shadow: 1px 3px 6px 0px rgba(0,0,0,0.45);
}

.page h1 {
    font-family: "PT Serif Caption", serif;
    color: var(--theme-color1);
    font-weight: bold;
}

header nav a {
    font-family: "PT Serif Caption", serif;
    color: var(--theme-color1);
}

#slideshow .nivoSlider::before { content: none; }

header nav a:hover { color: var(--theme-color2); }

#pg_products table {
    table-layout: fixed;
    width: 100%;
}

.marquee::before { content: '\F0405'; } /* pine-tree */
