@font-face {
    font-family: 'canterburyregular';
    src: url('canterbury-webfont.woff2') format('woff2'),
    url('canterbury-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
    font-family: 'canterburyregular', serif;
    font-size: 20px;
}


body {
    background: #999 url("../img/back.jpg") no-repeat fixed;
    background-size: cover;
    background-position-y: center;

    color: #FFF;
    line-height: 1.5em;

    height: 100vh;
    margin: 0px;
    overflow: hidden;
}

footer {
    padding: 15px;
    text-align: center;
    background: black;
    box-shadow: 0 0 20px -10px #0d0d0d;
}

h1 {
    font-size: 2em;
}

.sph {
    display: none;
}

#entry {
    text-align: center;
}

#main-logo {
    mix-blend-mode: lighten;
    width: 50%;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#links {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#links li {
    display: inline-block;
}

#links li a {
    padding: 11px;
    color: #FFF;
    font-size: 2em;
    /*font-family: 'EB Garamond', serif;*/
    text-underline-offset: 5px;
    text-decoration-color: rgba(74, 74, 74, 0.5);
}

.snap {
    scroll-behavior: smooth;
    overflow-y: scroll;
    height: 100vh;
    scroll-snap-type: y proximity;
}

.snap > section {
    scroll-snap-align: start;
    scroll-margin-top: 3em;

    min-height: 100vh;
}

.blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.filler {
    width: 75%;
    min-height: 100vh;

    margin-left: auto;
    margin-right: auto;

    padding: 11px;

    /*background-color: rgb(0,0,0, 0.4);*/
}

/*.music-photo img {*/
/*    max-height: 15vh;*/
/*}*/

.columns {
    display: flex;
}

.column {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}

.column.is-1\/4 {
    flex: none;
    width: 25%;
}

.column.is-1\/3 {
    flex: none;
    width: 33%;
}

#show-nav {
    position: relative;
    height: 10px;
    margin-bottom: -10px;
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3em;
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
    transition: top ease-in-out 0.5s;
}

nav.hide {
    top: -3em;
}

nav img {
    height: 100%;
    display: inline;
    padding: 0.4em;
}

nav ul {
    list-style-type: none;
    display: inline;
}

nav li {
    display: inline-block;
}

nav li a {
    padding: 11px;
    color: #FFF;
    font-size: 1em;
    /*font-family: 'EB Garamond', serif;*/
    text-underline-offset: 5px;
    text-decoration-color: rgba(74, 74, 74, 0.5);
}

#contact .filler {
    text-align: center;
}

#announcement-modal {
    background: rgba(14, 15, 22, 0.98);
    color: white;
}

#announcement-modal a {
    color: white;
}

#announcement-image {
    width: 400px;
}

::backdrop {
    background: #000000b0;
}

@media screen and (max-width: 600px) {
    body {
        background: #999 url("../img/backm.jpg") no-repeat fixed;
        background-size: cover;
        background-position-x: 58%;
    }

    h1 {
        padding-left: 10px;
    }

    .filler {
        width: 100%;
        padding: 0;
    }

    #main-logo {
        width: 90%;
    }

    nav ul {
        padding: 0px;
    }

    #links li {
        display: list-item;
        padding: 20px;
    }

    .band-photo {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .columns {
        flex-direction: column;
    }

    .column {
        width: 100%;
    }

    #announcement-image {
        width: 200px;
    }
}
