@import url('https://fonts.googleapis.com/css?family=Old+Standard+TT:400');

:root {
	--theme-color1: white;
	--theme-color2: #303339;
}

#topbar, footer .cols-3 { color: inherit; }

header, footer {
    border-bottom: thin solid #E0E1E1;
    border-top: thin solid #E0E1E1;
    box-shadow: none;
}

#title {
    font-family: 'Old Standard TT', serif;
    white-space: initial;
    text-transform: uppercase;
    font-weight: normal;
}

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

#slideshow {
    margin: 30px auto auto;
    max-width: 1090px;
}

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

#gallery_filter li.current, #gallery_filter li:hover { background-color: var(--theme-color2) !important; }

nav ul ul { border: thin solid #E0E1E1; }

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

@media screen and (max-width: 1023px) {
    nav ul ul { border: none; }
}
