@import url('https://fonts.googleapis.com/css2?family=Cormorant+Unicase:wght@500&display=swap');
@font-face {
    font-family: 'Cormorant Unicase';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../font/cormorant-universe-medium.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
body {
    margin: 0; 
    padding: 0; 
    overflow: hidden;
    font-family: "Noto Sans", sans-serif; 
}
h3 {
    font-family: "Noto Sans Condensed", sans-serif;
    font-weight: bold;
    font-size: 1.25em;
}

#map { position: absolute; top: 0; bottom: 0; width: 100%; }
header {
    z-index: 100;
    position: relative;
    font-family:'Cormorant Unicase';
}

#field-logo {
    left:0;
    position: absolute; top: 3em;
}
#field-nav a {
    display: inline-block;
    font-size: 2em;
    padding: 0.3em 1em 0.3em 2em;
    margin-right: 0.4em;
    text-decoration: none;
    color: #222;
}
#field-nav {position: absolute;position: absolute; top: 3em; right: 0;}
#field-logo, #field-nav a {    
    background: #fff;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    border-bottom: 3px solid #222;
}
#field-logo h1 {
    padding: 0.3em 1em 0.3em 5em;
    margin: 0;
    color: #222;
    font-weight: 500;
}
#field-logo #logo {
    width: 96px;
    display: inline;
    position: absolute;
    left: 2em;
    top: -1em;
}

#slider {
    position: absolute;
    bottom: 5em;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: #FAE2C0;
    border: 3px solid #fff;
    box-shadow: 0px 4px 7px #00000054;
    z-index: 101;
}
.noUi-connect {
    background: #fff;
}
.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    right: -17px;
    top: -9px;
    border-radius: 20px;
    background: #FF932F;
    border: 4px solid #fff;
    box-shadow:none;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-85%,0);
    transform: translate(-85%,0);
    left: 50%;
    bottom: -2.5em;
    border-radius: 1em;
    box-shadow: 0 3px 5px #00000055;
}
.noUi-horizontal .noUi-tooltip.tooltip-2 {
    left: 4.4em;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}
#list-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: #E1E1D1;
    overflow-y: scroll;
    z-index: 100;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-duration: 0.3s;
    box-shadow: 0 -50px 60px #00000078 inset, 0 0 30px #00000099;
  }
ul#event-list {
    list-style: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 80em;
}
#event-list li {
    padding: 1em;
    margin-bottom: 1em;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,25%);
}
#event-list h3 {
    margin: 0;
}
#event-list p {
    margin: 0.3em 0;
}