html,
body {
    height: 100% !important;
    background-color: #f8f8f8;
}

.section-white {
    background-color: white;
}

section {
    font-size: 19px;
}

/*
@font-face {
    font-family: 'BigCaslon';
    src: url('/assets/fonts/big-caslon/big_caslon_medium-webfont.woff2') format('woff2'), url('/assets/fonts/big-caslon/big_caslon_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face {
    font-family: 'bodoni_72_bold';
    src: url('/assets/fonts/bodoni/bodonisvtytwoositctt-bold-03-webfont.woff2') format('woff2'), url('/assets/fonts/bodoni/bodonisvtytwoositctt-bold-03-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_72';
    src: url('/assets/fonts/bodoni/bodonisvtytwoositctt-book-01-webfont.woff2') format('woff2'), url('/assets/fonts/bodoni/bodonisvtytwoositctt-book-01-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bodoni_72_italic';
    src: url('/assets/fonts/bodoni/bodonisvtytwoositctt-bookit-02-webfont.woff2') format('woff2'), url('/assets/fonts/bodoni/bodonisvtytwoositctt-bookit-02-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

section h1,
section h2,
section h3,
nav a {
    font-family: 'bodoni_72', serif;
    color: #000000;
}

a {
    color: #000000;
    text-decoration: underline;
}

.text-white p,
.text-white a,
.text-white h1,
.text-white h3 {
    font-family: 'bodoni_72', serif;
    color: white !important;
}

section p,
section a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 21px;
    line-height: 1.8em;
}

section small {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 1.6em;
    color: #999;
    display: block;
    padding-bottom: 15px;
}

#tourdates a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.7em;
}

h3 a {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 21px !important;
    line-height: 1.8em;
}

.header .intro {
    font-family: 'bodoni_72', serif;
    font-size: 22px;
}

.header {
    background-image: url('/assets/img/header.jpg');
    background-size: cover;
}

.intro a {
    color: white;
    text-decoration: underline;
}

.logo {
    width: 130px;
}

section {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
}

h1 {
    margin-bottom: 75px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}

.splide__pagination {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .splide__slide {
        max-height: 500px !important;
    }

    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 764px) {
    .splide__slide {
        max-height: 300px !important;
    }
}

/* ------ nav ------ */

nav {
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 999;
    background-color: white;
    color: #000000;
}

nav a.nav-link {
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.03em;
    font-size: 18px;
    margin-top: 0;
    padding-top: 5px;
    line-height: 18px;
    margin-right: 8px;
}
nav a.nav-link:hover {
    color: #000000;
}

nav a.nav-link.active {
    text-decoration: underline;
    color: #000000 !important;
}

.dot {
    margin-right: 8px;
}

.dot:last-child {
    display: none;
}

#nav {
    display: block;
}

#mobile-nav {
    display: none;
}

#mobile-nav i {
    font-size: 24px;
    cursor: pointer;
}

#mobile-nav .drawer {
    text-align: center;
    background-color: white;
    padding: 15px;
    padding-bottom: 30px;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    background-color: black;
}

#mobile-nav a {
    display: block;
    padding: 10px;
}

.navbar-toggler,
.navbar-toggler:focus {
    color: #000000;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.grid-item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.btn {
    background-color: #000000;
    color: white;
    border-radius: 0;
    padding: 15px 25px;
    text-decoration: none;
    margin: 5px 5px;
    display: inline-block;
    cursor: pointer;
}

.btn:hover {
    background-color: #444444;
}

@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
}

@media only screen and (max-width: 990px) {
    .navbar-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-nav li {
        text-align: center;
        padding: 6px;
    }

    a.nav-link {
        font-size: 17px !important;
    }

    .navbar-toggler {
        padding-top: 0;
    }

    .dot {
        display: none;
    }
}

/* ------ component styles (from Svelte scoped CSS) ------ */

nav svg {
    width: 28px;
    height: 28px;
    cursor: pointer;
    fill: #000000;
}

.navbar-brand {
    padding-left: 10px;
}

#news h3 a,
section#news h3 a {
    font-size: 26px;
}

#news,
section#news {
    background-color: #f8f8f8;
}

#news h1,
section#news h1 {
    margin-bottom: 30px;
}

.imagebox {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
    background-size: cover;
    background-position: center -30px;
    background-color: #cccccc;
}

.imagebox-video {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 3;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
}

.news-title a {
    text-decoration: none;
}

.news-title h3 {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-title small {
    padding-bottom: 15px;
}

.news-title {
    display: block;
    height: 105px;
}

#muziek a,
section#muziek a {
    font-size: 16px;
}

#muziek h3,
section#muziek h3 {
    margin-bottom: 0;
}

#foto .box,
section#foto .box {
    display: block;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

#webshop h3 a,
section#webshop h3 a {
    font-size: 26px;
}

#webshop h3,
section#webshop h3 {
    padding-bottom: 30px !important;
}

#tour,
section#tour {
    background-color: #f8f8f8;
}

.bio-container {
    max-width: 750px;
    padding: 20px;
}

#bio,
section#bio {
    background-color: #f8f8f8;
}

footer {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: black;
    background-size: cover;
}

footer p {
    font-size: 17px;
}

footer a {
    color: white;
}

.socials a {
    text-decoration: none;
}

.socials svg {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 32px;
    height: 32px;
    margin: 5px;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999999;
}

.lightbox .img-fluid {
    max-height: 80vh;
    object-fit: contain;
}

.lightbox .btn-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: white;
}

.lightbox .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.lightbox .prev {
    left: 40px;
}

.lightbox .next {
    right: 40px;
}

.lightbox .caption {
    text-align: center;
}

.lightbox .caption h3 {
    margin-top: 20px;
    color: white;
    font-size: 17px;
}

.d-none {
    display: none !important;
}
